Here at Baker Designs – Web Design Halifax we use the Nivo Slider by Dev7Studios a lot. In fact, we think it is a superb jQuery plugin! We have had no problems with it up until now…
Last week two of our sites using this plugin started to position the slider all wrong. The first image was fine, but the next image did not cover the first, it was aligned more to the bottom of the slider.
————-
The problem with the slider was that we use the link to the newest version of jQuery through Google, and when the new version recently came out, it caused the Nivo Slider to act differently. To sort this out was very simple. Link to the jQuery version 1.6 and the Nivo Slider Positioning Problem should be sorted!
Here is what our link looks like – in the <head> section of our site, we are still using the link from Google…
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js”></script>
Now the websites which had the Nivo Slider Positioning problem are fine.







