Comments lroland started the conversationApril 6, 2019 at 1:59amHow do I change the testimonial speed? 7,095Oliver repliedApril 6, 2019 at 7:42amHi,You need to edit:/wp-content/themes/scalia/js/testimonials-carousel.jsline 57.In order to change it in the child theme you can deregister this style: wp_register_script('scalia-testimonials-carousel', get_template_directory_uri() . '/js/testimonials-carousel.js', array('jquery', 'scalia-carousel'), false, true); And add this code to the js file in your child theme with your modifications. Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliverlroland repliedApril 8, 2019 at 6:29pmGreat . . Thank you!! 7,095Oliver repliedApril 9, 2019 at 6:13amWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
How do I change the testimonial speed?
Hi,
You need to edit:
/wp-content/themes/scalia/js/testimonials-carousel.js
line 57.
In order to change it in the child theme you can deregister this style:
And add this code to the js file in your child theme with your modifications.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Great . . Thank you!!
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver