X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Increase Testimonial Display Time on Ability Template (https://forum.x-cart.com/showthread.php?t=62623)

flysite.eu 02-12-2012 02:43 PM

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

PhilJ 02-12-2012 03:30 PM

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;

flysite.eu 02-12-2012 04:46 PM

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

PhilJ 02-13-2012 05:57 AM

Re: Increase Testimonial Display Time on Ability Template
 
The first method worked for me, for a 10 seconds transition use...

delay=10000;

flysite.eu 02-13-2012 01:02 PM

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

PhilJ 02-13-2012 04:28 PM

Re: Increase Testimonial Display Time on Ability Template
 
So sorry, I meant - skin/ability/custom/js/common.js

flysite.eu 02-13-2012 04:59 PM

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.