Fade Slider Shortcodes
Defaults
Below are the options that are available for this shortcode and their default values. A hash (#) indicates a required value.
'name' => '#',
'cat' => '', // Category slug
'slides' => '-1', // Number of slides, -1 to display all
'effect' => 'fade', // fade, blindX, blindY, blindZ, cover, curtainX, curtainY, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, shuffle, slideX, slideY, toss, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom
'timeout' => '6', // Number of seconds
'nav' => '1', // 0, 1, 2
'arrows' => 'true', // true, false
'width' => '#',
'height' => '#',
'align' => 'none', // none, alignleft, alignright, aligncenter
And this is what you should insert into your posts and pages…
[fade_slider name="#" cat="" slides="-1" effect="fade" width="#" height="#" align="none" nav="1" arrows="true" timeout="6" /]
[fade_slider name="fadeslider1" cat="fade-slider-1" slides="-1" effect="fadeZoom" width="750" height="450" align="aligncenter" /]
[fade_slider name="fadeslider2" cat="fade-slider-2" slides="-1" effect="blindX" width="750" height="350" align="aligncenter" timeout="0" nav="2" arrows="false" /]
