jQuery(function($) { // Testimonial Carousel if( $('.testimonial-carousel').length ){ var owlTestimonial = $(".testimonial-carousel"); owlTestimonial.owlCarousel({ rtl: $("html").attr("dir") == 'rtl' ? true : false, items : 3, center: true, loop: true, dots: false, nav: true, margin: 30, stagePadding: 20, navText: ['', ''], autoplay: true, autoplayTimeout: 5000, smartSpeed: 1000, responsive: { 0: { items: 1 }, 768: { items: 1 }, 992: { items: 3, } } }); } });