JQuery Accordion Menu Widget Wordpress Plugin - Rating, Reviews, Demo & Download

JQuery Accordion Menu Widget Preview Wordpress Plugin - Rating, Reviews, Demo & Download
4.8 Average out of 27 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

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

Screenshots

  1. jquery-vertical-accordion-menu screenshot 1

    Widget in edit mode

  2. jquery-vertical-accordion-menu screenshot 2

    Sample vertical accordion menus


Reviews & Comments