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

    (@jleuze)

    Hi, I’m glad Meteor Slides has been working out for you. There’s no need to redo anything, you can add navigation just by changing the slideshow options.

    However, those settings are global and effect all slideshows, so if you don’t want navigation on the homepage slideshow, you’ll need to hide it with CSS in your theme like this:

    #meteor-slideshowhomesound .meteor-nav,
    #meteor-slideshowhomesound .meteor-buttons {
    	display: none;
    }
    Thread Starter telston

    (@telston)

    Perfect Josh! Thank you!

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add nav after slideshow published?’ is closed to new replies.