=== Advanced Sidebar Menu === Contributors: Mat Lipe Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40matlipe%2ecom&lc=US&item_name=Advanced%20Sidebar%20Menu&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest Tags: menus, sidebar menu, hierarchy, category menu, pages menu Requires at least: 4.7.0 Tested up to: 5.2.1 Requires PHP: 5.4.4 Stable tag: 7.5.5 == Description == Uses the parent/child relationship of your pages or categories to generate menus based on the current section of your site. Assign a page or category to a parent and this will do the rest for you. Keeps the menu clean and usable. Only related items display so you don't have to worry about keeping a custom menu up to date or displaying links to items that don't belong. Check out Advanced Sidebar Menu Pro for more features including priority support, the ability to customize the look and feel, custom link text, excluding of pages, category ordering, accordions, custom post types, custom taxonomies, and so much more!
Pro version 3.7.0 is now available with support to exclude and change titles of navigation menu items using each page's settings!
.advanced-sidebar-menu li.current_page_item a {
color: black;
}
.advanced-sidebar-menu li.current_page_item {
list-style-type: none !important;
}
To style your menu without using any code Go Pro!
= How do you get the categories to display on single post pages? =
There is a checkbox in the widget options that will display the same structure for the categories the post is in.
= How do you edit the output or built in css? =
Create a folder in your child theme named "advanced-sidebar-menu" copy any of the files from the "views" folder into
the folder you just created. You may edit the files to change the output or css. You must have the option checked to use the built in CSS (in the widget) to be able to edit the css file in this way.
= Does the menu change for each page you are on? =
Yes. Based on whatever page, post, or category you are on, the menu will change automatically to display the current parents and children.
== Changelog ==
= 7.5.0 =
* Convert "Always display child pages" to use our List_Pages structure and support all widget options.
* Bump required PHP version to 5.4.4.
= 7.4.0 =
* Added support for Beaver Builder
= 7.3.0 =
* Greatly improve category widget performance
= 7.2.0 =
* New improved widget structure
= 7.1.0 =
* Support Pro Version 3.0.0
* Add German translations
* Begin converting code formatting to strict WordPress standards
= 7.0.0 =
* Restructure the codebase to a more modern PSR4 structure
* Improve cache handling
* Improve verbiage in admin
* Implement new actions and filters
* Rebuild templates for improved stability and future changes
* Improve performance
* Kill conflicting backward compatibility with version 5
* Open up more extendability possibilities
= 6.4.0 =
* Code improvements
* Performance improvements via shared child retrieval
= 6.3.0
* Improve category class handling for pro version accordion support
= 6.2.0 =
* Improve sorting of categories
= 6.1.0 =
* Improve page list view
* Add advanced_sidebar_menu_list_pages_args filter
= 6.0.0 =
* Remove legacy template support
* Restructure plugin
* Introduce 'advanced_sidebar_menu_template_part' filter
= 5.1.0 =
* Convert query over to get_posts() to allow for more extendability
* Implement object caching to improve performance for environments using external object caches
* Begin modernizing the naming conventions of methods and improving PHPdocs
= 5.0.0 =
* Greatly improved performance
* Improved code structure
= 4.7.0 =
* Added Internationalization (I18n) support
= 4.6.0 =
* Added support for Pro Version
= 4.5.0 =
* Improved filter structure to allow for add-ons to work more effectively
= 4.4.0 =
* Added a has_children class to page links with hidden children
= 4.3.0 =
* Added many filters into the category widget for things like taxonomies, parent category, display on override, order by, and much more. There is no UI support for any of this yet, but developers may now tap into this.
= 4.2.0 =
* Added Order By Selection in Page Widget
= 4.0.0 =
* Added support for an unlimited number of page levels
* Change structure slightly for future enhancements
* Added Legacy Mode for backwards compatibility
== Upgrade Notice ==
= 7.5.0 =
Update to support PRO version 3.6.0
= 7.4.7 =
Update to support PRO version 3.5.0
= 7.4.2 =
Update to support PRO version 3.4.3
= 7.4.0 =
Update to support PRO version 3.4.0
= 7.2.2 =
Update to support PRO version 3.2.0
= 7.1.2 =
Update to support PRO version 3.1.0
= 7.0.0 =
The templates have been improved drastically. While the old version 6 templates will work for now they have been deprecated and will one day stop working. If you are using custom templates please being converting them to the new structure.
= 6.0.0 =
If you are using the Pro version of this plugin be sure to update to Pro version 1.4.4 to keep all functionality intact with this version.
= 5.0.0 =
If you used a custom page_list.php template previously you may want to redo it on this version to take advantage of the new structure.