How to slow down Testimonials Section

This topic has 3 replies, 1 voice, and was last updated 5 years, 11 months ago by Spiracle Themes.

Viewing 3 reply threads
  • Author
    Posts
    • #1114


      Rachael
      Guest

      fanandflame.website

      How can I slow down the testimonials section?

      Thank you in advance for your help,
      Rachael

    • #1117


      Spiracle Themes
      Guest

      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

    • #1120


      Rachael
      Guest

      Works perfectly! Thank you so much, I greatly appreciate all your help and your fast response.
      Rachael

    • #1121


      Spiracle Themes
      Guest

      You are welcome 🙂

Viewing 3 reply threads

Reply To: How to slow down Testimonials Section

Your information:




Cancel