Plugin Directory

wp-crossfade

Author: skookumlabs

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)

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(5 ratings)