jQuery(function($) { "use strict"; $('.testimonials-slider').slick({ autoplay: false, autoplaySpeed: 2000, dots: true, arrows: false, }); });