Adding 6th Slider Image

Discussion in 'StartPoint Business One Page WordPress Theme' started by findagroomer, Nov 11, 2016.

Thread Status:
Not open for further replies.
  1. findagroomer

    findagroomer New Member

    Joined:
    Jul 4, 2016
    Messages:
    6
    Likes Received:
    4
    After the 5th image it says to read documentation on how to add more slider images. I just need a 6th image. I don't see any documentation to do this?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    To add more than 5 images in the slider, you can refer the tutorial link: https://www.inkthemes.com/wordpress-single-page-theme-tutorial/

    Just copy and edit the links of the below code and paste it in Unlimited slider area section.

    Code:
    <li>
    <img src="images/slider2.jpg" alt="" title=""/>
    <div class="flex-caption">
    <div class="container">
    <div class="text-container">
    <h3>Sixth Slider Heading</h3>
    <div class="clear-fix"></div>
    <h1>Introductory sentense about headline and tagline</h1>
    <p><a herf ="http://www.yourlink.com">Show More</a></p>
    </div>
    </div>
    </div>
    </li>
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
    smith likes this.
  3. findagroomer

    findagroomer New Member

    Joined:
    Jul 4, 2016
    Messages:
    6
    Likes Received:
    4
    Thank you!
     
    smith likes this.
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page