Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi notanothercliche,

    Did you find a solution to this problem?

    Looking for the same thing.

    Thanks!

    Thread Starter notanothercliche

    (@notanothercliche)

    You’ll have to edit the testimonials.php file directly for this. It was the only way I found.

    Around line 126, you’ll find this chunk of code.

    $(‘.testimonial_carousel’).owlCarousel({
    autoPlay: 3000, //Set AutoPlay to 3 seconds
    navigation:false,
    items : 1
    });

    Change autoPlay:3000 to a higher number. 3000 milliseconds is 3 seconds, so you want to go up from there. I set mine to 18000, for instance.

    In case you need to find testimonials.php, here’s where to find it…

    wp-content/plugins/addon-so-widgets-bundle/extra-widgets/testimonials/testimonials.php

    I hope that helps!

    Hi notanothercliche,

    Certainly does, your a Legend :).

    Went looking for that code but hadn’t managed to find it yet.

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Testimonial Carousel speed setting’ is closed to new replies.