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?
Any chance that in the future we can have different atributes for each slideshow. For exemple different speeds, different transition etc…
@newbiwebi A few of the slideshow options are global, but most can be set differently on each slideshow using metadata.