Okay
  Public Ticket #1014265
about slider
Closed

Comments

  •  2
    somsak ibrohem started the conversation
    My site not slider. For example Please modify this code in index.html and uniform.css
    Thanks..
    -------------
    index.html
    -------------
    <!-- SLIDER -->
    <section id="home-slider">
       
    <div id="owl-main" class="owl-carousel">
    <div class="item">
    <div class="overlay"></div>
    </div>
           
    <div class="item">
    <div class="overlay"></div>
    </div>
           
    <div class="item">          
    <div class="overlay"></div> 
    </div>
       
    </div>

    ------------
    uniform.css
    -----------
    #owl-main .item:nth-child(1) {
      background: url('/images/2489x1300-1.jpg');
    }
    #owl-main .item:nth-child(2) {
      background: url('/images/2489x1300-2.jpg');
    }
    #owl-main .item:nth-child(3) {
      background: url('/images/2489x1300-3.jpg');
  •  850
    Jelly replied

    Hi,

    The problem here from your images, please check your image again, I don't see both images below in images folder

    2489x1300-2
    2489x1300-3

    Best Regards,
    Jelly Team