=== Nav Menu Manager === Contributors: rnoakes3rd Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XNE7BREHR7BZQ Tags: anchor, collpase, control, expand, id, manager, menus, nav, query, string, url, widget Requires at least: 3.8 Tested up to: 4.6.1 Stable tag: 1.2.2 Copyright: (c) 2016 Robert Noakes (mr@robertnoak.es) License: GNU General Public License v3.0 License URI: https://www.gnu.org/licenses/gpl-3.0.html Simplifies nav menu maintenance and functionality providing more control over nav menus with less coding. == Description == Simplifies nav menu maintenance and functionality providing more control over nav menus with less coding. The plugin is coded for efficiency and loads super fast with all settings enabled according to the [Plugin Performance Profiler](https://wordpress.org/plugins/p3-profiler/). = Site Menus = * Easily register nav menus via the WordPress admin. * Disable already registered nav menus that won't be used on the site. * Collapse/expand functionality for easier nav menu maintenance. * Improved nav menu sidebar widget for better widgetized menus. = Menu Settings = * Add a global active class for all active nav menu items. * Exclude default ID attributes from all nav menu list items. * Include custom fields on nav menu items for ID, query string and/or anchor. * All settings are optional and disabled by default. = Compatibility = * Compatible with other great plugins like [Nav Menu Roles](https://wordpress.org/plugins/nav-menu-roles/). * Uses a customized __Walker_Nav_Menu_Edit__ class with minimal added functionality. == Installation == = Automatic = 1. Log into the WordPress admin 2. Go to __Plugins > Add New__ 3. Search for __Nav Menu Manager__ 4. Click __Install Now__ for the 'Nav Menu Manager' plugin 5. Click __Activate__ = Manual Upload = 1. Download the plugin 2. Log into the WordPress admin 3. Go to __Plugins > Add New__ 4. Click __Upload Plugin__ 5. Click __Browse__ and select the downloaded ZIP file 6. Click __Install Now__ 7. Click __Activate Plugin__ = Manual Extraction = 1. Download the plugin 2. Extract the ZIP file 3. Upload the contents of the ZIP file to __wp-content/plugins/__ 4. Log into the WordPress admin 5. Go to __Plugins__ 6. Click __Activate__ under 'Nav Menu Manager' = What's Next? = Once the plugin is active, simply visit __Settings > Nav Menu Manager__ and enable the settings required for the site. == Frequently Asked Questions == = Have a question or an issue? = Don't hesitate to inquire. == Screenshots == 1. Plugin settings page 2. Custom nav menu fields and collapse/expand functionality 3. Improved nav menu sidebar widget == Changelog == = 1.2.2 = Released on 2016-10-12 * Meta box fix for Revolution Slider = 1.2.1 = Released on 2016-09-30 * Meta box fix for qTranslate X = 1.2.0 = Released on 2016-09-16 * Changed display name to __Nav Menu Manager__ * Added option to disabled help buttons * Added AJAX action template function * Improved the nav menu widget for WPML * Moved uninstall options to the bottom of the settings page * Removed deprecated functionality = 1.1.2 = Released on 2016-08-10 * Added empty nav menu option to the nav menu widget * Fixed an issue that was preventing the custom fields from being displayed on new menu items = 1.1.1 = Released on 2016-08-09 * Changed nav menu widget name to NMM Menu * Changed template function names to start with 'nmm' * Various other changes and improvements = 1.1.0 = Released on 2016-08-04 * Made the plugin backward compatible with WordPress 3.8 and up * Moved all nav menus functionality to a separate class * Added collapse/expand functionality to nav menus * Added help buttons for easier access to documentation = 1.0.4 = Released on 2016-07-28 * Made the plugin backward compatible with WordPress 4.0 and up * Made sure the plugin works in WordPress 4.6 * Added an improved nav menu sidebar widget * Fixed an issue that was preventing custom fields from appearing in certain circumstances = 1.0.3 = Released on 2016-07-22 * Made the plugin backward compatible with WordPress 4.4 and up * Added removal of leading and trailing redundancies from custom fields = 1.0.2 = Released on 2016-07-19 * Added help tab to nav menus for custom fields * Added nav menus nonce for custom fields * Fixed an issue that was preventing the custom fields from being displayed on new menu items = 1.0.1 = Released on 2016-07-15 * Changed custom field action hook for plugin compatibility * Various minor changes and improvements = 1.0.0 = Released on 2016-07-14 * Initial release