Open jcarousellite_1.0.1.js in skin/frontend/default/default/joomlart/jmproductsslider/js folder
Please find line no : 253
paste this mouseover function
$(ul).mouseover(function() {
o.auto = 0;
});
$(ul).mouseout(function() {
o.auto = 1;
});
and
Go to function go(to)
Find this condition
if(!running) {
Replace this below condition
if(!running && o.auto !=0 ) {
You may use this http://blog.koumei.net/2011/06/01/jcarousel-lite-mouse-hover-event-improvement/comment-page-1/#comment-4448 ... helps you :)
ReplyDelete