• Resolved jenstho

    (@jenstho)


    After I updated to the latest version (says 3.1.5 in plug-in screen), the second image in a slideshow does not appear when it should. The slide has to play once or twice before the seconds image shows up. I saw the other thread where Jquery was called twice, but this didn’t fix my problem. I have some custom css, but thats it.
    I combine wps with NextGenGallery.
    Does anyone else have this problem, or know where the problem is caused?

    thanks!

    http://wordpress.org/extend/plugins/wp-supersized/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jenstho

    (@jenstho)

    Doesn’t seem to be anything that I’ve edited that have caused the problem.

    Before changing slide:

    <li class="slide-0 activeslide" style="visibility: visible; opacity: 1; -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1);"><a><img src="http://www.b.jpg" style="width: 1903px; height: 1427.25px; left: 0px; top: -516px;"></a></li>
    <li class="slide-1 prevslide" style="visibility: visible; opacity: 1; -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1);"><a><img src="http://www.a.jpg" style="width: 1903px; left: 0px; top: -440px; height: 1275.01px;"></a></li>

    After changing the slide

    <li class="slide-0 prevslide" style="visibility: visible; opacity: 1; -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1);"><a><img src="http://www.b.jpg" style="width: 1903px; height: 1427.25px; left: 0px; top: -516px;"></a></li>
    <li class="slide-1 activeslide" style="visibility: visible; opacity: 1; -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1);"><a><img src="http://www.a.jpg" style="width: 1903px; left: 0px; top: -440px; height: 1275.01px;"></a></li>

    Thread Starter jenstho

    (@jenstho)

    It was my own fault. sorry to take anyones time if u tried to figure it out. Had removed an important part in the supersized.css file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Second slide does not show’ is closed to new replies.