Comments 2somsak ibrohem started the conversationJanuary 9, 2017 at 4:44pmMy 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'); 850Jelly repliedJanuary 10, 2017 at 7:55amHi,The problem here from your images, please check your image again, I don't see both images below in images folder 2489x1300-2 2489x1300-3Best Regards,Jelly Team Sign in to reply ...
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');
Hi,
The problem here from your images, please check your image again, I don't see both images below in images folder
Best Regards,
Jelly Team