Title: DrunkDwarfUK's Replies | WordPress.org

---

# DrunkDwarfUK

  [  ](https://wordpress.org/support/users/drunkdwarfuk/)

 *   [Profile](https://wordpress.org/support/users/drunkdwarfuk/)
 *   [Topics Started](https://wordpress.org/support/users/drunkdwarfuk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/drunkdwarfuk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/drunkdwarfuk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/drunkdwarfuk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/drunkdwarfuk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/drunkdwarfuk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Pause JS Slideshow?](https://wordpress.org/support/topic/plugin-nextgen-gallery-pause-js-slideshow/)
 *  [DrunkDwarfUK](https://wordpress.org/support/users/drunkdwarfuk/)
 * (@drunkdwarfuk)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-pause-js-slideshow/#post-1711826)
 * $(‘.ngg-slideshow’).cycle(‘pause’);
 * theres also ‘toggle’ and ‘resume’
 * The above JQuery code successfully worked for me. Note that the example is linking
   to the CSS class, you could change this to the ID to be more specific.
 * [http://jquery.malsup.com/cycle/options.html](http://jquery.malsup.com/cycle/options.html)
   <– theres a list of the command strings it’ll accept here.
 * You’ll need to insert this into a JS file somewhere, and take into consideration
   the no-conflict mode of the JQuery included with WordPress (see [http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_wrappers](http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_wrappers)
   for details ).
 * You’ll probably be wanting to link it to a button/link of some kind, so you’ll
   probably need to add some html to the template to link to. You could also create
   the button using JQuery too.

Viewing 1 replies (of 1 total)