I\'m building a wordpress site with a JQuery carousel using the Owl Carousel 2 JQuery plugin. I\'ve used this carousel before with success, but I\'m stumped on this one and
$(document).ready(function() { var owl = $('.owl-carousel'); owl.owlCarousel({ items:4, margin:10, autoPlay: 3000, autoplaySpeed:2000 }); });