support

Speed of Testimonial slider

Started by helperbee, September 24, 2015, 03:21:26 PM

Previous topic - Next topic

helperbee

I would like to slow down the advance of the testimonials slider. It goes much too fast for longer customer quotes. Thanks.

abantecart

you need to change a speed of flexslider

See file:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/javascript/custom.js

In code:

    $('#testimonialsidebar').flexslider({
        animation: "slide",
        start: function (slider) {
            $('body').removeClass('loading');
        }
    });


Try to add
slideshowSpeed: 7000,
animationSpeed: 600,

You can increase, decrease numbers as you need.

Forum Rules Code of conduct
AbanteCart.com 2010 -