cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Rotating Image Component not working in 6.7.0.1 (no animation effects), any idea?

0 Likes
766

Hello there! I create banners to include in a Rotating Images Component that was created in WCMS; when this component is dragged and dropped in homepage in Smartedit module, all banners are displayed at once with no animation effects (I applied fade effect in component) I am using 6.7.0.1 version.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

The Issue has been solved by change in the file (jquery.slideviewer.custom.1.2.js)
in our storefront file

from : var pictEls = container.find("li").size();

To : var pictEls = container.find("li").length;

former_member687905
Discoverer
0 Likes

I think you have created this component non-responsive to responsive. CSS file is not included. so its not working. add css in responsive path. it will work