Skip to content Skip to sidebar Skip to footer

Owl Carousel Not Working At All

Right, I'm working on a site for a friend, and I'm trying to get a carousel working. However, seemingly, no matter what I try. Markup: http://pastebin.com/PjftpnJx Folder structure

Solution 1:

Found your problem, you won't believe how simple. You just forgot to include the Owl Carousel stylesheet

<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">

Working Demo Here

Edit: the problem is jQuery version, not working with 10.2, downgrade to 10.1 works.


Solution 2:

I had the same problem with OWL Carousel not working on IE and Chrome.

I've fixed it by replace the old version with the newest : http://www.owlcarousel.owlgraphic.com/index.html

Now, Prev/Next buttons, Scroll-Drag and Auto-advance work on IE and Chrome.


Post a Comment for "Owl Carousel Not Working At All"