How to slow down Testimonials Section
fanandflame.website
How can I slow down the testimonials section?
Thank you in advance for your help,
Rachael
Replies (3)
-
May 2, 2018 at 3:04 pm
fanandflame.website
How can I slow down the testimonials section?
Thank you in advance for your help,
Rachael -
May 3, 2018 at 3:42 am
Hello Rachael,
For this, you need to edit testimonial-section-widget.php which is located at wp-content/themes/prasoonpro/inc/widgets/
Open this file using any text editor and go to line number 62
<div id="text-carousel" class="carousel slide" data-ride="carousel">
You need to add data-interval=”500″ where 500 is the time in milliseconds. You can increase or decrease the time interval according to your need.
For example:<div id="text-carousel" class="carousel slide" data-ride="carousel" data-interval="500">
After editing save this file and refresh your page
Best Regards
-
May 3, 2018 at 3:53 pm
Works perfectly! Thank you so much, I greatly appreciate all your help and your fast response.
Rachael -
May 4, 2018 at 3:13 am
You are welcome 🙂