SIS Accordion Wordpress Plugin - Rating, Reviews, Demo & Download

SIS Accordion Preview Wordpress Plugin - Rating, Reviews, Demo & Download
3.2 Average out of 5 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Fully written in jQuery and jQuery-UI Accordion Widget, the plugin adds a displays collapsible content panels for presenting information in a limited amount of space.

There are two ways to add accordion to your site:

First:

Create your Accordion Items from the Accordion menu & paste the following shortcode where you want to display:

[all-accordion]

Or you can paste following to add accordion to your theme:

<?php echo do_shortcode('[all-accordion]'); ?>

Second:

If you want to use multiple accordion at diffrent page or post at your theme write the following code

[accordion id=''][item title='YOUR_TITLE_GOES_HERE']YOUR_CONTENT_GOES_HERE[/item][/accordion]

Repeat [item title='YOUR_TITLE_GOES_HERE']YOUR_CONTENT_GOES_HERE[/item] as many Items as you want. Inside id=”” give a unique name and you can use a prefix “accordion-” to avoid conflict with other.

You can change options by adding this:

[accordion id='' collapsible='' active='' event='' heightstyle='' headericons='' activeheadericons='']

The possible value of options:

collapsible='false|true'
active='0'  The zero-based index of the panel that is active (open). Default: 0
event='click|mouseover'
heightstyle='auto|fill|content'

Write the class name of jQuery UI CSS Framework inside headericons=” & activeheadericons=”

Screenshots

  1. sis-accordion screenshot 1

    Screenshot of accordion button before click on it.

  2. sis-accordion screenshot 2

    Screenshot of accordion button after click on it.

  3. sis-accordion screenshot 3

    Screenshot of accordion.

  4. sis-accordion screenshot 4

    Screenshot of accordion Settings.

  5. sis-accordion screenshot 5

    Screenshot of accordion custom post type.


Reviews & Comments