Expired
Good morning I need to make the shortcode client has autoplay as has the shortcode Testimonial carousel
Thank You!
Hello,
Please edit the file /js/main.js. Find the function:
function clientsCarousel(){ "use strict"; var $self = $('.clients_caro'); if($self.length){ $self.css('display', 'none'); $self.imagesLoaded(function(){ $self.css('display', 'block'); $self.carouFredSel( { items:4, auto: false,
and change ‘auto’ to ‘true’.
Best regards!
You must be logged in to reply to this topic.