Theme Options

Skins
Backgrounds
Frontpage ExamplesJust some examples, but you can customize the frontpage however you want.
Reset Options
Theme Options +Hide

Fade Slider Shortcode

Defaults

Below are the options that are available for this shortcode and their default values. A hash (#) indicates a required value.
'name' => 'fadeslider',
'cats' => '', // Category IDs
'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
'width' => '950',
'height' => '450',
'align' => 'alignnone', // alignnone, alignleft, alignright, aligncenter,
'pause_button' => 'false' // false, true

And this is what you should insert into your posts and pages…
[fade_slider name="fadeslider" cats="" slides="-1" effect="fade" width="950" height="450" align="alignnone" nav="1" timeout="6" pause_button="false" /]

[fade_slider name="fadeslider1" cat="fade-slider-1" slides="-1" effect="fadeZoom" width="750" height="450" align="aligncenter" pause_button="true" /]

[fade_slider name="fadeslider2" cat="fade-slider-1" slides="-1" width="750" height="350" align="aligncenter" timeout="0" nav="2" /]

[fade_slider name="fadeslider3" cat="fade-slider-1" slides="-1" width="750" height="350" align="aligncenter" timeout="0" nav="3" /]