D
D
Dymok2018-05-06 02:41:15
css
Dymok, 2018-05-06 02:41:15

Why dots are not displayed in owl-carousel?

codepen I've been scratching
my head for an hour why dot navigation doesn't work. I connect owl.carousel.css, owl.theme.default.css and owl.carousel.js, in carousel options I pass:

$(".owl-carousel").owlCarousel({
      items: 3,
      nav: true,
        dots: true,
        loop: true,
    });

But it turns out like this:
5aee405b5cdda130423045.jpeg

Neither buttons nor navigation dots are displayed. Looks like the styles are not being applied, but why? Tried both locally and on codepen . Help, pls.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question