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.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -