Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

169
Views
owl carousel stop showing images

Add owl carousel css and js:

<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css

Owl carousel stop showing images, but earlier it was working correctly. I haven't changed anything in code before.

Here is JavaScript and HTML code:

var carouselLite = function() {

        var owl5 = $(".owl-carousel5");

        owl5.owlCarousel({
            items: 1,
            margin: 0,
            center: false,
            responsiveClass: true,
            loop: true,
            nav: true,
            dots: true,
            autoplay: true,
            smartSpeed: 500,
            responsive:{
                0:{
                    nav:false
                },
                480: {
                    nav:false
                },
                768:{
                    nav:false
                },
                1000:{
                    nav:true,
                }
            },
            navText: [
                "<i class='icon-arrow-left owl-direction'></i>",
                "<i class='icon-arrow-right owl-direction'></i>"
            ]
        });
    };
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<div class="owl-carousel5">
    <div class="item"><img src="images/draft_duo_1.png" alt="Draft Duo 1"></div>
    <div class="item"><img src="images/draft_duo_2.png" alt="Draft Duo 2"></div>
    <div class="item"><img src="images/draft_duo_3.png" alt="Draft Duo 3"></div>
    <div class="item"><img src="images/draft_duo_4.png" alt="Draft Duo 4"></div>
</div>

This is site photo

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!