Modern Accordion Shortcode

0

To make the accordions appear the way you want you need to add your own styling to them Lets you add accordion to your post and pages. By using the following shortcodes [accordions clea

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

To make the accordions appear the way you want you need to add your own styling to them
Lets you add accordion to your post and pages.

By using the following shortcodes

[accordions clearStyle=false collapsible=true]

    [accordion title="title" icontype="square"] 

        Stuff goes here

    [/accordion]
    [accordion title="title2" icontype="circle"]

        Here as well

    [/accordion]

[/accordions]

For more info check out github – https://github.com/AgentSource/modern-accordion-shortcode

0.7

*Added support for alignment of icon – you can now have the icon float to the left or right
*fixed issues that would remove WP default formatting

0.6

*Updated version – removed deprecated functions (thanks @pbearne)
*Removed auto formatting from WP
*More to come…

0.5

*Added hover/active states to accordion element (can be changed in css/less — will be added as an option in later version)
*Added active/none active states for icons
-Tweaked animate speed to 500ms to smooth out animation

0.4

code clean up – plugin now reflects Modern Accordion Shortcode in code

0.3

added font icons support to accordion, allowing user to select the style for each accordion element individually. Currently only circle and square are supported with more to come.

0.2

code clean up

0.1

Initial code base