?> Fade Slider Shortcodes « « Provibe Media - Videoproducties & Interactief DesignProvibe Media – Videoproducties & Interactief Design

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" /]

Opps, you haven't set your slider up correctly. Make sure you have created some slides from Slides > Add New and slide categories from Slides > Slide Categories. When using the slider shortcode make sure you either specify ONE category or leave it blank e.g. [fade_slider cat="slider-cat"]. You must add the slug name of the category e.g. slider-cat and NOT the category ID.

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

Opps, you haven't set your slider up correctly. Make sure you have created some slides from Slides > Add New and slide categories from Slides > Slide Categories. When using the slider shortcode make sure you either specify ONE category or leave it blank e.g. [fade_slider cat="slider-cat"]. You must add the slug name of the category e.g. slider-cat and NOT the category ID.

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