How To Add Nivo Silder To Blogger Blog? - Helper Blogger

Blogger Widgets | Templates | Tutorials

Latest

Tuesday 8 May 2012

How To Add Nivo Silder To Blogger Blog?


Nivo slider is one of the best jquery content slider ever.It comes with 3 themes Default,Orman and Pascal and today we are going to give a tutorial about Pascal theme.The reason behind chossing Nivo slider over other is it has 16 unique transition effects that makes it worlds most beautiful slider.The image slides appear on a stylish background with a 'Featured Ribbon' in the top left corner,you can manually add own image by replacing Ribbon image URL with your.You can also add captions and links to your slides.The setup of slider is very easy you just have to put some codes in your templates.Lets go to the tutorial,see the demo first.


How To Add Nivo Slider To Blogger Blog?


  1. Go to Blogger Dashboard > Template.
  2. As always take a backup of your template.
  3. Now find for below tag in your template

]]></b:skin>

add below code just above it.

/*Start Nivo Slider Css helperblogger.com*/
/*
* Copyright 2011, Gilbert Pellegrom
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* For blogger by - Rahul Ippar @ helperblogger.com
* 
* March 2010
*/


/* The Nivo Slider styles */
#slider {
width: 618px;
height: 246px;
}

.nivoSlider {
position: relative;
}

.nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
z-index: 6;
display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
display: block;
position: absolute;
z-index: 5;
height: 100%;
}

.nivo-box {
display: block;
position: absolute;
z-index: 5;
}
/* Caption styles */
.nivo-caption {
position: absolute;
left: 0px;
bottom: 0px;
background: #000;
color: #fff;
opacity: 0.8;
/* Overridden by captionOpacity setting */
width: 100%;
z-index: 8;
}

.nivo-caption p {
padding: 5px;
margin: 0;
}

.nivo-caption a {
display: inline !important;
}

.nivo-html-caption {
display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
position: absolute;
top: 45%;
z-index: 9;
cursor: pointer;
}

.nivo-prevNav {
left: 0px;
}

.nivo-nextNav {
right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
position: relative;
z-index: 9;
cursor: pointer;
}

.nivo-controlNav a.active {
font-weight: bold;
}
/*
Skin Name: Pascal Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: A nice, light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Pascal Gartner
Author URI: http://dev7studios.com
*/

.theme-pascal.slider-wrapper {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdkUO-JhFJl0hvHBut_1rGYXVCWs5E12AUr1SP7bjempVR1lP4r7MH8fLsF38TKpKX4WsIYDSUbzPPkaTOIlJBCKfS7NgG_3YaQyER9NEdKaXF6iiIuQTMa-BB0wpJ7DdGpJqFG-hYLLlp/s1600/helperblogger-slider-bg.png) no-repeat;
width: 668px;
height: 299px;
margin: 0 auto;
padding-top: 17px;
position: relative;
}

.theme-pascal .nivoSlider {
position: relative;
width: 630px;
height: 235px;
margin-left: 19px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwi5gj4GW_qQucmEKYC0dPDl9h0zLxvL5kyUXnEu18DroBAHBX1-xXRQf7HkDUdYNnOQLYvFlvtcZv0VIqalRI1S2C8cSKGMBF4E07ra0tvAOmWRe8MZrCMW-yha7eFktoxeqBpo7AMjl5/s1600/helperblogger-loading.gif) no-repeat 50% 50%;
}

.theme-pascal .nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
display: none;
width: 630px;
/* Make sure your images are the same size */
height: 235px;
/* Make sure your images are the same size */
}

.theme-pascal .nivoSlider a {
border: 0;
display: block;
}

.theme-pascal .nivo-controlNav {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJy93S6rJk3K40SNSlArc-jI-mDuF0Vi4NLBBOufp2zTzFT_gqYkkiIoWBlzDth_xMOraZRRPOlfuP1xRY1tueduy2X3X8IvPY4ZUSD_y0JbebXcBJGXin_AjdmHBrBRmS4TUL48wdb0Wd/s1600/helperblogger-controlnav.png) no-repeat;
width: 251px;
height: 40px;
position: absolute;
left: 200px;
/* Tweak this to center bullets */
bottom: -42px;
padding: 8px 0 0 82px;
z-index: 20;
}

.theme-pascal .nivo-controlNav a {
display: block;
width: 22px;
height: 22px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoC9akfH5dGl7rDW3F0WLROgTFhZXgoP_5hNjK5qp2CoOz4waW3WkIpR4NWLiuaFhoSpVTxtkfsw5bvNgQzfWLyyA_ALdWW1kO4PVdmMfGGYShrqen5Q-72j5WoaTKv_7t4bmVHHBMu91k/s1600/helperblogger-bullets.png) no-repeat;
text-indent: -9999px;
border: 0;
margin-right: 3px;
float: left;
}

.theme-pascal .nivo-controlNav a.active {
background-position: 0 -22px;
}

.theme-pascal .nivo-directionNav a {
display: none;
}

.theme-pascal .nivo-caption {
bottom: 40%;
left: auto;
right: 0px;
width: auto;
max-width: 630px;
overflow: hidden;
background: #fff;
text-shadow: none;
font-family: arial, serif;
color: #4c4b4b;
}

.theme-pascal .nivo-caption p {
padding: 5px 15px;
color: #333;
font-weight: bold;
font-size: 27px;
text-transform: uppercase;
}

.theme-pascal .nivo-caption a {
color: #333;
font-weight: bold;
font-size: 27px;
text-transform: uppercase;
}

.theme-pascal .ribbon {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMIG4_znN3OdXkmvrM3OCorerWmTtIemdldMWTlV13t9Jtxp-GujHUXTc56nhmSHewt3p4W_2aSBO6JXUDW1NXwlxVvN9AKTrVwoekpI4e7Xodj7rqq_eHASkUArynucSp2xAYUvzt93ej/s1600/helperblogger-ribbon.png) no-repeat;
width: 111px;
height: 111px;
position: absolute;
top: -8px;
left: -8px;
z-index: 300;
}
/*End Nivo Slider Css helperblogger.com*/

Now find for below code in your template

</head>

Add below code just above it.

<!-- Nivo Slider Scripts Starts-->
<script src='http://code.jquery.com/jquery-1.7.1.min.js' type='text/javascript'></script>
<script src='http://helperblogger.ucoz.com/code/jquery.nivo.slider.pack.js' type='text/javascript'></script>
<script type='text/javascript'>
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
<!-- Nivo Slider Script Ends-->

Now we have implemented the Nivo Slider's script and css in our blog.Let's add the slides.

Go to layout and add below code just below of header section.

Click On Image To Enlarge


<div class="slider-wrapper theme-pascal">
<div class="ribbon">
</div>
<div id="slider" class="nivoSlider">
<a href="YOUR LINK HERE"><img src="IMAGE URL HERE" alt="" title="ADD CAPTION HERE"/></a>
<a href="YOUR LINK HERE"><img src="IMAGE URL HERE" alt="" title="ADD CAPTION HERE"/></a>
<a href="YOUR LINK HERE"><img src="IMAGE URL HERE" alt="" title="ADD CAPTION HERE"/></a>
<a href="YOUR LINK HERE"><img src="IMAGE URL HERE" alt="" title="ADD CAPTION HERE"/></a>
</div>
<div id="htmlcaption" class="nivo-html-caption">
</div>
</div>


  • Now replace  YOUR LINK HERE with your link.
  • Replace  IMAGE URL HERE  with your image URL.
  • Replace  ADD CAPTION HERE  with your own caption

That's All.If you are getting problem then let me know it,I'll glad to help you.

59 comments:

  1. There is a slider but the pictures wont load, i added 3 pics with links...
    http://andrijajonic.blogspot.com/

    ReplyDelete
    Replies
    1. Hey Andrija the code is correct I have checked it again pls try again.If you can't then I will look into your blog and fix it.

      Delete
  2. Not working man, i tried again and again...:(

    ReplyDelete
    Replies
    1. Hey pls add the slider again and inform me so that I can fix the problem.And the code is 100% correct.

      Delete
  3. I tried again, still nothing, you can see a loading circle, thats all..:( Can I send you a txt file with my blog template on your mail?

    ReplyDelete
    Replies
    1. Hey there is a problem in your template,you have added the codes correctly in your template I have also checked your codes on HTML editor and they are working.See image below -

      http://2.bp.blogspot.com/-Gs_6bZ39s64/T6lfDqjy2OI/AAAAAAAABpU/bAIqqZ4371k/s1600/slider.png

      Also I am working on it.

      Delete
  4. I see, its ok, I cant understand whats wrong with template, ive checked everything :( Thanks, hope you will find the solution...

    ReplyDelete
  5. if i dont want to add link wat should i do?

    ReplyDelete
  6. Same problem Slider shows but images not loading SubulusSallaam.blogspot.in

    ReplyDelete
    Replies
    1. I think this slider is not compatible with blogger templates provided by blogger.It is working in other custom template.Anyway I am working on this issue.

      Delete
  7. is there any other slider?

    ReplyDelete
  8. hi have you fixed this issue? as i love this slider and wanted to add it in blogger but i am also using blogger template so waiting for you to fix it.

    ReplyDelete
  9. @All - there is one possible solution,follow below steps -

    while adding nivo slider to your blog remove below piece of code from above code and then try it...

    <script src='http://code.jquery.com/jquery-1.7.1.min.js' type='text/javascript'></script>

    ReplyDelete
  10. having problem...not showing images !!!

    ReplyDelete
  11. for the first time just the slider shows but no images !!! and the link is also not responding !!! www.absolutelyfreesuff.blogspot.in

    ReplyDelete
    Replies
    1. Hey please enter a correct Blog address.

      Delete
  12. i love this - but i'd like to chance the dimensions of it - can you advise?

    www.acraftymommy.com (template still very much in progress)

    ReplyDelete
  13. The Javascript file hasbeen deleted http://helperblogger.x10.mx/scripts/jquery.nivo.slider.pack.js

    ReplyDelete
  14. i have the same problem like everybody. I run this slider on my test blog, images not loading :(

    ReplyDelete
  15. I already tried many times but its not work
    www.biggatv.com

    ReplyDelete
  16. hiiiiiiiii guyz.......!!
    i am know thz widget is not bcz the resopn is that in thz html 1 html http://helperblogger.x10.mx/scripts/jquery.nivo.slider.pack.js is dead that why thz widget don't work and the author of thz is dead that's why he is not update i post thz widget on blog and 100% working check my blog.....
    Regards,
    http://MyBloggingClub.Blogspot.com
    http://i-L-o-v-e-G-a-m-e-s.Blogspot.com

    ReplyDelete
  17. This comment has been removed by the author.

    ReplyDelete
  18. Admin u have to check it again, whtx the prob with widget? itx not working for most of peoples :/ ..

    TheTricksLab.com

    ReplyDelete
  19. Did everything you said at least 5 times. The pic's do not load. I think there is a problem in the widget code. Perhaps where there is a set of "" with nothing in between and the word title out of quotes.

    At any rate, huge waste of my time.

    ReplyDelete
  20. The main types of social networking services are those that contain category places , means to connect with friends, and a recommendation system linked to trust.

    ReplyDelete
  21. abe gadhe ye articals ekdum bakwaas hai

    ReplyDelete
  22. office.com/verify, www office com setup, office.com/myaccount,

    Office Com Setup, office.com/productkeycard, Office Setup, setup.office.com, Office Com Set

    Up, office 2017 download, Office Setup Enter Product Key,


    office.com/setup

    ReplyDelete
  23. Microsoft Office includes a wide range of desktop applications such as Word, Excel,

    Access, PowerPoint, Groove, OneNote, Publisher and Outlook which helps you to complete the

    various task easily such as writing a letter, sending an email and creating PowerPoint

    presentation.

    office.com/setup

    ReplyDelete
  24. McAfee Installation is such an easy or simple process as you have to make sure that

    above-mentioned prerequisites should be fulfilled before getting started with the McAfee

    Activation Process.


    mcafee.com/activate

    ---

    ReplyDelete
  25. If user wants to use the Microsoft Office online then open the

    web browser you are using on your system and visit office.com/setup. Login to your

    Microsoft account with your registered email id and password. The data which you have

    stored on OneDrive or DropBox, you can access and modify it.


    office.com/setup

    ReplyDelete
  26. Norton has vast range of software such as Norton security premium, Norton Security Basic, Norton Security Standard, Norton Internet Security, Norton 360, and Norton Antivirus etc, which provides the protection from threats and identity theft and monitors the antimalware.


    norton.com/setup

    ReplyDelete

  27. Webroot Support - Call 1-844-456-8733 (US/CA) for Webroot Installation, Activation, Configuration, Billing, Renewal or any other queries. Contact our Webroot technical support to get Best Webroot Customer Service\
    webroot support

    ReplyDelete
  28. www.Webroot.com/Safe

    Having Problem In Installing Your Webroot Antivirus with link www.webroot.com/safe ? Don't Worry And Call Our Webroot Support Expert To Get Instant Support.

    http://www.webrootsafe.xyz/

    Webroot.com/Safe
    -->

    ReplyDelete
  29. Kaspersky Support
    Kaspersky is word leading Antivirus and Cybersecurity Multinational company situated in Moscow, Russia. Kaspersky Lab is committed to work with their customers and provide the best security possible. They are dedicated to saving you from the trojan virus, worms, adware, ransomware, spam, rootkits, phishing, malware and other malicious activities.
    KASPERSKY SUPPORT

    ReplyDelete
  30. Thanks for sharing this information. any kind of issue so call our avast antivirus support number 1-888-499-5220.
    Avast Customer Service Number
    Avast Phone Number

    ReplyDelete
  31. Nice post! This is a very nice blog that I will definitively come back to more times this year! Thanks for informative post. www.webroot.com/safe

    ReplyDelete
  32. If you want to Fastest Car In The World. you can visit listforever.com here you will get Top 30 Fastest Cars in The World | Pictures, Price and Specifications.

    ReplyDelete
  33. Let the student focus on the quality of writing and keep the process of finding the source to yourself. Avail the best possible sources such as books, audio books or you can search for Assignment Help Online too.

    ReplyDelete
  34. This is a great inspiring article.I am pretty much pleased with your good work.You put really very helpful information.

    www.office.com/setup
    www.norton.com/setup
    office.com/setup

    ReplyDelete
  35. norton.com/setup - You might have been looking for a proper guide that helps you in downloading, installing and activating the Norton Product key. Visit www.norton.com/setup and proceed for the Norton installation setup. Get Norton help at Norton Customer support toll free number. and also  The if you support the Get face problem to the activate office.com/setup or the install the Microsoft office product product. Install office 2019 with Product Key.  
    office.com/setup |office.com/setup

    ReplyDelete
  36. Your selection of topic is very good and also well written. Thanks for sharing. I feel like all your ideas are incredible! Great job.
    norton.com/setup

    ReplyDelete
  37. Download norton setup to install Norton antivirus on your computer.Activate your norton security key for norton setup
    Norton.com/Setup Norton.com/Setup Office.com/Setup Office.com/Setup office.com/Setup

    ReplyDelete
  38. Are you sophisticated with your old fashioned toilet flushing that doesn’t feel comfortable at all? This Best Flushing Toilet review will be helpful for an individual like you who are looking for some top quality flushing toilet.

    ReplyDelete
  39. Without changing the background, a photo does not get the perfectness. It helps to bring a reliable look at the photos. Using the Images Background Remover service, you can get the best possible solutions.

    ReplyDelete
  40. If You Want to Buy Any Massager, You Need to Read Massager Features, Massager Details, Massager Description, Massager Specification, Massager Ratting, Pros and Cons. If You Want to Learn More Massager Review Visit our Best Massager Reviews Website.

    ReplyDelete
  41. Hi,
    It's a good article and a lot of users can get helpful information through your blog. Actually, I have an article related to Garmin, I hope you like it. First one is Garmin Map Updates and a second one is Garmin Nuvi Updates.
    Thank You!

    ReplyDelete
  42. Thanks for this informative content. It’s really good. Actually, I want to share some thoughts and reviews about an Australian assignment help company in Australia and the brand name is SAMPLE ASSIGNMENT. Here, I am working as an Academic Expert. To look at our online academic assistants who provide reference assignment including Accounting, Management, Finance, IT, Economics, Computer Science, Nursing, Marketing; all Academic subjects to University Students all over the Australia or even worldwide, Here is a big online assignment help providers who help students to get HD grades according to assessment guidelines and instructions. Those who are searching fo assignment help Melbourne, Perth, Brisbane, Adelaide etc. get a touch with Sample Assignment - the No.1 Assignment provider. Any student really wants to buy an assignment at the cheapest price goes to our branded website and has a look and opts our amazing and informative services, you can avail of our convenient online assignment help and samples available on our website for free. You can download it if you want. Are you ready to get 100 out of 100 in your university assessment? We assign the best writer according to the subject for your academic problems and provide support in assignment writing services. Our Customer Care Executives are available 24*7 hours to assist you in the best possible manner. Phone calls and emails are the best methods used by online assignment maker.

    ReplyDelete
  43. Windows 8 support number | call @ 1888-315-9712 for support

    Call @ 1888-315-9712 for windows 8 technical support, windows 8 support number, windows 8 support, windows 8 factory reset, etc

    Moving onto a new operating is not always easy for everyone. The same is applicable on new Windows 8.1 operating system. Users often face problems while using this Windows OS version and therefore they seek on windows 8.1 support number. Due to its unusual user-interface, people generally prefer other older versions and windows 8 support number. Besides its interface, it is also possible to encounter errors that are complex to fix. Common errors with the OS are Windows 8.1 update failed to install, Automatic repair failure, Activation failure, and more. To get rid of the OS, you must follow correct instruction on How to uninstall Windows 10 manually.

    We provide best windows 8.1 technical support for its troubleshooting and issues. Reach us if you are facing any type of above listed problems in your Windows 8 systems.

    Windows technical support number [Toll-Free 24x7]

    1888-315-9712

    TAGS

    Windows support number, Windows support phone number, Windows technical support, Windows technical support number, Windows technical support phone number, Windows customer support number, support for windows 8, windows 8 technical support number, windows 8 support number, windows 8 support, windows 8 support chat, windows 8 update, windows 8 upgrade, windows 8 factory reset, windows 8 uninstall, windows 8 update to 10


    Windows 8.1 support number
    Windows technical support number
    windows 8 support number

    ReplyDelete

  44. Reset outlook mail password | Call @ +1-888-315-9712 for support

    Call @ +1-888-315-9712 for outlook mail support, outlook password reset, outlook support number, setup outlook mail, etc.

    Outlook email has become one of the most used email applications across the globe. If you want to know about more premium features in detail, then avail round the clock support for Outlook. The team of technicians will guide on everything related to this email application.

    We provide one of the best outlook support phone Number solutions to our clients. Please call on the given outlook password reset number for any kind of technical support regarding sign in problems or reset outlook password solutions.

    outlook password reset Toll free: +1-888-315-9712


    TAGS

    outlook Support, outlook support microsoft, outlook support number, support for outlook, outlook support phone Number, microsoft support for outlook, support for microsoft outlook, forgot outlook password, forgot password in outlook, outlook sign in email, outlook password reset, reset outlook password, outlook mail recovery, outlook account lost, outlook password lost, outlook account not working, outlook support number, outlook technical support number, change outlook password

    ReplyDelete
  45. Hi,
    Thanks for telling us about how add Nivo Silder To Blogger it's realy impressive work keep updating like this.
    Use this link for mcafee antivirus it will help you in installing and uninstalling or any issue related to mcafee.


    Mcafee Activation Help
    Mcafee Activation Help Number
    mcafee.com/activation
    mcafee.com/setup
    Mcafee product Key
    Mcafee Activation product Key Online
    mcafe retail card
    mcafe MAV retail card

    ReplyDelete
  46. Thank you so much for sharing such a superb information's with us. Your website is very cool. we are impressed by the details that you have on your site.we Bookmarked this website. keep it up and again thanks
    office.com/setup | office.com/setup | office.com/setup | mcafee.com/activate | billy mark | office.com/setup

    ReplyDelete
  47. It is amazing post, i am really impressed of your post, its really useful. Thank you for sharing This article. norton.com/setup | office.com/setup

    ReplyDelete

If you want to be informed about any replies then check "Notify me" option (present at lower right corner of comment box and it will display if you are logged in to your google account). PLEASE DO NOT SPAM