=== Advanced Sidebar Menu === Contributors: Mat Lipe, onpointplugins Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%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: 5.0.0 Tested up to: 5.6.0 Requires PHP: 5.6.0 Stable tag: 8.1.0 == 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 8.1.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 upgrade to 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 ==
= 8.1.0 =
* Restructure widget info panels.
* Introduced new `advanced-sidebar-menu/widget/page/before-columns` action.
* Introduced new `advanced-sidebar-menu/widget/category/before-columns` action.
* Improved PHPCS exclusion declarations.
* Improved CSS structure.
* Improved JavaScript structure.
= 8.0.4 =
* Improve styles when used with Beaver Builder.
* Require WordPress version 5.0.0+.
= 8.0.3 =
* Allow `List_Pages::get_args()` to be filtered on any level.
* Make debugging functionality more stable.
= 8.0.2 =
* Introduce new `advanced-sidebar-menu/menus/category/get-child-terms` filter
* Support filtering the first level of categories.
* Use `is_excluded` vs `is_first_level_category` in category view.
= 8.0.0 =
Major version update. See migration guide if you are extending the plugin's functionality via action, filters, or calling plugin classes.
* Entirely new code structure.
* Removed all deprecated code and filters.
* Improved filter and action names.
* Improved performance.
* Remove default plugin styling.
= 7.7.3 =
* Fix widget info pane links.
* Fix widget editing on mobile devices.
* Tested up to PHP 7.4
* Tested up to WordPress Core version 5.4.1
= 7.7.2 =
* Tested to 5.3.3.
* Change default "levels to display" to All.
* Fix notice level errors when retrieving current page.
= 7.7.0 =
* Enable accordion previews when editing via Beaver Builder.
* Greatly improve widget styles and UI when using Elementor.
* Overall third party page builder improvements.
* Move scripts and styles into new Scripts class.
* Introduce a new Singleton trait.
= 7.6.0 =
* Elementor support for multiple widgets of the same type on the same page.
* Automatically increment widget ids under any cases where they would duplicate.
* Bump required WordPress Core version to 4.8.0.
= 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 the 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
== Upgrade Notice ==
= 8.0.0 =
Major version update. Not fully backward compatible with version 7 filters or code. Please see migration guide if you are extending the plugin via code.
= 7.7.0 =
Update to support PRO version 3.10.0
= 7.6.6 =
Update to support PRO version 3.9.3