2015-04-27, 05:50:01
Does anybody know how can I add more slides in slideshow of Lucid theme? The code of that section looks like this:
Code:
<!-- slider -->
<section id="slider">
<section class="container">
<div class="col-one">
<div class="cycle-slideshow" data-cycle-slides="> div" data-cycle-pause-on-hover="true" data-cycle-prev=".prev" data-cycle-next=".next" data-cycle-pager=".cycle-pager" data-cycle-speed="1000" data-cycle-timeout="2000" data-cycle-swipe="true" data-cycle-loader="true">
<div data-cycle-fx="tileSlide" data-cycle-tile-vertical="false" data-cycle-tile-count="6">
<figure>
<img alt="" src="http://placehold.it/1000x500&text=SLIDE" />
<figcaption class="caption">
<h2>The first heading</h2>
<h3>The second heading</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<a href="#">Read more</a>
</figcaption>
</figure>
</div>
</div>
</div>
<div class="clearfix"></div>
</section>
</section>
<!-- /slider -->
Glowczynski.pl - webmaster, graphic designer, translator.
For any job offers contact me via artur@glowczynski.pl.
For any job offers contact me via artur@glowczynski.pl.