GetSimple Support Forum
QUESTION Slider in Lucid - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: QUESTION Slider in Lucid (/showthread.php?tid=7237)



Slider in Lucid - Artur - 2015-04-27

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 -->



RE: Slider in Lucid - datiswous - 2015-04-27

That theme is made by Oleg06, Maybe you can ask him.


RE: Slider in Lucid - maco-nl - 2015-05-03

the slider is only in the premium


RE: Slider in Lucid - Oleg06 - 2015-05-03

I used this script for Slider http://jquery.malsup.com/cycle2/demo/tile.php