the Forum

CarouFredSel is not loading consistently on page reload.

Posted on April 30, 2013 by Michael Rosario
Total Posts: 33  |  Join date: 03-12-11

This took me a while to figure out. But after few searches and trial/error the best solution is changing the following:
$(document).ready( function(){  ...  }); 
to
$(window).load( function(){  ...  }); 
Here is my checklist also:
  • Check to make sure you have the latest compatible jQuery plugin.
  • Might as well check for the latest Caroufredsel version.
  • Make sure elements are { float: left; display: block }
  • Make sure there isn't a floating comma (",") in Caroufredsel.

Tags: There are no tags for this entry.

6 answers, add yours below

Posted on on January 27, 2015 at 8:53am
by Luz

Thanks!! It works fine now!

 

Posted on on January 27, 2015 at 9:47am
by Vishal

Superb! Thanks smile

 

Posted on on February 12, 2015 at 11:27am
by karen

Literally just ran into this problem today and saw your post - fixed it immediately. thanks for posting!

 

Posted on on February 18, 2015 at 1:37am
by dev

thanks,
it worked

 

Posted on on May 7, 2015 at 10:21am
by Lis

Thanks alot, fix worked perfectly.

 

Posted on on May 29, 2015 at 7:18am
by Zini

Thank you.
Without it, a three image carousel with truncated adjacent images loads with noting on the left and the first image positioned from the center of the screen to the right.
Your method fixed this bug, now CarouFredSel works as expected on mobile browsers and Opera.

 
add your answers here
comments powered by Disqus