under http://typo38.cel.media/ i try to creat the canvas slider ... but i cant find the bug why it does not show the second and third pictures... codes is from menu-6.html in the download file: all .css and .js are loud and firebug dont show any debugg.
any ideas?
<section id="slider" class="slider-parallax swiper_wrapper full-screen clearfix">
<div class="swiper-container swiper-parent">
<div class="swiper-wrapper">
<div class="swiper-slide dark" style="background-image: url('fileadmin/user_upload/slider/slider-1.jpg');">
<div class="container clearfix">
<div class="slider-caption slider-caption-center">
<h2 data-caption-animate="fadeInUp">Welcome to Canvas</h2>
<p data-caption-animate="fadeInUp" data-caption-delay="200">Create just what you need for your Perfect Website. Choose from a wide range of Elements & simply put them on our Canvas.</p>
</div>
</div>
</div>
<div class="swiper-slide dark" style="background-image: url('fileadmin/user_upload/slider/slider-1.jpg');">
<div class="container clearfix">
<div class="slider-caption slider-caption-center">
<h2 data-caption-animate="fadeInUp">Welcome to Canvas</h2>
<p data-caption-animate="fadeInUp" data-caption-delay="200">Create just what you need for your Perfect Website. Choose from a wide range of Elements & simply put them on our Canvas.</p>
</div>
</div>
</div>
<div class="swiper-slide" style="background-image: url('fileadmin/user_upload/slider/slider-1.jpg'); background-position: center top;">
<div class="container clearfix">
<div class="slider-caption">
<h2 data-caption-animate="fadeInUp">Great Performance</h2>
<p data-caption-animate="fadeInUp" data-caption-delay="200">You'll be surprised to see the Final Results of your Creation & would crave for more.</p>
</div>
</div>
</div>
</div>
<div id="slider-arrow-left"><i class="icon-angle-left"></i></div>
<div id="slider-arrow-right"><i class="icon-angle-right"></i></div>
<div id="slide-number"><div id="slide-number-current"></div><span>/</span><div id="slide-number-total"></div></div>
</div>
</section>