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

    (@jleuze)

    Hi Rick, thanks for trying out Meteor Slides.

    When I view the code of your homepage, the slideshow is there, with three slides, but there are no images in the slides.

    When you add the images to the slide posts, are you clicking the “Use as featured image” link in the media manager? If the image is added correctly to the slide, you could see a thumbnail of that image in the Slide Image metabox.

    Thread Starter rwosborn

    (@rwosborn)

    Thanks buddy, I got it to work. Now the only issue is that when the page loads, all of the slides show up quickly and then it presents as it’s supposed to. Any ideas on how to fix that?

    Plugin Author Josh Leuze

    (@jleuze)

    That’s good to hear!

    You are getting a flash of unstyled content before the CSS that hides the extra slides kick in. This is a bug affecting certain themes, I should be releasing an update this weekend that fixes that issue.

    In the meantime, adding this rule to your stylesheet should fix it for you:

    #main #meteor-slideshow .slide {
         display: none;
    }
    Thread Starter rwosborn

    (@rwosborn)

    Thanks. I added the code. It helps with Safari, but is still happening in Firefox. I don’t have IE, so I couldn’t say how it works there. Also, it seems a bit delayed in appearing now when loading in Safari.

    Plugin Author Josh Leuze

    (@jleuze)

    OK, I see what’s happening, I’ll make sure this weekend’s release fixes that too, thanks 🙂

    Thread Starter rwosborn

    (@rwosborn)

    Thanks! You’re the best. I so appreciate people who are dedicated and helpful and create great stuff!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: Meteor Slides] Plugin doesn’t work’ is closed to new replies.