Accordion Slider Shortcodes
Defaults
Below are the options that are available for this shortcode and their default values. A hash (#) indicates a required value.
'name' => '#',
'type' => 'horizontal', // horizontal, vertical, full
'cat' => '', // Category slug
'slides' => '5', // Number of slides, -1 to display all
'width' => '#',
'height' => '#',
'max_slide_width' => '',
'sticky' => 'false', // false, true
'sticky_number' => '0',
'expand_on' => 'mouseover', // mouseover, click
'align' => 'none', // none, alignleft, alignright, aligncenter
'preload' => 'true'
And this is what you should insert into your posts and pages…
[accordion_slider name="#" type="horizontal" cat="" slides="6" width="#" height="#" max_slide_width="" align="none" sticky="false" sticky_number="0" expand_on="mouseover" preload="true" /]
[accordion_slider name="accordion-1" type="horizontal" cat="accordion-slider" slides="4" width="800" height="500" max_slide_width="" align="none" sticky="false" stick_number="0" expand_on="mouseover" preload="true" /]
[accordion_slider name="accordion-2" type="vertical" cat="accordion-slider" slides="3" width="800" height="800" sticky="true" sticky_number="1" /]

