"The world's most awesome jQuery slider" by Gilbert Pellegrom, made easily available for WordPress.
The Simple Nivo Slider plugin provides easy access to Gilbert Pellegrom’s excellent jQuery-based Nivo Slider. The admin panel makes it easy to tweak the most commonly used Nivo Slider options from within WordPress.
Visit http://nivo.dev7studios.com for more info on the Nivo Slider, that’s where the real magic happens.
Valid XHTML 1.0 code generation and CSS stylability are priorities.
The plugin was originally based on the WP Nivo Slider plugin by Rafael Cirolini (quickly turned into a complete rewrite though).
The actual slider code was developed by Gilbert Pellegrom over at http://nivo.dev7studios.com.
Thomas M Steenholdt (plugin developer): tmus at tmus dot dk
This section describes how to install the plugin and get it working.
simple-nivo-slider
plugin directory to the /wp-content/plugins/
directory<?php if (function_exists('simple_nivo_slider')) simple_nivo_slider(); ?>
in your templates – Or place a [snivo] shortcode in your post.simple_nivo_caption
can be used to specify a caption for the imagesimple_nivo_link
can be used to specify a link other the default which links to the post (specify none
to disable link completely)The simple_nivo_slider()
and [snivo]
instantiation methods accept the same parameters
ID
: This is the ID of the DIV associated with the sliderCategory
: This is the category slug of the categories to use for images (multiple categories can be specified, seperated by comma)Template function – All defaults
simple_nivo_slider();
Template function – ID and multiple categories specified
simple_nivo_slider("anotherid", "mycat1,mycat2");
Shortcode – All defaults
[snivo]
Shortcode – ID and multiple categories specified
[snivo id="anotherid" category="mycat1,mycat2"]
You can specify a custom link, using the simple_nivo_link
custom field on the slide post.
Yes, use none
as the value for the simple_nivo_link
custom field on the slide post.
Most likely, yes.
You can specify a caption for a slide, using the simple_nivo_caption
custom field on the slide post.
Uninstalling the plugin, removes all settings as well. Re-installing, will return all options to their default values.
If you have other Nivo based slider plugins installed, try to deactivate them and see if that helps. Loading multiple instances (and even versions) of the same jQuery function, can yield unpredictable results.
Please do. I can’t make too many promises up front, but I promise I’ll check my mail. You’ll find my mail address in the Contact section.
Added “shuffle images” option to display the slides in random order
Fixed a problem where not all images in a category would be added to a slider correctly
Support for multiple categories from shortcodes as well as from template function. [snivo id=”myid” category=”mypostcategory1,mypostcategory2″] or simple_nivo_slider(‘myid’, ‘mypostcategory1,mypostcategory2’);
Updated the nivo-slider component to version 2.5.2
Initial support for [snivo id=”myid” category=”mypostcategory”] style shortcodes. Currently only image div “id” and the post “category” can be specified in the shortcodes (more options will surely follow).
Squashed a few bugs
Added support for using post image sizes other than ‘full’. Full remains the default value.
Updated to nivo slider 2.5.1.
Fixed a few minor problems.
Fixed php warning in database update code. This would in some situations cause problems activating or upgrading the plugin.
A few small fixes. New arrow- and loader images.
Fix CSS problems.
Improved handling of non-automatic plugin updates. This should make the plugin behave nicely for updates performed manually too.
Other minor fixes and improvements were thrown in as well.
Added plugin database update helper functionality to make sure database is “sane” after an update.
Nivo-Slider updated to version 2.5. Support for new transitions added to plugin code and CSS was cleaned up.
Insignificant documentation updates
Fixed small but significant bug, causing JS problems on some IE configurations
Removed incorrect upgrade notice statement in readme.txt
Initial release