• Hi – In the Prasoon Theme/Customise/Widgets/Business Theme:
    The Testimonial section runs too fast for my content – where do I change the delay time between testimonial blocks.
    Thanks
    David

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Spiracle Themes

    (@yogendranegi)

    Hello @doodledave

    You need to edit testimonial-style2-section-widget.php file. You can find the file at theme root -> inc -> widgets -> testimonial-style2-section-widget.php

    Once you find this file open this file in any text editor and find line no 62 ie

    <div id=”text-carousel” class=”carousel slide” data-ride=”carousel”>

    You need to add an attribute to this line data-interval=”5000″ For eg

    <div id=”text-carousel” class=”carousel slide” data-ride=”carousel” data-interval=”5000″>. The time is in ms. Increase or decrease the number according to your need

    Regards
    Spiraclethemes

Viewing 1 replies (of 1 total)
  • The topic ‘The Testimonial section runs too fast for my content’ is closed to new replies.