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

    (@jleuze)

    Hi, the slideshow is there, it is just hidden because there is only one slide. You can fix this by adding another slide or updating to the beta of Meteor Slides 1.5.1.

    Thread Starter linzinz

    (@linzinz)

    I added another slide to test but it is still not showing. I also uninstalled and reinstalled the plugin. I suspect it is something I have changed in the css or header.php but can’t see anything obvious, any ideas?

    Plugin Author Josh Leuze

    (@jleuze)

    Ah, there’s a float before the slideshow that is pushing it off the page, add this to your theme’s stylesheet to fix that:

    div.meteor-slides {
    	clear: both;
    }
    Thread Starter linzinz

    (@linzinz)

    Thanks Josh!!
    It works, just need to ask site owner to upload new slides which is why there is nothing on there at the moment ??

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Meteor Slideshow on home page only’ is closed to new replies.