Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #848892

    Hi,

    My client wants the testimonials slider to go slower.

    Where or how can I do this?

    Thank you.
    James

    #849082

    Hey James,

    You need to edit shortcode.js, find this code:

    
    //testimonial slider
    $('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true});
    

    replace with

    
    //testimonial slider
    $('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true, interval: 10});
    

    Aslo it is highly recommended to do it in a child theme. Here is how to do it

    https://kriesi.at/support/topic/edit-shortcodes-js-in-child-theme/#post-399336

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.