Rating: 1 star
The plugin fails with PHP 8 (breaking site), and there have been no updates for 5 years …
]]>Rating: 5 stars
Is the author still maintaining plug-ins? Although no mistakes were found.
Compared with other custom menu plug-ins, this is the most powerful menu plug-in I have ever seen. I didn’t understand the usage method for a long time, and almost missed it.
In short, it is very powerful. I hope the plug-in author can update and adapt to the WP version
]]>Rating: 5 stars
很好用,希望有一个中文版本,I hope it could transla to chinese ,thanks
]]>Rating: 5 stars
does what it should ??
]]>Rating: 5 stars
Does exactly what it should, how it should, leaving customizing the look to the webmaster. Very, very useful. You can place it anywhere you need a menu in your content, plus customize menus using the widget. Extremely versatile.
]]>Rating: 5 stars
This is a powerful plugin with excellent configurability. I searched for a long time to find a plugin that could do exactly what I wanted and this is the only one that fit the bill!
It has a long range of options but the guide on the www.remarpro.com page is very comprehensive and covered the settings I was looking for so it was very easy to setup.
Rating: 5 stars
I have a large site with lengthy, often tiered menus. With some digging, this solved my basic problem of not always automatically displaying each and every sibling, or conversely parents and grandparents, at a particular level in the menu. Highly flexible, but also a bit overwhelming. However, the developer is quick to offer help if the documentation doesn’t make sense for you. Many, many thanks to people willing to take the time to develop plugins like this.
]]>Rating: 5 stars
I love this plugin! I have a variety of child menu items and they are not necessarily child pages. This plugin with a widget allows me to show just the child menu items of the current parent, and if there are no children, it won’t output — it’s perfect.
I just donated in the hopes that the developer will update the plugin so it is fresh and more people use it.
Here’s my settings:
I am getting the current parent title by using the following php:
//* Get the menu parent id
//* https://pateason.com/wordpress-menu-top-most-parent-id/
function get_menu_parent_id( $menu_name ){
if( ! isset( $menu_name ) ) :
return "No menu name provided in arguments";
endif;
$menu_slug = $menu_name;
$locations = get_nav_menu_locations();
$menu_id = $locations[$menu_slug];
$post_id = get_the_ID();
$menu_items = wp_get_nav_menu_items($menu_id);
$parent_item_id = wp_filter_object_list($menu_items,array('object_id'=>$post_id),'and','menu_item_parent');
$parent_item_id = array_shift( $parent_item_id );
function check_for_parent( $parent_item_id, $menu_items ){
$parent_post_id = wp_filter_object_list( $menu_items, array( 'ID' => $parent_item_id ), 'and', 'object_id' );
$parent_item_id = wp_filter_object_list($menu_items,array('ID'=>$parent_item_id),'and','menu_item_parent');
$parent_item_id = array_shift( $parent_item_id );
if( $parent_item_id == '0' ) :
$parent_post_id = array_shift($parent_post_id);
return $parent_post_id;
else:
return check_for_parent( $parent_item_id, $menu_items );
endif;
} //check_for_parent();
if( !empty( $parent_item_id ) ) :
return check_for_parent($parent_item_id,$menu_items);
else:
return $post_id;
endif;
}
//get Menu label by ID post or parentID from get_menu_parent_ID();
//https://stackoverflow.com/a/26591562/1004312
function get_menu_parent_by_id( $post_id, $menu ) {
$menu_title = '';
$nav = wp_get_nav_menu_items( $menu );
foreach ( $nav as $item ) :
if ( $post_id == $item->object_id ) :
$menu_title = $item->post_title;
break;
endif;
endforeach;
return ( $menu_title !== '' ) ? $menu_title : get_the_title( $post_id );
}
//* allow shortcode in widget title
add_filter( 'widget_title', 'do_shortcode' );
//* menu parent title shortcode
function child_theme_parent_menu_title() {
$menu_location = 'primary';
$menu_parent_id = get_menu_parent_id( $menu_location );
return get_menu_parent_by_id( $menu_parent_id, $menu_location );
}
add_shortcode( 'parent-menu-title', 'child_theme_parent_menu_title' );
]]>
Rating: 5 stars
I use the DIVI theme and there is no way to create any dynamic menues.
As I have to create a menu like the former version of the site with another CMS, I was lost.
But thanks to your widget I get the same logic, and I am very happy with that!
My goal was to list all root items and the children of the current item …
now I can refine the output.
Thank you!
]]>Rating: 5 stars
I used to create different sidebar menus for different sections of the website. With this plugin i was able to reduce all this to one dynamic menu that only shows the relevant links for each section. This really saves me a lot of time. Thanks for this great plugin.
]]>Rating: 5 stars
I needed a simple thing: show my sidemenu and if a category with child categories inside is clicked, show only these childs not all other subcategory childs.
This widget is the only that makes this…and 1000 other possibilities.
Thanks for this kool widget.
Greetz, lako
]]>Rating: 1 star
Honestly not sure why anyone would chose this. Don’t.
]]>Rating: 5 stars
Brilliant!
]]>Rating: 5 stars
After two days of searching and testing of other plugins I′ve finally found the right ONE! Thank you!!!
Main benefits for me:
Rating: 5 stars
I needed exactly this tool, and I couldn’t find anything else for my purpose. It’s really flexible, though a bit complicated at first, and the developer is constantly adding new features. Thanks!
]]>Rating: 5 stars
This plugin did just what I could not figure out.
works great.
thanks,
Buddy
Rating: 5 stars
I found a weak point in this plugin working method, and write to developer, who resolve this within few hours, while usually in good situations only a mail replied ??
Great plugin, I like it!
]]>Rating: 5 stars
After creating a custom menu from WordPress I did not like the list appearance. So when I installed this plugin, after a ridiculous and complicated editing session, it came out just like the stupid looking custom menu that wordpress provides. Talk about a complete waste of time. What does this do that is not already done? Nothing is the answer!
]]>Rating: 5 stars
Great Plugin!! Thank you!
]]>Rating: 5 stars
Just perfect.
Thank you for this plug-in. It’s perfect and beautiful.
I a way to thank you for this plugin, I’d like to give you a 100% discount coupon for one of my programming books. If you are interested, just get in touch with me there and let me know who you are. And if you are not interested, feel free to give the coupon to someone that might. I need to give something when I get something ??
https://leanpub.com/u/dpedrinha
Best regards.
]]>Rating: 5 stars
This is a great plugin. The setting seems a bit intimidating at first look, but after playing with for a while, I got the hang of it.
The author really did a great job explaining the most common use of the plugin.
Thank you for the great plugin.
]]>Rating: 5 stars
I was looking for a certain way to dipslay a sidebar menu and after testing many different plugins this one made it possible. The detailed settings might look a little bit complicated first, but they are very powerful. It saves a lot of time.
And thank you very much for the quick support!
]]>Rating: 5 stars
Very easy to use, Great Plugin! Thank you!
]]>Rating: 5 stars
Thank you! Saved my time.
]]>Rating: 5 stars
These parameters let you do pretty much whatever you want.
]]>Rating: 5 stars
Needed a custom nav menu widget and this plugin nailed it
]]>Rating: 5 stars
Can seem a little daunting at first, but after a few minutes of tinkering with the settings I managed to get the result I was looking for.
Perfect for automatically adding sub-navigation menus to pages without having to set up separate menus for each section. Good for SEO too, as only the necessary links are loaded in the code.
]]>Rating: 4 stars
Gotta be most wonderful menus product available for WordPress. With tons of options, I can just imagine the number of ways in which I can modify my menus. Only one small niggle that it causes little bump in my page load time intermittently, but nothing drastic.
]]>Rating: 5 stars
I had my own system in place for doing what this plugin does… But when I needed to extend on that I, luckily, found this plugin instead. Does what it should and more!
]]>Rating: 5 stars
Thanks for the perfect plugin.
I am using it on the sidebar of the following websites:
https://heuschnupfen-los-werden.de/
https://burnout-behandlung.org