Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Slider in Lucid
#1
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.
Reply
#2
That theme is made by Oleg06, Maybe you can ask him.
Reply
#3
the slider is only in the premium
Reply
#4
I used this script for Slider http://jquery.malsup.com/cycle2/demo/tile.php
Reply




Users browsing this thread: 1 Guest(s)