Tagged: Testimonial Slider
Hi,
My client wants the testimonials slider to go slower.
Where or how can I do this?
Thank you.
James
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