Testimonials slider speed

Multipurpose WordPress Theme Forum Support
GK User
Thu Feb 25, 2016 1:17 pm
Good afternoon,
Is it possible to change the speed of the testimonials slider with a Quark child theme?
I looked on the forum and found something but it is for the Joomla theme.

So the slider is too quick, I want it to pause longer.

Thanks!
Damiaan van Vliet.
User avatar
Junior Boarder

Joshua M
Fri Feb 26, 2016 12:46 pm
Hi,

Please edit your js/functions.js file and change the following fragment:
Code: Select all
setTimeout(function() {
                        testimonials_auto_animate();
                    }, 5000);

to i.e.:
Code: Select all
setTimeout(function() {
                        testimonials_auto_animate();
                    }, 8000);


Please do it around line 192 and 213 (twice)
User avatar
Moderator


cron