Are you using the latest plugin release 2.1.9?
Where or how are you setting the rotation speed?
Hi Michael,
Yes we are, but have updated to 2.1.10.
I have set it on the widget page and under advanced options. We have made the site live – http://www.mojobandscotland.co.uk and rotation speed is currently set to 30 seconds but as you can maybe see, the rotation is much faster and only appears to be about 7 seconds.
It seems that you’re using a shortcode for your testimonial than a widget. I can tell because your testimonial instance has an ID of testimonialswidget_testimonials100000.
Per the Shortcodes options list at http://ww.wp.xz.cn/extend/plugins/testimonials-widget/, you should try something like [testimonialswidget_widget refresh_interval=10] instead of your current.
Alternately, you could be using the theme function testimonialswidget_widget(). As such, pass an array with the refresh_interval set to 10.
See the FAQ for an example, http://ww.wp.xz.cn/extend/plugins/testimonials-widget/faq/.
Aha!!
Thank you very much Michael, the first way works a treat. I should have realised that by adding a refresh_interval on the short-code would fix it.
I originally had a widget area on the home page pulling in the testimonials but since then we changed to the shortcode and I was still trying to edit the widget area and not the shortcode, what an idiot!! haha
Thanks again!