wp-crossfade

wp-crossfade is a image banner manager w/crossfade and titles.

Author:skookumlabs (profile at wordpress.org)
WordPress version required:2.7.1
WordPress version tested:2.8.2
Plugin version:1.0.5
Added to WordPress repository:24-06-2009
Last updated:31-07-2009
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, %:0
Rated by:0
Plugin URI:http://wordpress.org/extend/plugins/wp-crossf...
Total downloads:4 359
Active installs:60+
plugin download
Click to start download

wp-crossfade is a image banner manager with crossfade functionality.

In your template insert: <?php wp_crossfade(); ?>

Or you can add different paramaters:

<?php wp_crossfade( 'group=home&limit=4&dot_spacing=55' ); ?>

Params:

* group          If '' show all group, else code of group (default '')
* crossfade_id       the id of the div tag that contains the crossfade element (default 'wp-crossfade')
* crossfade_class        the class of the div tag that contains the crossfade element (default 'wp-crossfade-class')
* loading_image          The pre-loading image that will be displayed (default plugins_url('wp-crossfade/images/loading.gif'))
* show_text_overlay          Displays the text overlay over the image (default true)
* overlay_link_text          The text or image inside the link (default More)
* sleep          The number of seconds to sleep between each transition (default 4)
* z_index        The CSS z-index of the elements (default 2000)
* fade       The number of seconds to fade (default 1)
* clickable          Should the image be clickable, if so it will go to the url provided (default false)
* dot_spacing        The spacing between the "dots" or image navigation (default 21)
* limit          Limit rows number (default none - show all rows)