kakamallan
Forum Replies Created
-
Forum: Plugins
In reply to: [Folder Slideshow] Pictures don't showOK, 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
Forum: Plugins
In reply to: [Folder Slideshow] Pictures don't showThe error occurs i both Safari and Chrome.
You can try it here: http://www.sskserien.se/?page_id=3020
/M
Forum: Plugins
In reply to: [Folder Slideshow] Pictures don't showI 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.