This plugin will enable Accordion in your wordpress theme. You can embed Accordion via shortcode in everywhere you want, even in theme files.
Demo Click here:
http://jobairbd.com/wpplugins/jb-accordion/
Accordions by
http://jobairbd.com
Plugin Features
- Fully responsive and mobile ready.
- Unlimited accordions anywhere.
- Use via short-code.
- Different Theme color.
- Easy input field for accordions content.
- Animated accordions content.
This section describes how to install the plugin and get it working.
e.g.
- Upload
plugin-directory
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Use shortcode in page, post or in widgets.
- If you want news Accordion in your theme php, Place
<?php echo do_shortcode('YOUR_SHORTCODE'); ?>
in your templates.
Shortcodes
General Accordion
[jbaccordion]
[accordion title="Title one" content="Lorem Ipsum is simply dummy text..." ][accordion title="Title one" content="Lorem Ipsum is simply dummy text..." ]
[/jbaccordion]
Change Theme of Accordion
[jbaccordion id="1" theme="theme-orange"]
[accordion title="Title one" content="Lorem Ipsum is simply dummy text..." ][accordion title="Title two" content="Lorem Ipsum is simply dummy text..." ]
[/jbaccordion]
Change Animation of Accordion
[jbaccordion id="2" theme="theme-blue" animation="faderight"]
[accordion title="Title one" content="Lorem Ipsum is simply dummy text..." ][accordion title="Title two" content="Lorem Ipsum is simply dummy text..." ]
[/jbaccordion]
RTL Support
[jbaccordion id="3" rtl="true" theme="theme-red" animation="fadeleft"]
[accordion title="??? ?????? ??? ?????? ???? ???? ????? ?? ?" content=" ??????? ?????? ????? ??? ????????. ?? ???? ?? ???? ??????? ??? ????? ????????." ][accordion title="???? ????? ?? ??????? ???? ???? ????? ??" content="??????? ?????? ????? ??? ????????. ?? ???? ?? ???? ??????? ??? ????? ????????." ]
[/jbaccordion]
- Speacial Note: If you use more than one JB Accordion shortcode in a same page or post so you must be used different nimber id like id="1", id="2", id="3" etc.