View Single Post
  #1  
Old 02-12-2012, 02:43 PM
 
flysite.eu flysite.eu is offline
 

Member
  
Join Date: Feb 2012
Posts: 11
 

Default 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
__________________
www.flysite.eu
X-Cart DB Version: 4.4.5 GOLD

Checkout Module: One_Page_Checkout
Current Skin: Ability Template(/skin/ability)
Available Languages: de,en,es,fr,it
Enabled: Ability_Template; XMultiCurrency
Reply With Quote