NIVO slider light

The NIVO slider light plugin includes the JQuery NIVO Slider into your wordpress blog. It does not touch any other gallerys.

Author:Thomas Schmidt (profile at wordpress.org)
WordPress version required:2.8
WordPress version tested:3.2.1
Plugin version:1.11
Added to WordPress repository:21-09-2010
Last updated:04-09-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:92
Rated by:5
Plugin URI:https://www.netaction.de/wordpress-plugin-niv...
Total downloads:38 151
Active installs:1 000+
plugin download
Click to start download

The NIVO slider can be used to create a simple gallery in your articles. It does not modify any other images or gallerys.

Have a look at the demos at nivo.dev7studios.com/demos.

After installing the plugin just write something like:

<div class="nivoSlider" style="height:200px; width:600px;">
  <img src="/uploads/slide1.jpg" alt="" />
  <img src="/uploads/slide2.jpg" alt="" />
  <a href="http://dev7studios.com">
    <img src="/uploads/slide3.jpg" alt="" title="Go to NIVO" />
  </a>
  <img src="/uploads/slide4.jpg" alt="" title="example caption" />
</div>

Be sure that all images have the same size. Feel free to edit the plugin's source now as described in the usage guide.