hi i am also trying to change the rotation speed
i am trying to use this in the main index template
i’m probably doing this all wrong but
<!-- Blog and Testimonial box-->
<div class="content homeside">
<h2>Customer Testimonials</h2>
<br />
<?php echo do_shortcode(" [hms_testimonials_rotating]"); ?>
</div>
if i change ANY of the shortcode, for example to include the seconds=”10″ then i get a http server 500 error…. no matter what i change it gives the same crash.
where can i find the php code to use it in a template or could you advise ?