Support » Plugin: Slideshow Gallery LITE » [Plugin: Slideshow Gallery] Auto Slide issue and first image not loading

Viewing 5 replies - 1 through 5 (of 5 total)
  • For the first issue, open slideshow-gallery/js/gallery.js

    Delete line 119
    this.at=setTimeout(new Function(this.n+'.mv(1,0)'),this.speed * 10)
    Note: this will hard code the auto scroll to off.

    For the second issue, have you got image resizing turned on or off?

    Thread Starter redkitecreative

    (@redkitecreative)

    That fixed the autoplay issue, thanks.

    I had image resizing on; I turned it off but it didn’t help. Also the description for slide #1 doesn’t show up. If I click the next button then go back, it shows up.

    Thread Starter redkitecreative

    (@redkitecreative)

    Help please? The first image only shows up 50% loaded with no description.

    I’m having the same problem on my site as well. The first image is always getting pushed to the right. The ‘border-left-width’ and ‘border-right-width’ properties are getting set to a number like 300px just for the first image, then not getting set at all for the others. Also, the thumbnails are aligning vertically because #slider is being given an inline styling of 25-30px:
    <div id="slider" style="width:25px">

    I traced the problem to gallery.js, line #50: this.p.style.width=w+'px';

    If I remove “w+px”, the thumbs line up horizontally with no problem. I’m using the most recent version of Slideshow Gallery, v1.1.1

    Thread Starter redkitecreative

    (@redkitecreative)

    I wound up switching to this one – worked perfectly on install:

    http://wordpress.org/extend/plugins/all-in-one-slideshow/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Slideshow Gallery] Auto Slide issue and first image not loading’ is closed to new replies.