Title: Different slideshow navigation settings
Last modified: August 21, 2016

---

# Different slideshow navigation settings

 *  Resolved [kabrasil](https://wordpress.org/support/users/kabrasil/)
 * (@kabrasil)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/different-slideshow-navigation-settings/)
 * Hi!
    First of all, fantastic plug-in!
 * I have multiple slideshows and I’d like to set the navigation differently for
   each one. Is that possible?
    The one at the home would be “paged” and the others,
   that would be placed on blog posts, would be “previous/next”.
 * Another thing: I tried to set previous/next on a blog post and the words “previous”
   and “next” appeared on top of the slide.
 * Could you help me?
    Thanks! Kathie.
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/different-slideshow-navigation-settings/#post-3733570)
 * Hi Kathie, the slideshow navigation setting is global, it effects all the slideshows.
   But you can enable it for all the slideshows and then hide it on certain slideshows
   using CSS.
 * Like if you only want paged navigation on your slideshow with the slug of “home”,
   you could do this:
 *     ```
       .meteor-buttons {
       display: none;
       }
   
       #meteor-buttonshome {
       display: block;
       }
       ```
   
 * If you are seeing the text for the nav buttons, either the slideshow stylesheet
   isn’t loading, or there’s a theme conflict, can you post a link?
 *  [newbiwebi](https://wordpress.org/support/users/newbiwebi/)
 * (@newbiwebi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/different-slideshow-navigation-settings/#post-3733583)
 * Any chance that in the future we can have different atributes for each slideshow.
   For exemple different speeds, different transition etc…
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/different-slideshow-navigation-settings/#post-3733588)
 * [@newbiwebi](https://wordpress.org/support/users/newbiwebi/) A few of the slideshow
   options are global, but most can be set differently on each slideshow [using metadata](http://jleuze.com/plugins/meteor-slides/using-metadata/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Different slideshow navigation settings’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

## Tags

 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 3 replies
 * 3 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/different-slideshow-navigation-settings/#post-3733588)
 * Status: resolved