Popis
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.2.0 is now available with improved style targeting including hover styles and border widths!
Features
- Page and Category widgets.
- Option to display or not display the highest level parent page or category.
- Option to display the menu when there is only the highest level parent.
- Ability to order pages by (date, title, page order).
- Exclude pages or categories by entering a comma separated list of ids.
- Option to always display child pages or categories.
- Option to select the levels of pages or categories to display when always display child is used.
- Option to display or not display categories on single posts.
- Ability to display each single post’s category in a new widget or in same list.
Page Widget Options
- Add a title to the widget
- Display the highest level parent page
- Display menu when there is only the parent page
- Order pages by (date, title, page order)
- Vyloučit stránky
- Always display child Pages
- Number of levels of child pages to display when always display child pages is checked
Category Widget Options
- Add a title to the widget
- Display the highest level parent category
- Display menu when there is only the parent category
- Display categories on single posts
- Display each single post’s category in a new widget or in same list
- Exclude categories
- Always display child categories
- Levels of Categories to display when always display child categories is checked
PRO Features
- Ability to customize each page or navigation menu item link’s text.
- Click-and-drag styling for page, category, and navigation menu widgets.
- Styling options for links including color, background color, size, hover, and font weight.
- Styling options for different levels of links.
- Styling options for the current page or category.
- Styling options for the parent of the current page or category.
- Blocked styling options including borders, border width, and border colors.
- Option to choose from 7 bullet styles or no bullets.
- Accordion menu support for pages, categories, and navigation menus.
- Accordion icon style and color selection.
- Accordion option to keep all sections closed until clicked.
- Accordion option to include highest level parent in accordion.
- Ability to exclude a page from all menus using a simple checkbox.
- Link ordering for the category widget.
- Number of levels of pages to show when „always display child pages“ is not checked.
- Ability to select and display custom post types.
- Ability to select and display custom taxonomies.
- Option to display only the current page’s parents, grandparents, and children.
- Option to display child page siblings when on a child page (with or without grandchildren available).
- Ability to display the widgets everywhere the widget area is used (including homepage if applicable).
- Ability to select the highest level parent page/category.
- Ability to select which levels of categories assigned posts will display under.
- Ability to display assigned posts or custom post types under categories or taxonomies.
- Ability to limit the number of posts or custom post types to display under categories.
- Support for custom navigation menus from Appearance -> Menus.
- Ability to display the current navigation menu item’s parents and children only.
- Option to display the top-level navigation menu items when there are no child items or not viewing a menu item.
- Priority support with access to members only support area.
Translations
This plugin includes the following languages:
* English (en_US)
* French (fr_FR)
* German (de_DE)
* Spanish (es_ES)
Developers
Developer docs may be found here.
Contribute
Send pull requests via the GitHub Repo
Snímky obrazovky
Instalace
Use the standard WordPress plugins search and install.
Manual Installation
- Upload the
advanced-sidebar-menu
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Drag the „Advanced Sidebar Pages Menu“ widget, or the „Advanced Sidebar Categories Menu“ widget into a sidebar.
Nejčastější dotazy
-
The widget won’t show up?
-
The widgets in this plugin are smart enough to not show up on pages or categories where the only thing that would display is the title. While it may appear like the widget is broken, it is actually doing what it is intended to do.
The most common causes for this confusion come from one of these reasons:
1. The incorrect widget was selected (there are different widgets for categories or pages).
2. „Display the highest level parent page“ or „Display the highest level parent category“ is not checked.
3. The widget is currently not being viewed on a page (for the pages widget) or category (for the categories widget). -
How do I change the styling of the current page?
-
You may add css to your theme’s style.css to change the way the menu looks
For Instance This would remove the dot and change the color
.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. -
Yes. Based on whatever page, post, or category you are on, the menu will change automatically to display the current parents and children.
Recenze
Autoři
Advanced Sidebar Menu je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „Advanced Sidebar Menu“ byl přeložen do 7 jazyků. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “Advanced Sidebar Menu” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
8.3.0
- Improved plugin headers.
- Added translations for French (fr_FR).
- Added translations for Spanish (es_ES).
- Expose
Category::is_tax
method for public filters. - Improved type casting and PHPStan static type checking.
- Fix tense in readme.txt words.
8.2.0
- Improved widget labels, descriptions and styles.
- Support blocked styling borders on all levels.
- Improved Beaver Builder and Elementor styles.
- Improved info panel.
8.1.1
- Improved readme.
- Tested to WordPress 5.6.0.
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
- Improved 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
- Introduced new
advanced-sidebar-menu/menus/category/get-child-terms
filter - Support filtering the first level of categories.
- Use
is_excluded
vsis_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 improved widget styles and UI when using Elementor.
- Overall third party page builder improvements.
- Move scripts and styles into new Scripts class.
- Introduced 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.