Support » Plugin: HMS Testimonials » Rotation Speed

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jeff K

    (@kreitje)

    Hey J,

    If you are using the widget there is an input for the amount of seconds. If you are using the shortcode set a seconds attribute. It currently defaults to 6 seconds.

    Example:

    [hms_testimonials_rotating seconds=”10″]

    I do plan on updating the documentation to make things more complete and easier to use.

    Thanks,
    Jeff

    Thread Starter jawaymusic

    (@jawaymusic)

    Hi Jeff,

    Thank you very much for your prompt response.

    Again, this is an awesome plugin.

    Regards,
    J

    Plugin Author Jeff K

    (@kreitje)

    Thanks. If you find yourself with a few minutes of free time, please rate the plugin.

    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 ?

    Plugin Author Jeff K

    (@kreitje)

    Hey silverrook

    Change it to

    <!-- Blog and Testimonial box-->
    <div class="content homeside">
    	<h2>Customer Testimonials</h2>
    	<br />
    	<?php echo do_shortcode('[hms_testimonials_rotating seconds="10"]'); ?>
    
    </div>

    Notice I changed the double quotes to single quotes around the shortcode.

    You could also just use seconds=10 with no quotes around the number and it would work too.

    you sir are a superstar, schoolboy error 🙂

    been pulling my hair out for days with that…..

    fantastic plug in highly rated 🙂

    Plugin Author Jeff K

    (@kreitje)

    Thanks I appreciate it!

    Feel free to rate it whatever you want 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Rotation Speed’ is closed to new replies.