Title: [Plugin: JQuery Drop Down Menu] Is this Plugin supported?
Last modified: August 19, 2016

---

# [Plugin: JQuery Drop Down Menu] Is this Plugin supported?

 *  [companyv](https://wordpress.org/support/users/companyv/)
 * (@companyv)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-jquery-drop-down-menu-is-this-plugin-supported/)
 * Can I change this to work with Categories?
    Can I change it to work with 3.0 
   menus? I can not figure out how to make this work with Categories of Posts instead
   of pages. This question has been asked on the documentation pages and no one 
   has answered. This seems unsupported
 * [http://wordpress.org/extend/plugins/jquery-drop-down-menu-plugin/](http://wordpress.org/extend/plugins/jquery-drop-down-menu-plugin/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Sana Ullah](https://wordpress.org/support/users/phpinterviewquestioncom/)
 * (@phpinterviewquestioncom)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-jquery-drop-down-menu-is-this-plugin-supported/#post-1598803)
 * Hello,
 * you need to replace below function with jquery_drop_down_menu() existing function
   in jquery-drop-down-menu.php
 * > function jquery_drop_down_menu($home=’Home’) {
   >  $gdd_wp_url = get_bloginfo(‘
   > wpurl’) . “/”; $home_link = get_option(‘home_link’); $include = get_option(‘
   > include’); $fadein = get_option(‘fadein’); $fadeout = get_option(‘fadeout’);
   > $sort_by = get_option(‘sort_by’); $sort_order = get_option(‘sort_order’); $
   > depth = get_option(‘depth’); $exclude_pages = get_option(‘exclude_pages’); 
   > $custom_menu = get_option(‘custom_menu’); $custom_menu_value = get_option(‘
   > custom_menu_value’); $custom_menu_include = get_option(‘custom_menu_include’);
   >  $parameters=’title_li=’;
   >  if($sort_by) $parameters.=’&orderby=’.$sort_by.”;
   > if($sort_order) $parameters.=’&order=’.$sort_order.”;
   >  $parameters.=’&depth=’.$depth.”;
   >  if($exclude_pages) { $parameters.=’&exclude
   > =’.$exclude_pages.”; }
   >  echo ‘<ul id=”dropmenu”>’;
   >  if($home_link) { echo ‘<li >[‘.$home.’](https://wordpress.org/support/topic/plugin-jquery-drop-down-menu-is-this-plugin-supported/&apos;.$gdd_wp_url.&apos;?output_format=md)‘;}
   > if($custom_menu==1 && $custom_menu_include==1) { echo stripslashes($custom_menu_value);}
   >  wp_list_categories($parameters);
   >  if($custom_menu==2 && $custom_menu_include==1)
   >  { echo stripslashes($custom_menu_value);}
   >  echo ”;
   > }
 * to work with categories.
 * Thanks
 *  [briodigital](https://wordpress.org/support/users/briodigital/)
 * (@briodigital)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-jquery-drop-down-menu-is-this-plugin-supported/#post-1598852)
 * Hi,
 * Is there a way to implement an .active class on menu items and/or their parents
   are the active page?
 * thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: JQuery Drop Down Menu] Is this Plugin supported?’ is closed 
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-drop-down-menu-plugin_989ea5.
   svg)
 * [jQuery Dropdown Menu](https://wordpress.org/plugins/jquery-drop-down-menu-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-drop-down-menu-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-drop-down-menu-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-drop-down-menu-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-drop-down-menu-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-drop-down-menu-plugin/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [briodigital](https://wordpress.org/support/users/briodigital/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-jquery-drop-down-menu-is-this-plugin-supported/#post-1598852)
 * Status: not resolved