Shortcode Usage
[accordioneffect=”slide” Animation to play when changing panels
opentab=”0″ The panel open when the page loads
style=”" Custom CSS rules for the whole accordion can be placed here
]
[panel
title=”" The title displayed on the panel header for this panel
style=”" Custom CSS rules for this panel can be placed here
]
first panel content
[/panel]
[panel]2nd panel content[/panel]
[panel]3rd panel content[/panel]
[/accordion]
Effect values:
slide or slide2
Opentab values:
The number here refers to the index of the panel. 0 is the first panel, 1 is the 2nd panel, and so forth.
Accordion Example
[accordion][panel title=”Title 1″]…[/panel]
[panel title=”Title 2″]…[/panel]
[panel title=”Title 3″]…[/panel]
[/accordion]
Accordion Example in Column
[accordion effect=”slide2″ opentab=”1″]
[panel title=”Title 1″]…[/panel]
[panel title=”Title 2″]…[/panel]
[panel title=”Title 3″]…[/panel]
[/accordion]
[panel title=”Title 1″]…[/panel]
[panel title=”Title 2″]…[/panel]
[panel title=”Title 3″]…[/panel]
[/accordion]