How to slow down Testimonials Section

R Started by Rachael · May 2, 2018 at 3:04 pm · 3 replies 1 voice Last reply 8 years, 2 months ago
ST
Spiracle Themes Original poster
#2

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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to How to slow down Testimonials Section

By posting, your reply becomes public (unless marked private).