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


Messages In This Thread
Slider in Lucid - by Artur - 2015-04-27, 05:50:01
RE: Slider in Lucid - by datiswous - 2015-04-27, 06:38:47
RE: Slider in Lucid - by maco-nl - 2015-05-03, 04:37:17
RE: Slider in Lucid - by Oleg06 - 2015-05-03, 07:32:24



Users browsing this thread: 1 Guest(s)