JQuery Accordion Menu Widget

Wordpress Plugin
Download latest - 3.1.2

Developers

remix4

Download Stats

Today 12
Yesterday 23
Last Week 162
All Time 256,849
Banner 772x250

Creates vertical accordion menus from any Wordpress custom menu using jQuery. Add menus using either widgets or shortcodes. Features include - handles multiple levels, saved state using cookies, add count of number of links and option of selecting "click" or "hover" events for triggering the menu.

The plugin has several parameters that can be configured to help cutomise the vertical accordion menu. These can either be set via the widget control panel or by passing parameters in a shortcode:

Widget Options for Menu

The plugin has several parameters that can be configured to help cutomise the vertical accordion menu:

  • Click/Hover - Selects the event type that will trigger the menu to open/close
  • Auto-close open menus - If checked this will allow only one menu item to be expanded at any time. Clicking on a new menu item will automatically close the previous one.
  • Save menu state (uses cookies) - Selecting this will allow the menu to remember its open/close state when browsing to a new page.
  • Auto Expand Based on Current Page/Item - If checked, this option will automatically expand sub-menus based on the current page/post based on the inherent Wordpress custom menu css classes - e.g. select this option if you would like the menu to automatically expand when the user clicks a link other than the accordion menu.
  • Disable parent links - If selected, any menu items that have child elements will have their links disabled and will only open/close their relevant sub-menus. Do not select this if you want the user to still be able to browse to that item's page.
  • Close menu (hover only) - If checked the menu will automatically fully close after 1 second when the mouse moves off the menu - only available if event type is "hover"
  • Show Count - If checked the menu will automatically add a count showing the number of links under each parent menu item
  • Class Menu - Set the CSS class of the Wordpress menu. If blank the default class "menu" will be used
  • Class Disable - Input the CSS class for parent menu items that should be disabled - i.e. the child sub-menu remains open
  • Hover delay - This setting adds a delay to the hover event to help prevent the menu opening/closing accidentally. A higher number means the cursor must stop moving for longer before the menu action will trigger
  • Animation Speed - The speed at which the menu will open/close
  • Skin - Several sample skins are available to give examples of css that can be used to style your accordion menu

Note: care should be taken when selecting the hover event as this may impact useability - adding a hover delay and reducing the animation speed may help reduce problems with useability

Using Shortcodes

The minimum requirement to use a shortcode is to include the name of the menu that you want to use for the accordion - the name must match one of the menus created in the Wordpress menu admin page. To add a menu using shortcodes use the following code:

[dcwp-jquery-accordion menu="Test Menu"]

Optional shortcode parameters for customising the menu (refer to widget settings above for information):

event - click/hover (default = click) auto_close - true/false (default = false) save - true/false (default = false) expand - true/false (default = false) disable - true/false (default = false) close - true/false (default = false) count - true/false (default = false) menu_class - optional (default = menu) disable_class - optional (no default) hover - 600 animation - slow/normal/fast (default = slow) skin - black/blue/clean/demo/graphite/grey (default = No Theme)

For more information please check out the plugin home page:

Plugin Home Page

See Demo


Releases (17 )

Version Release Date Change Log
3.1.2 2012-10-21
  • Updated: accordion shortcode
3.1.1 2012-02-11
  • Updated: wp_enqueue_script hook
3.1 2012-01-18
  • Fixed: Auto-close feature with multiple menus
3.0 2011-10-11
  • Added: Ability to add menus using shortcodes
2.6 2011-07-08
  • Added: Ability to disable parent menu items using a CSS class
  • Added: Ability to set menu CSS Class - default "menu"
  • Update: Revision to auto-expand system
  • Update: jquery.dcjqaccordion.2.8.js
2.5.4 2011-05-25
  • Fix: Bug with save state option
2.5.3 2011-05-23
  • Added: jQuery accordion plugin includes check for cookie function
2.5.2 2011-05-20
  • Update: jquery.dcjqaccordion.2.7.js - fix bug with count option
2.5.1 2011-05-15
  • Fix: Bug when using "No Theme" option
2.5 2011-04-07
  • Added: Auto-expand now independent of save state option
2.4 2011-03-27
  • Added: Ability to auto-expand menu based on the Wordpress current page/menu item classes
2.3 2011-03-21
  • Edit: Plugin now works with Cufon text
2.2 2011-03-21
  • Added: Option to show count of number of child links
  • Edit: Plugin updated to use jquery plugin version 2.3
  • Edit: Cookie name set based on widget ID
2.1 2011-02-27
  • Edit: Security for dynamic skins
2.0 2011-02-26
  • Added : Ability to select either hover or click to activate menu
  • Added : Hover delay setting for hover event
  • Added : Close menu option for hover event
1.1 2011-02-24
  • Fixed : Duplicate ID with themes adding ID to widget container
  • Fixed : Set cookie path
1.0 2011-02-15
  • First release

=