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
'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" width="#" height="#" align="none" nav="1" arrows="true" timeout="6" /]
[fade_slider name="fadeslider1" cat="fade-slider-1" slides="-1" width="800" height="400" align="aligncenter" /]
[fade_slider name="fadeslider2" cat="fade-slider-2" slides="-1" width="800" height="400" align="aligncenter" timeout="0" nav="2" arrows="false" /]