![]() |
Increase Testimonial Display Time on Ability Template
Hi guys,
I want to increase the display time on the rotating testimonials in the footer. Anyone know what I need to add to the code below to increase the display time? This is from the following file: skin/ability/custom/footer/content/footer_testimonials.tpl {literal} <script type="text/javascript"> $(document).ready(function() { $('ul#quotes').shuffle(); $('ul#quotes li').quovolver(); }); </script> {/literal} Any help appreciated. Cheers Rich flysite.eu |
Re: Increase Testimonial Display Time on Ability Template
skin/ability/custom/js/common.js
Around line 137, look for and tweak these values... Code:
if(!speed)speed=500;if(!delay)delay=6000; |
Re: Increase Testimonial Display Time on Ability Template
Hi Phil,
Thanks for that. I have changed the code in the footer and now I just my testimonials displayed as a list in the footer with no rotation. Any other ideas? I am also having troubles with the favicon set up. I will open a new post. Thanks for your quick replies. Rich |
Re: Increase Testimonial Display Time on Ability Template
The first method worked for me, for a 10 seconds transition use...
delay=10000; |
Re: Increase Testimonial Display Time on Ability Template
Hi Phil,
I don't have the code your quoted in my addons_common.tpl file. Ideas? Thanks, Richard |
Re: Increase Testimonial Display Time on Ability Template
So sorry, I meant - skin/ability/custom/js/common.js
|
Re: Increase Testimonial Display Time on Ability Template
Thanks Phil. works great now.
|
All times are GMT -8. The time now is 05:49 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.