http://codepen.io/logopogo/pen/MyZoxM The carousel now triggers on each initial tab change, but on returning to a previously triggered tab the carousel doesn't restart. I think it has something to do with the owl.carousel event already having been bound to the element, but I'm not su...
Isolate the problem - you NEED to provide a live example — ideally also create a reduced test case. This CodePen, JSFiddle and JS Bin are helpful templates you can fork or clone.Important: If you don't provide a live example, your issue will be closed right away.Example:Short and des...
<script src="http://code.jquery.com/jquery.js"></script> <script src="j...
I'm using two carousels, one for main and one for thumbnail navigation. EVerything works fine, apart from there is a noticeable difference between using the main carousel navigation and using the thumbnail carousel. The main carousel nav...
Hello, i'm trying to set some canvas circle percentage values over a basic owl caroussel, the problem is when i scroll there are some values whom don't display until they reach the first place on the caroussel, anyone knows how to fix th...
Check it out here: http://trailingwhitespace.com/owl2/ When I'm on the last slide and click my 'next' button, the slides don't rewind. This is my js: jQuery(document).ready(function(){ $(".slideshow").owlCarousel({ items : 1, mouseDrag :...