Nivo slider is one of best slider available on the web.I have shared two versions of nivo slider on helperblogger so far,default theme of nivo slider and nivo slider with ribbon but today I am sharing a customized version of the nivo slider.In this customized version the caption and bullets are customized to make them more beautiful also as always I have kept the installation as easy as possible you have to copy and paste the code.Now lets see how to add it to blogger blog.
How To Add This Slider To Blogger?
- Select the images which you want add in slider
- Resize them to same size
- Upload it and get the URL.
- Now go to Blogger Dashboard > Layout
- Click on Add a Gadget (below header)
- Select HTML/JavaScript
- Paste below code inside it,
<style>
#slider {
position:absolute !important;
top:50%;
left:50%;
width:650px;
height:350px;
margin-top:-175px;
margin-left:-325px;
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5), 0px 0px 20px rgba(0,0,0,.2);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5), 0px 0px 20px rgba(0,0,0,.2);
box-shadow: 0px 0px 5px rgba(0,0,0,.5), 0px 0px 20px rgba(0,0,0,.2);
}
.nivoSlider img {
position:absolute;
top:0;
left:0;
display:none;
}
.nivoSlider a {
border:0;
display:block;
}
.nivo-slice {
display:block;
position:absolute;
z-index:5;
height:100%;
}
.nivo-box {
display:block;
position:absolute;
z-index:5;
}
.nivo-caption {
position:absolute;
left:75px;
bottom:29px;
width:498px;
padding-top:13px;
padding-bottom:13px;
z-index:8;
border:1px solid #000;
border-left-color:rgba(0,0,0,.5);
border-right-color:rgba(0,0,0,.5);
-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.15), 0px 1px 3px rgba(0,0,0,.7);
-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.15), 0px 1px 3px rgba(0,0,0,.7);
box-shadow: inset 0px 1px 0px rgba(255,255,255,.15), 0px 1px 3px rgba(0,0,0,.7);
background: -webkit-linear-gradient(top, rgba(72,73,76,0.9) 0%,rgba(57,58,60,0.9) 50%,rgba(50,51,53,0.9) 51%,rgba(38,39,40,0.9) 100%);
background: -moz-linear-gradient(top, rgba(72,73,76,0.9) 0%,rgba(57,58,60,0.9) 50%,rgba(50,51,53,0.9) 51%,rgba(38,39,40,0.9) 100%);
background: -o-linear-gradient(top, rgba(72,73,76,0.9) 0%,rgba(57,58,60,0.9) 50%,rgba(50,51,53,0.9) 51%,rgba(38,39,40,0.9) 100%);
background: -ms-linear-gradient(top, rgba(72,73,76,0.9) 0%,rgba(57,58,60,0.9) 50%,rgba(50,51,53,0.9) 51%,rgba(38,39,40,0.9) 100%);
background: linear-gradient(top, rgba(72,73,76,0.9) 0%,rgba(57,58,60,0.9) 50%,rgba(50,51,53,0.9) 51%,rgba(38,39,40,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e648494c', endColorstr='#e6262728',GradientType=0 );
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.nivo-caption p {
margin:0;
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:14px;
font-weight:bold;
color:#fff;
text-align:center;
text-shadow:0px -1px 0px #000;
}
.nivo-caption a {
display:inline !important;
}
.nivo-html-caption {
display:none;
}
.nivo-directionNav a {
position:absolute;
bottom:30px;
z-index:9;
cursor:pointer;
text-indent:-9999px;
width:45px;
height:39px;
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja8gj85p6VmnNU2-ac4D-XDn01tcV5s1zZ8PiOvV2i_F17-oJXMZ4ZOKCDJLrE6IS59rl-3H3-qmetBz1BvpEn-v7uSTB5xSCfWPZe8wR5oaOt5KWhsK7ZFDEsgpN0oSsDM-anH6DFLiE/s1600/helperblogger.com-arrows.png);
background-repeat:no-repeat;
}
.nivo-prevNav {
left:75px;
background-position:0 0;
box-shadow: 1px 0px 0px rgba(255,255,255,.2), 2px 0px 0px rgba(0,0,0,.4);
}
.nivo-nextNav {
right:77px;
background-position:-45px 0px;
box-shadow: -1px 0px 0px rgba(255,255,255,.2), -2px 0px 0px rgba(0,0,0,.4);
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://helperblogger.ucoz.com/code/jquery.nivo.slider.js"></script>
<script type="text/javascript">
$(window).load(function () {
$('.nivoSlider').nivoSlider({
effect: 'sliceDown',
directionNavHide: false,
captionOpacity: 1,
controlNav: false
});
});
</script>
<div id="slider" class="nivoSlider">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZ-eIQAZ4x7q5pvbQjw0UGnyRie8NvZgBDaBwfQ2vbAYa0gbGofO26LjhcVQBjOd3kpRnzrEzFdyMfz8B4kVTrn-o7zLpvGUlTupQJ39ivsdYFxhiE3JoIdqP9RBf1rO3n4wXAy0hiD9A/s1600/helperblogger.com-5.png"
alt="Slider Image 1" title="This Is An Example Of A Caption">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEeUj7uFEYWTuMIzsYd0bBotfhExQQpFamQXKHiLaA-IkiRLSyUi3lK7FtrATpI5VUjO-bSsj2V2RIcNogkS5c2R1RZz8D0qnZJzOt1lJgqo1yehLN45BtwktQMGbxnnaM180bqet1U3c/s1600/helperblogger.com-4.png"
alt="Slider Image 2" title="You Can Add Anything Here">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5wJMiGo7ZnAXKucwV8Gg78nBZPfMuwijI3wc6rD7EiuN2C5s6MsP2VhZf5vT6IFsWCLW0TpSsM3xDhD3nSWNu6JyqddYH-ZuxLXcHkF_eSp22vudIhvgQAhyrarMobfbHFMTmnh5G4Uo/s1600/helperblogger.com-3.png"
alt="Slider Image 2" title="Like Image Description">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjthps8BrJ739OhsvEG9KESN9O3r54razVM5OSiU9QmsoTXacro1MgkAq1rtzBLGq6KG-8bSnPyLdwZsegnmaMe3d4gPtCoECGTRjRVQP3QoXKCATgkMtwxFE2GxpQ4rAbFNmOjrldvV-w/s1600/helperblogger.com-2.png"
alt="Slider Image 2" title="Image Info">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjmzoNtZhtW2MsqCILeQbvfVwfBz-0S4UCOF4Zvj2EdCSLcH9wENTeg1vPThWb6mfMDX77llFz7AdMfAyqWH5sw0CC5kjp7VLvK8_n3PARN-oeeqi2dpqmzbJBZUwAw_oGCNvd3_2XIfc/s1600/helperblogger.com-1.png"
alt="Slider Image 2" title="And Other Things">
</div>
- Slider Width And Height
Adjust the width and height of slider as per your images width and height
- Image URL
Replace all highlighted image URL's with your own images URL.
- Image Caption
Here you can add your image caption
- jQuery Library
If you have already added a jQuery library to your blog then remove the highlighted color.
Finally save your widget and you are done.
I have kept the installation 1 step and as easy as possible.If still you are getting a single problem then feel to ask it to me.I will try to give reply as soon as time allows.The credits for customizations goes to webdesign.tutsplus and helperblogger.
Cool !! I loved it :)
ReplyDeletePc Genie Land
please help in changing the width..
ReplyDeleteFirst change the value which I have highlighted above in as width:650px;
Delete2. Change the width of caption in this sector .nivo-caption {
3.If you want to adjust the position of bullets then change the values of left or right properties in below sectors .nivo-prevNav { .nivo-prevNav {
Hello friend. You helped me much from starting of my blog. But recently i face a serious problem. The problem is a web site is copying my blogs every post. Another serious matter is that it almost copy it in real time when i publish a new post. The truth is It automatically copy by content by RSS feed. So what i can do now. I do not what are the benefit of RSS feed. But if i turn it of the web site cant copy my content but i can't submit my sitemap on goggle. Please give me a suggestion what to do.
ReplyDeleteHELLO
DeleteSAME PROBLEM HERE
ANY SOLUTIONS
PLZ PLZ HELP
my blog http://nptechs.blogspot.com
File a DMCA content against them,
Deletehttp://hubpages.com/learningcenter/how-to-file-a-dmca-complaint
I not understand the system. If you know another way let me know
Deletebro. this is one and best way to stop this.By this google will remove those posts and send them a notice.If they don't stop it then their blog/site will completely removed and account will suspended.
DeleteRSS feeds are feeds of your own posts. That's why it copies your posts in real time when you publish a new post.
Deleteit's ok.. hahahaha
Rahul, with your permission can I give this post to my blog. I will surely give a good amount of back link to your site. please rahul allow me.
ReplyDeleteOf course.Everyone can share these articles but with Proper Credits
DeleteIs the demo working? not for me.
ReplyDeleteFragmanı izle
ReplyDeleteHd Fragmanı izle
ah.. why my slider hover my post... zzzz
ReplyDeleteNice Slider
ReplyDeleteRegards,
Navneet
www.techravers.com
sweet
ReplyDeletehttp://www.villagefile.com/
Can you insert this into a post? I mean use it as a gallery?
ReplyDeleteIt works perfectly but some people say the arrows dont work ...
ReplyDeletehow can I fix this?
XOXO
Lea Lillith
www.velvetmolecules.com
Hi, I want ask something, why every i put a code below the header, the widgets never appear. Can You tell me what's wrong with my template?
ReplyDeleteI love your site so much. It's cool and completely helping.
uhm sorry for my bad english..
Nice post i liked this techexplanation.blogspot.in
ReplyDeleteThis comment has been removed by the author.
ReplyDeletecool widget, nice blog ! visit my blog http://www.obatherbal-2u.blogspot.com
ReplyDeleteHi mate,
ReplyDeleteHow can I use the image slider in my post? I wanted this to appear on a specific post only. Is it possible? thanks
Humm , good!
ReplyDeletere you OK?
ReplyDeleteGreat post,Thanks for nice and cool website on www.helperblogger.com.I can to know about these things. It is a very well site.I now,It is a not any simple information.This site is help for every one.I like this site.This a nice post.So nice,i want to show Click-n-earn Get Compensated Email advertising and view sites, Get Compensated To Improve, Buy Cost-effective Banner Marketing PTC Marketing Email promotion, Cost-effective ad Marketing, Cost-effective PTC Marketing, Produce Cash On the internet, ways to make online, Get Compensated For Website Strikes work from home USA And More. Try It Out Today!
Thanks for the great post.
Again its not working for me...
ReplyDeleteI have added on my temp blog here..
http://testblogofthetrickslab.blogspot.com/
Look
Sorry if this has already been asked, but, is there a way to turn the images into links? Thanks
ReplyDeleteNice blog visit my blog www.allbloggertips.com
ReplyDeleteHumm , good!!!!!!!
ReplyDeleteagnesvata.blogspot.com.br
HI
ReplyDeletePLS I NEED TO CHANGE POSITION TO RIGHT FOR THIS SLIDER HOW CAN I?
THANKS
Great post,Thanks for nice and cool website on http://www.lover-fashion.com
ReplyDeletesexy sleepwear
halloween costumes
Plus Size sexy lingerie
ReplyDeletethanks for the great trick ,it really help me in modify my blog
check how beautifull my blog has become :http://menaveron.blogspot.com/
http://seobusinesscompetition.com/Now this is in actual fact cooperative. It’s very openhanded of you to share this with us.
ReplyDeleteAssociation with different organizations that you can take part in business with is additionally conceivable. https://www.aaa1autotitleloans.com/chicago
ReplyDeleteThanks for sharing.Netgear Technical Support
ReplyDelete