WordPress.org. Wordpress боковое меню виджет
Easy Sidebar Menu Widget | WordPress.org
Описание
Responsive Dropdown Menu Widget
Easily add dropdown menu on your sidebar via widget. Just drag and drop to your sidebar and select the menu you want to display and it will rendered perfectly. You can also add descriptions and other attributes to your menu link and it will be displayed on the frontend.
How to Use
After plugin activation go to Appearance > Widgets the drag Easy Sidebar Menu to your primary sidebar then add title and select your created menu. Easy!
In need to add menu icons?
Make you WordPress sidebar menu better by adding icons! Easy Sidebar Menu Widget Plugin is tested and working perfectly with Menu Icons Plugin. Icons + Description + Dropdown equals perfect sidebar menu!
More information
Скриншоты
- Sidebar Menu Widget Demo
- Sidebar Menu Widget
Установка
This section describes how to install the plugin and get it working.
e.g.
- Upload the full directory into your wp-content/plugins directory
- Activate the plugin at the plugin administration page
- Go to Appearance > Widgets, you’ll now have Easy Sidebar Menu widget
- I hope you’ll love this plugin 🙂
Отзывы
ru.wordpress.org
Better Menu Widget | WordPress.org
Описание
A Custom Menu widget that adds a custom url to the widget title and adds a custom css class. The default custom menu CSS class is sub-menu and it is applied to the <ul> tag. You will need to style the widget using your theme’s stylesheet.
Based on the core WordPress Custom Menu widget.
Options
- Custom title URL
- Custom CSS class
Plugin’s Official Site
Скриншоты
- Default widget settings
- Example widget settings
- Front-end view of Better Custom Menu widget
Установка
Option 1- Automatic Install
- Use the built-in plugin installer in your WordPress installation
- Search for «Better Menu Widget»
- Click «Install Now»
- Plugin will automatically install
Option 2- Manual Install
- Download the plugin file to your hard drive
- Go to the Plugins management page and Upload ‘better-menu-widget.zip’
- Activate the plugin
Option 3- Manual Install
- Download the plugin file to your hard drive
- Unzip better-menu-widget.zip
- Place the folder ‘better-menu-widget’ into your plugins directory /wp-content/plugins via ftp
- Go to the Plugins management page and Activate the plugin
Часто задаваемые вопросы
Installation InstructionsOption 1- Automatic Install
- Use the built-in plugin installer in your WordPress installation
- Search for «Better Menu Widget»
- Click «Install Now»
- Plugin will automatically install
Option 2- Manual Install
- Download the plugin file to your hard drive
- Go to the Plugins management page and Upload ‘better-menu-widget.zip’
- Activate the plugin
Option 3- Manual Install
- Download the plugin file to your hard drive
- Unzip better-menu-widget.zip
- Place the folder ‘better-menu-widget’ into your plugins directory /wp-content/plugins via ftp
- Go to the Plugins management page and Activate the plugin
You can style a Better Menu Widget by adding the default menu class sub-menu to your theme’s style sheet. If you’ve changed the menu class in the widget options, then you would use the new class name you created.
Отзывы
ru.wordpress.org
Widgets in Menu for WordPress
Описание
Allows you to add Widgets in WordPress Navigation Menus via a custom widget area and an extra box in menu edit screen.
Warning
You will need to have some CSS skills for the widgets to display properly in nav menus.
Usage
View the screenshots for usage instructions.
Source code and Contributions
Fork on Github
Contributions are always welcome
Documentation
- Most documentation is inline.
- The hooks (actions and filters) are documented in the Other Notes.
- Some useful stuff is in the FAQ section.
Hooks
Actions
yawp_wim_pre_callback
Fires before a widget’s display callback is called. Similar to ‘dynamic_sidebar’ action.
Parameters
- $yawp_wim_widget array An associative array of widget arguments.
- string $name Name of the widget.
- string $id Widget ID.
- array|callback $callback When the hook is fired on the front-end, $callback is an array containing the widget object. Fired on the back-end, $callback is ‘wp_widget_control’, see $_callback.
- array $params An associative array of multi-widget arguments.
- string $classname CSS class applied to the widget container.
- string $description The widget description.
- array $_callback When the hook is fired on the back-end, $_callback is populated with an array containing the widget object, see $callback.
Filters
yawp_wim_attribute_prefix
Filters the prefix used in class/id attributes in html display.
Parameters
- $default_prefix string The default prefix: ‘yawp_wim’
yawp_wim_widget_params
Filter the parameters passed to the widget’s display callback. Similar to ‘dynamic_sidebar_params’ filter
Parameters
- $params array
- array $args An array of widget display arguments.
- string $name Name of the sidebar the widget is assigned to.
- string $id ID of the sidebar the widget is assigned to.
- string $description The sidebar description.
- string $class CSS class applied to the sidebar container.
- string $before_widget HTML markup to prepend to each widget in the sidebar.
- string $after_widget HTML markup to append to each widget in the sidebar.
- string $before_title HTML markup to prepend to the widget title when displayed.
- string $after_title HTML markup to append to the widget title when displayed.
- string $widget_id ID of the widget.
- string $widget_name Name of the widget. }
- array $widget_args An array of multi-widget arguments.
- int $number Number increment used for multiples of the same widget.
- array $args An array of widget display arguments.
yawp_wim_no_widgets_message
Filters the html displayed if no widgets are present in the sidebar.
Parameters
- $no_widgets_output array The default output
Скриншоты
- Add any widget to the 'Widgets in Menu' widget area.
- Your widgets appear in an new metabox on the Edit Menus screen.
ru.wordpress.org
Advanced Menu Widget | WordPress.org
Описание
This plugin adds enhanced «Navigation Menu» widget. It offers many options which could be set to customize the output of the custom menu through the widget.
Features include:
- Custom hierarchy — «Only related sub-items» or «Only strictly related sub-items».
- Starting depth and maximum level to display + flat display.
- Display all menu items starting with the selected one.
- Display only direct path to current element or only children of selected item (option to include the parent item).
- Display menu as drop down.
- Custom class for a widget block.
- And almost all the parameters for the wp_nav_menu function.
- shortcode [advMenu]
- Display menu items descriptions.
Are you missing something or isn’t it working as expected ? I am open to suggestions to improve the plugin !
Thanks the Slovak WordPress community and Webikon for the support. For more information about me check out my personal page.
Параметры
- «Title» — set the title for your widget
- «Custom Widget Class» — custom class for widget block
- «Select Menu» — menu from the custom menus you want show
- «Show hierarchy» — you can set to display only related or strictly related items
- «Starting depth» — display only menu items which depth is greater then this
- «How many levels to display» — limit the display from 1 to 5 levels or flat display
- «Filter selection from» — only items which are children or grandchildren of selected element will be displayed
- «Select the filter» — filter the direct path for the current menu item (like breadcrumb navigation) or display only its children
- «Include parents» — when checked it display also parent item upon filters (e.x. Display only children of selected item)
Сокращенный код
You can use [advMenu] shortcode with the parameters listed below:
'nav_menu' (menu ID) 'title' 'dropdown' 'only_related' 'depth' 'container' 'container_id' 'menu_class' 'before' 'after' 'link_before' 'link_after' 'filter' 'filter_selection' 'include_parent' 'start_depth' 'hide_title' 'custom_widget_class'Скриншоты
- Widget options.
Установка
Activate the plugin.
You can set everything right on the widget control panel.
Часто задаваемые вопросы
Installation InstructionsActivate the plugin.
You can set everything right on the widget control panel.
Can I email you with the support questions ?No. Please use integrated forum support system.
Do you provide some extra «premium» customization ?Yes. You can email me in this case.
Отзывы
ru.wordpress.org