• Hi,

    My plugin unique ID is: 10220. WordPress 3.0

    I’ve also had problems with images not loading on the static home page of my website when using version 0.9.9.3.3. As suggested in other posts, I downgraded to 0.9.8 but the problem still remained with images not being loaded. Also, as noted by others, the only way to get the slideshow to work was to do a CTRL-F5.

    I made the following changes to “frontpage-slideshow.php” and these seem to have fixed the problem:

    Line 81: Commented out the code to add the fsDoSlide() function
    //if ($id == $fslast) $fscontent .= ‘ onload=”fsDoSlide()”‘; // put this to make another loop after the last image

    Line 222: Added the following code after frontpageSlideshow() function.

    jQuery(document).ready(function () {
    fsDoSlide();
    });

    I think I had a conflict with another widget that was also using jQuery, but the above code changes seem to work without having to deactivate or change any other plugin.

    I have not tested the code change in version 0.9.8

Viewing 3 replies - 16 through 18 (of 18 total)
  • Jeff,

    I found that I had to use farhadhamed’s solution to get 0.9.9.3.5 to display my slides. Once I implemented the changes, the slideshow displayed properly.

    farhadhamed fix works for me !!! Thanks
    (but I still can’t modify Colors and Opacity menu)

    Plugin Author jeff_

    (@jeff_)

    Did you all tryed to update ? any problem on the latest version ? 0.9.9.3.7 ? can you all give me your Plugin ID so that I can see what is goin’on ?

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘[Plugin: Frontpage-Slideshow] Images not loading : Possible fix?’ is closed to new replies.