How can I make the product slider stop when I hover on a product? It's a problem that while viewing the "add to cart" button the product sweeps away...
Stop products slider when hovering above a product
4 posts from 2 voices-
Posted 1 year ago #
-
Hey!
I tagged this thread for Kriesi because it requires some changes to the slider code. I'll report your feature request to him.
Best regards,
PeterPosted 1 year ago # -
Solved it... though it requires change to the code. Should be incorporated as an option in my opinion:
avia.js-
at the end of (function($)
{
$.fn.avia_sc_toggle = function(options)inserted:
var containers = jQuery('.thumbnail_container');containers.each(function()
{
var container1 = jQuery(this), buttons = container1.find('.button');
container1.containerHeight = container1.height()/2;container1.hover(
function()
{
clearInterval(document.interval);},
function()
{
document.interval = setInterval(function()
{
container.methods.setSlideNumber();
},
options.autorotationInterval);
});
});Posted 1 year ago # -
Hi!
Thanks for posting your code :)
Best regards,
PeterPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














