GetSimple Support Forum

Full Version: Slider in Lucid
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 -->
That theme is made by Oleg06, Maybe you can ask him.
the slider is only in the premium
I used this script for Slider http://jquery.malsup.com/cycle2/demo/tile.php