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

    (@jleuze)

    Hi, the second slideshow is hidden because there is only one slide in it, add another slide and it should show up.

    Thread Starter vflorschuetz

    (@vflorschuetz)

    HI,
    Well, that was easy. Sorry about that.

    One other thing, if I want to remove the controls from the second show, do I do that in the php or the css? Where and how do I do that?

    Thanks so much for your prompt response. I would buy you a cup of coffee. 🙂

    Plugin Author Josh Leuze

    (@jleuze)

    No problem, this is a bug in Meteor Slides 1.5, in 1.5.1 slideshows with a single slide will work.

    You can’t set the slide navigation on a per slideshow basis, it is sitewide in the slideshow settings, but you can use the slideshow’s ID to hide the navigation on certain slideshows like this:

    #meteor-slideshowhome .meteor-nav,
    #meteor-slideshowhome .meteor-buttons {
    display: none !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘second slideshow not showing’ is closed to new replies.