• Hi Josh,
    I am about to release our new website, but I have ran across a little problem, i have changed the meteor-slideshow.php using your Customizing The Slideshow Template to show captions works great, I just done another slideshow with little images, but this this one , I do not need the captions, i have doen everything with the shortcodes, but the captions stay, can I somehow make a meteor-slideshow2.php ? What do you recommend regards

    Joe

    http://wordpress.org/extend/plugins/meteor-slides/

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

    (@jleuze)

    Hi Joe, Meteor Slides isn’t really set up for multiple slideshow templates. You could add a condition that the captions only load for a certain slideshow, but the simplest approach would be to hide the captions with CSS when they are not needed.

    Thread Starter diver66

    (@diver66)

    Hi josh,

    thanks for the hint, how can I make the navigation disappear ?
    Is that possible with the shortcode ?

    best regards

    joe

    Thread Starter diver66

    (@diver66)

    Hey Josh,
    sorry about that I just tried to hide the captions with css, I can’t get it to work, how do you do this, where do I put the display:none, sorry for being so dumb

    regards

    Joe

    Plugin Author Josh Leuze

    (@jleuze)

    Joe, if you are using multiple slideshows, each slideshow has a different ID that you can use to target just that slideshow.

    Like on the my homepage, I have a specific slideshow, “Home”. If you check out the page with Firebug, you can see that the slideshow has the ID of “meteor-slideshowhome”.

    I’m actually hiding the paged buttons on that slideshow with this CSS:

    .home #page .meteor-buttons {
        display: none;
    }

    You could do the same with your captions or navigation where you want them to be hidden.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Metero Slide – more than one meteor-slideshow.php’ is closed to new replies.