Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    Can you post what you added to your functions.php?

    Plugin Author Hal Gatewood

    (@halgatewood)

    Are you targeting the widget version of the filter?

    testimonial_rotator_widget_timeout

    Hy. Same problem here. i use widget in a widget area.

    I have added this code to my functions.php file, as written by the author on his website, and all is working fine on my website for a 12 second delay (https://www.coachingywellness.com). My testimonials are also being used in a sidebar widget.

    /**
    * Function to change speed of Testimonial Rotator
    */
    
    function testimonial_rotator_widget_set_timeout( $args )  { return 12000; }
    add_filter( 'testimonial_rotator_widget_timeout', 'testimonial_rotator_widget_set_timeout' );

    Hopefully this will help, although I am just repeating the authors instructions! Nice plugin too…

    thanks. worked like a charm.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Seconds per Testimonial doesn't appear to be working’ is closed to new replies.