{"id":1320,"date":"2010-12-01T11:08:20","date_gmt":"2010-12-01T11:08:20","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/advanced-menu-widget\/"},"modified":"2016-08-10T23:08:29","modified_gmt":"2016-08-10T23:08:29","slug":"advanced-menu-widget","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/advanced-menu-widget\/","author":1633114,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.4.1","stable_tag":"trunk","tested":"4.5.33","requires":"4.1","requires_php":"","requires_plugins":"","header_name":"Advanced Menu Widget","header_author":"J\u00e1n Bo\u010d\u00ednec","header_description":"","assets_banners_color":"","last_updated":"2017-11-28 12:51:14","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=FUT8H7SGMYE5E","header_plugin_uri":"http:\/\/webikon.sk\/","header_author_uri":"http:\/\/bocinec.sk\/","rating":4.8,"author_block_rating":0,"active_installs":2000,"downloads":114247,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"0.4":"<p>Plugin is not dead! Various code enhancements and new features coming.<\/p>","0.3":"<p>New features, bug fixes and enhancements.<\/p>","0.2":"<p>New features and enhancements.<\/p>","0.1":"<p>initial release<\/p>"},"ratings":{"1":"1","2":0,"3":0,"4":"1","5":"23"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1776892","resolution":"1","location":"plugin","width":262,"height":1038}},"screenshots":{"1":"Widget options."}},"plugin_section":[],"plugin_tags":[1865,4891,1753,162,241],"plugin_category":[43],"plugin_contributors":[79172],"plugin_business_model":[],"class_list":["post-1320","plugin","type-plugin","status-closed","hentry","plugin_tags-menu","plugin_tags-nav","plugin_tags-navigation","plugin_tags-widget","plugin_tags-widgets","plugin_category-customization","plugin_contributors-johnnypea","plugin_committers-johnnypea"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/advanced-menu-widget.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/advanced-menu-widget\/trunk\/screenshot-1.jpg?rev=1776892","caption":"Widget options."}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>Features include:<\/p>\n\n<ul>\n<li>Custom hierarchy - \"Only related sub-items\" or \"Only strictly related sub-items\".<\/li>\n<li>Starting depth and maximum level to display + flat display.<\/li>\n<li>Display all menu items starting with the selected one.<\/li>\n<li>Display only direct path to current element or only children of selected item (option to include the parent item).<\/li>\n<li>Display menu as drop down.<\/li>\n<li>Custom class for a widget block.<\/li>\n<li>And almost all the parameters for the <a href=\"http:\/\/codex.wordpress.org\/Function_Reference\/wp_nav_menu\">wp_nav_menu<\/a> function.<\/li>\n<li>shortcode <code>[advMenu]<\/code><\/li>\n<li>Display menu items descriptions.<\/li>\n<\/ul>\n\n<p><strong>Are you missing something or isn't it working as expected ? I am open to suggestions to improve the plugin !<\/strong><\/p>\n\n<p>Thanks the <a href=\"http:\/\/wp.sk\/\">Slovak WordPress community<\/a> and <a href=\"http:\/\/www.webikon.sk\/\">Webikon<\/a> for the support. For more information about me check out my <a href=\"http:\/\/bocinec.sk\/\">personal page<\/a>.<\/p>\n\n<h3>Options<\/h3>\n\n<ul>\n<li>\"Title\" - set the title for your widget<\/li>\n<li>\"Custom Widget Class\" - custom class for widget block<\/li>\n<li>\"Select Menu\" - menu from the custom menus you want show<\/li>\n<li>\"Show hierarchy\" - you can set to display only related or strictly related items<\/li>\n<li>\"Starting depth\" - display only menu items which depth is greater then this<\/li>\n<li>\"How many levels to display\" - limit the display from 1 to 5 levels or flat display<\/li>\n<li>\"Filter selection from\" - only items which are children or grandchildren of selected element will be displayed<\/li>\n<li>\"Select the filter\" - filter the direct path for the current menu item (like breadcrumb navigation) or display only its children<\/li>\n<li>\"Include parents\" - when checked it display also parent item upon filters (e.x. Display only children of selected item)<\/li>\n<\/ul>\n\n<h3>Shortcode<\/h3>\n\n<p>You can use <code>[advMenu]<\/code> shortcode with the parameters listed below:<\/p>\n\n<pre><code>'nav_menu' (menu ID)                \n'title'             \n'dropdown'              \n'only_related'          \n'depth'                 \n'container'             \n'container_id'          \n'menu_class'            \n'before'                \n'after'                 \n'link_before'           \n'link_after'            \n'filter'                    \n'filter_selection'          \n'include_parent'                \n'start_depth'           \n'hide_title'            \n'custom_widget_class'\n<\/code><\/pre>\n\n<p>e.g. <code>[advMenu title=\"Menu Title\" nav_menu=2]<\/code><\/p>\n\n<!--section=installation-->\n<p>Activate the plugin.<\/p>\n\n<p>You can set everything right on the widget control panel.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>Activate the plugin.<\/p>\n\n<p>You can set everything right on the widget control panel.<\/p><\/dd>\n<dt>Can I email you with the support questions ?<\/dt>\n<dd><p>No. Please use integrated forum support system.<\/p><\/dd>\n<dt>Do you provide some extra \"premium\" customization ?<\/dt>\n<dd><p>Yes. You can email me in this case.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.4.1<\/h4>\n\n<ul>\n<li>Fix for first parent item as a title not working as expected<\/li>\n<\/ul>\n\n<h4>0.4<\/h4>\n\n<ul>\n<li>First stage of code refactoring and cleanup<\/li>\n<li>Fixes deprecated warnings and various other errors<\/li>\n<li>Added option to use first parent item as a title<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Added option to display menu as dropdown.<\/li>\n<li>Added descriptions.<\/li>\n<li>Added shortcode [advMenu]<\/li>\n<li>Post related parents are now accepted.<\/li>\n<li>Bug fixes and enhancements.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Enhanced custom hierarchy (you are seeing really only related elements).<\/li>\n<li>Added option for a starting depth.<\/li>\n<li>Added option for a starting element.<\/li>\n<li>Added filter to display only some menu part based on chosen item.<\/li>\n<li>Added direct path.<\/li>\n<li>Added option to display only children elements of selected item.<\/li>\n<li>Added custom class for a widget block.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>initial release<\/li>\n<\/ul>","raw_excerpt":"Enhanced Navigation Menu Widget.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/1320","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=1320"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/johnnypea"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=1320"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=1320"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=1320"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=1320"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=1320"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=1320"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}