Answer the question
In order to leave comments, you need to log in
Why don't owl carousel arrows work?
Hello. There is a carousel, it seems to work, but the problem is that the navigation arrows do not respond to pressing.
$('#main-banners').owlCarousel({
items: 1,
dots: false,
loop: true,
autoplay: false,
navText: [],
nav: true
});
<div class="owl-nav disabled">
<button type="button" role="presentation" class="owl-prev"></button>
<button type="button" role="presentation" class="owl-next"></button>
</div>
Answer the question
In order to leave comments, you need to log in
Try to duplicate several slides so that there are more of them than the number of displayed slides.
I had the same thing until I removed dots:false.
Strange of course, I did not understand this joke, but it began to work.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question