Expired
How can I slow down the sliding testimonials, they are too fast! Can you send me some css or code to insert please.
THANKS!!!
Hello,
Edit the file tower/js/main.js. Find the lines:
$('.testimonial_carousel').each(function(){ var $self = $(this); $(this).carouFredSel({ auto: true, scroll: { items : 1, fx: 'fade' },
and replace with:
$('.testimonial_carousel').each(function(){ var $self = $(this); $(this).carouFredSel({ auto: true, scroll: { items : 1, fx: 'fade', duration: 2000 },
Best regards!
You must be logged in to reply to this topic.