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

    (@jleuze)

    Hi, I don’t see a slideshow on your site, is it currently on there?

    Thread Starter mCashgen

    (@mcashgen)

    No I took it down. First I made a new slide show and added the slide to that one and the navigation buttons came back. There were 71 slides in the show. Everything was fine until I got to maybe slide 50 and then the navigation buttons broke again. If I set the show to advance automatically, then it worked. But I need manual advance because its a PowerPoint presentation that needs different time for different slides according to how fast people read. I just took the whole thing down for now since its not working the way we need.

    Plugin Author Josh Leuze

    (@jleuze)

    Ah, this is a bug with slideshows that have more than 50 slides. This will be fixed in the next version of Meteor Slides.

    For the current version, you can fix this by editing line 120 of meteor-slides.css in meteor-slides/css/ like this:

    .meteor-nav a {
    	display: block;
    	outline: none;
    	position: absolute;
    	text-indent: -9999px;
    	width: 27px;
    	height: inherit;
    	z-index: 999;
    }
    Thread Starter mCashgen

    (@mcashgen)

    Thank you! That fixed it! Great plugin.

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome!

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

The topic ‘[Plugin: Meteor Slides] Previous/Next buttons broken’ is closed to new replies.