Hi Hal,
I have tried adding your `function new_testimonial_rotator_timeout($speed) { return 20000; }
add_filter(‘testimonial_rotator_widget_timeout’, ‘new_testimonial_rotator_timeout’);`
To my website http//www.historicrydesociety.co.uk Function.php files
I have developed my own theme using Artisteer
When I added it to the wp function.php file it rendered this error
Fatal error: Call to undefined function add_filter() in /homepages/39/d278883422/htdocs/.HRS_New2013/wp-includes/functions.php on line 3862
So I tried the function.php file from my theme and got this error coade
Parse error: syntax error, unexpected '}' in /homepages/39/d278883422/htdocs/.HRS_New2013/wp-content/themes/HRS_NewVer4/functions.php on line 752
I’m not sure if I should be ending the fix with a } or not I have no real knowledge of PHP coding.
If you want to have a look at the back end of my site let me know because it is behind Ultimate Maintenance Mode and I can turn it off I’m not sure why this is happening when the fix has worked for others.