AbanteCart Community

AbanteCart Development => Customization help => Topic started by: saifbd3344 on February 11, 2014, 10:38:50 PM

Title: I need to pause slideshow when mouse on it
Post by: saifbd3344 on February 11, 2014, 10:38:50 PM
Please help me how to make this change. When I move cursors on slideshow image than slider will be pause. Is it possible?

Thanks, Saif
Title: Re: I need to pause slideshow when mouse on it
Post by: abantecart on February 12, 2014, 01:02:02 PM
You need to add on mouse hover event to banner slider main div and disable slide show

http://api.jquery.com/hover/

There is no built in feature for this.
You can only disable auto slide show completely:
file: storefront/view/default_html5/javascript/custom.js
Code: [Select]
                slideShow: false,
Title: Re: I need to pause slideshow when mouse on it
Post by: saifbd3344 on February 13, 2014, 01:46:59 PM
Can you give me some code for change it. I can't edit because I am not good on php and javascript. Please help me.

Thanks, Saif