Nivo Slider Caption Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Nivo Slider Caption

    roanxxx
    roanxxx
    Forumember


    Posts : 41
    Reputation : 1
    Language : English

    Solved Nivo Slider Caption

    Post by roanxxx April 18th 2013, 3:11 pm

    Hello. How can I add the nivo slider in the homepage only?
    And how can I put Captions in every slide?

    Thanks!

    My Forum
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: Nivo Slider Caption

    Post by E-Mark April 18th 2013, 5:03 pm

    Put this in your Homepage Message (ACP > Display > Homepage > Generalities)

    Code:
    <link rel="stylesheet" href="http://static.tumblr.com/hhedat8/8cbmksz3o/nivo-slider.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="http://static.tumblr.com/hhedat8/NnQmksygd/bar.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="http://static.tumblr.com/hhedat8/J4Bmksyye/default.css" type="text/css" media="screen" />

    <center> <div id="wrapper"><div class="slider-wrapper theme-default"><div id="slider" class="nivoSlider">

    <img src="http://i48.tinypic.com/35lw9yv.jpg" title="#caption1" data-thumb="images/walle.jpg" alt="" data-transition="slideInLeft" />
    <img src="http://i48.tinypic.com/35lw9yv.jpg" data-thumb="images/walle.jpg" alt="" data-transition="slideInLeft" />
    <img src="http://i48.tinypic.com/35lw9yv.jpg" title="#caption2" data-thumb="images/walle.jpg" alt="" data-transition="slideInLeft" />
    <img src="http://i48.tinypic.com/35lw9yv.jpg" data-thumb="images/walle.jpg" alt="" data-transition="slideInLeft" />

    <div id="caption1" class="nivo-html-caption">
    This will display the caption #1, just edit this part.
    </div>

    <div id="caption2" class="nivo-html-caption">
    This will display the caption #2, just edit this part.
    </div>

    </div>
    </div>
    </div>
    </center>

    <script type="text/javascript" src="http://static.tumblr.com/hhedat8/gYrmksxtn/jquery-1.9.0.min.js"></script>
    <script src="http://static.tumblr.com/hhedat8/NqOmksx73/jquery.nivo.slider.js" type="text/javascript"></script>
        <script type="text/javascript">
        jQuery(window).load(function() {
            jQuery('#slider').nivoSlider();
        });
    </script>

    Now all you need to do is to edit the image.
    Change this one with your image url.
    Code:
    http://i48.tinypic.com/35lw9yv.jpg
    avatar
    toppas
    New Member


    Posts : 4
    Reputation : 1
    Language : bahasa indonesia

    Solved Re: Nivo Slider Caption

    Post by toppas April 18th 2013, 5:50 pm

    work :wouhou:
    roanxxx
    roanxxx
    Forumember


    Posts : 41
    Reputation : 1
    Language : English

    Solved Re: Nivo Slider Caption

    Post by roanxxx April 19th 2013, 2:04 pm

    Gee thanks Emark! XD Really helped me a lot Smile Just lock it now.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Nivo Slider Caption

    Post by Sanket April 19th 2013, 2:47 pm

    Topic Solved & Locked