• Resolved fvhuizen

    (@fvhuizen)


    This was you’re answer on my request:

    Currently there is no simple user option available for setting the sliding interval. You need to find and edit timing value in its javascript code file.

    But i really need to change it because the speed is way to high and the text is not readable, so it looks not professional. Please tell me where to find the file and guide me to change the interval.

    Best regards
    Frans van Huizen
    fvhuizen.nl

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi fvhuizen

    To change the speed you need to follow the steps as below:
    In main theme’s file -> inc -> hooks, you will find homepage-testimonial.php file.
    In that file in line 97: you will see following code:

    <div id="testimonial-slide" class="carousel slide" data-ride="carousel">

    Now you should change this line to:

    <div id="testimonial-slide" class="carousel slide" data-ride="carousel" data-interval="12000" data-pause="none">

    Here you can change data-interval attribute as you want where 1000=1s

    Note: Please customize files of child theme, so your changes will not overwrite on theme update.

    Best Regards!!!

    Thread Starter fvhuizen

    (@fvhuizen)

    Thank you for you’re prompt response.
    This solved my issue.

    Nice to see in that file what i can change too ??

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to change the sliding interval for Testimonial’ is closed to new replies.