/** * Theme functions file. * * Contains handlers for navigation and widget area. */ jQuery(document).ready(function($) { $('#slider .owl-carousel').owlCarousel({ loop: true, margin: 10, nav: false, dots:true, autoplay: false, autoplayTimeout: 3000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } }, }); });