Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Thanks for trying Meteor Slides! If you want to show the navigation on just some slideshows, I would use CSS to hide it on certain slideshows.

    If you have a slideshow with the slug of “pluto”, then that slideshow will have the ID of meteor-slideshowpluto. You can use this to target the prev/next navigation on that slideshow like this:

    #meteor-slideshowpluto .meteor-nav {
    display: none;
    }
    Thread Starter The Cordoba

    (@the-cordoba)

    Yay! Thanks man… Keep up the amazing work!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] Previous/Next Buttons disable specific slide. (Metadata)’ is closed to new replies.