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

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. [accordion_slider cat="slider-cat"]. You must add the slug name of the category e.g. slider-cat and NOT the category ID.

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

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. [accordion_slider cat="slider-cat"]. You must add the slug name of the category e.g. slider-cat and NOT the category ID.

[accordion_slider name="accordion-2" type="vertical" cat="accordion-slider" slides="3" width="800" height="800" sticky="true" sticky_number="1" /]