You appear to be a bot. Output may be restricted
Description
Example for [portfolio_slideshow]
Usage
portfolio_slideshow__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: portfolio_slideshow –
Returns
voidSource
File name: oik/shortcodes/oik-slideshows.phpLines:
1 to 8 of 8
function portfolio_slideshow__example( $shortcode="portfolio_slideshow" ) { BW_::p( __( "To display the slideshow using thumbnail sized images, changing every 10 secs, using <i>fadeZoom</i>", "oik" ) ); $example = "[$shortcode size=thumbnail speed=10000 trans=\"fadeZoom\"]"; BW_::p( $example ); BW_::p( __( "Note: Default values are set on the Portfolio slideshow options page.", "oik" ) ); BW_::p( __( "You can choose from any documented jQuery cycle transition listed here:", "oik" ) ); BW_::alink( null, "http://jquery.malsup.com/cycle/begin.html", __( "jQuery Cycle Plugin - beginner demos", "oik" ) ); }View on GitHub View on Trac