Tabs
Tabs with Background
Tabs without Background
[toggle title= »Click here to view the above used Shortcode sources »]
Tabs with Background
[code]
[one_half]
[tabs] [tab title="Title 1"]Insert your text here[/tab]
[tab title="Title 2"]Insert your text here[/tab]
[tab title="Title 3"]Insert your text here[/tab] [/tabs]
[/one_half]
[/code]
Tabs without Background
[code]
[one_half_last]
[tabs type="basic"] [tab title="Title 1"]Insert your text here[/tab]
[tab title="Title 2"]Insert your text here[/tab]
[tab title="Title 3"]Insert your text here[/tab] [/tabs]
[/one_half_last]
[/code]
[/toggle]
Accordion Shortcodes
Accordion
Accordion with Active Selection
[toggle title= »Click here to view the above used Shortcode sources »]
Accordion:
[code]
[one_half]
[accordion title="Accordion Title Here"]Insert your text here[/accordion]
[accordion title="Accordion Title Here"]Insert your text here[/accordion]
[accordion title="Accordion Title Here"]Insert your text here[/accordion]
[accordion title="Accordion Title Here"]Insert your text here[/accordion]
[/one_half]
[/code]
Accordion with Active Selection:
[code]
[one_half_last]
[accordion title="Accordion Title Here"]Insert your text here[/accordion]
[accordion_active title="Accordion Title Here"]Insert your text here[/accordion_active]
[accordion title="Accordion Title Here"]Insert your text here[/accordion]
[accordion title="Accordion Title Here"]Insert your text here[/accordion]
[/one_half_last]
[/code]
[/toggle]
Toggle Shortcodes
Toggle with Background
[toggle title= »Toggle Title Here »]Insert your text here[/toggle][toggle title= »Toggle Title Here »]Insert your text here[/toggle][toggle title= »Toggle Title Here »]Insert your text here[/toggle][toggle title= »Toggle Title Here »]Insert your text here[/toggle]
Basic Toggle (without background)
[toggle_basic title= »Toggle Title Here »]Insert your text here[/toggle_basic][toggle_basic title= »Toggle Title Here »]Insert your text here[/toggle_basic][toggle_basic title= »Toggle Title Here »]Insert your text here[/toggle_basic][toggle_basic title= »Toggle Title Here »]Insert your text here[/toggle_basic]
Source for the above used Toggle Shortcodes:
Toggle with Background
[code lang= »html »]
[one_half]
[toggle title="Toggle Title Here"]Insert your text here[/toggle]
[toggle title="Toggle Title Here"]Insert your text here[/toggle]
[toggle title="Toggle Title Here"]Insert your text here[/toggle]
[toggle title="Toggle Title Here"]Insert your text here[/toggle]
[/one_half]
[/code]
Toggle without Background
[code lang= »html »]
[one_half]
[toggle_basic title="Toggle Title Here"]Insert your text here[/toggle_basic]
[toggle_basic title="Toggle Title Here"]Insert your text here[/toggle_basic]
[toggle_basic title="Toggle Title Here"]Insert your text here[/toggle_basic]
[toggle_basic title="Toggle Title Here"]Insert your text here[/toggle_basic]
[/one_half]
[/code]