• I put the shortcode into my page and all I get is a blank spot where the slideshow should be. I have a folder with 13 jpg images that I have pointed to. I know it is reading the short code because I changed the path to force an error and got the error on screen. I added the border parameter and padding and then I get a small rectangle on my page but nothing is in it. I hope we can sort this out because it is EXACTLY what I am looking for. I would send you the link but it is on our intranet.

    https://www.ads-software.com/extend/plugins/folder-slideshow/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I had the same problem and it turned out that in the folderslideshow.php file there was missing a .js on line 59:

    wp_enqueue_script( ‘fs_slides-script’, plugins_url( ‘jquery.slides.min.js’, __FILE__ ), array( ‘jquery’ ) );

    I added the .js to the lquery.slides.min and I got the images to show. However, there is something else that is not right because once the images are loaded and the slideshow start I get a javascript error when the second image is shown (Uncaught TypeError: Object [object Object] has no method ‘on’) and the slideshow stops and no more images are shown.

    This plugin was also exactly what I was looking for, but it seems that it does not work.

    Plugin Author vjalby

    (@vjalby)

    I’m very sorry, I forgot to subscribe to this forum and didn’t get your comments by email. I was working on another plugin and forgot a bit this one!

    kakamallan, you’re right about the missing .js in filename. Strange, it works in all my browser! Anyway, fixed in 0.97.

    But I never got the Uncaught TypeError. What browser do you use ? Do you have an URL to share so I can check this error live ?

    Thanks (and sorry for the delay)

    Vincent

    The error occurs i both Safari and Chrome.

    You can try it here: https://www.sskserien.se/?page_id=3020

    /M

    Plugin Author vjalby

    (@vjalby)

    There may be other reasons, but the main should be jQuery version :

    You site load jQuery 1.6.1 (from google) while WordPress 3.5 provides 1.8.3 (and 3.6 upgrades to 1.10.2). SlidesJS requires jQuery 1.7.1 !

    Maybe you use an old plugin that loads an old version of jQuery, or your template loads it.

    Try to temporarily deactivate your plugins and see what’s happen (look for jquery.min.js or jquery.js in the source code of your page).

    If https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js is still there, then your template loads it. You should try to update your template, or at least to comment out the lines loading Jquery. Since WordPress always loads it, it should be replace with a more recent version.

    Tell me how it works.

    Vincent

    OK, I need to update wordpress anyway but I can’t do that until the fall when our race season is over and the traffic to the site slow down.

    Anyway, thanks!

    I will try this again when I have updated the site. I’m sure it will work then.

    In the meantime I hacked together a slideshow my self based on SlideJS and I run that outside of wp and there I load later versions of jQuery.

    /M

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pictures don't show’ is closed to new replies.