I can see the need/market for this type of plugin in the same way Advanced Custom Fields and Custom Content Shortcode fills the gaps for designers/developers.
It’s sad, I found this plugin by accident, but was more in line of what I was looking for—to expand upon WP’s limited, but simple, native menu system.
The majority of mega menu plugins on the market are designed with the average person in mind, so they’re bloated for my purpose.
Unfortunately, I couldn’t implement Big Voodoo’s menu correctly. Without better documentation, lack of examples, I hit a wall. (Yes, I’ve read the ReadMe on Github and other comments posted here).
My rambling isn’t really about how to use this plugin as much as asking, “Is this plugin still being developed?”
https://www.ads-software.com/plugins/big-voodoo-mega-menu-related-links-menu/
]]>Hello,
the plugin doesn’t work with custom post types, you just need to change in big-voodoo-mega-menu-related-links-menu/mega-menu-admin.php line 366 :
if($menu_item[‘menu-item-object’] == ‘page’ || $menu_item[‘menu-item-object’] == ‘post’){
by :
$custom_post_types = get_post_types();
$custom_post_types = array_flip( $custom_post_types );
if( in_array( $menu_item[‘menu-item-object’], $custom_post_types ) ) {
Please let me know if you can add this code to your plugin or if i can do it with SVN.
Thanks you
Sylvain
https://www.ads-software.com/plugins/big-voodoo-mega-menu-related-links-menu/
]]>Hello.
First menu witchout walker etc: https://scr.hu/0zv1/futrp
Second menu with shortcode mega menu and this same theme location. Why ?
https://www.ads-software.com/plugins/big-voodoo-mega-menu-related-links-menu/
]]>Can you please add a demo link. That I can check what can be achieved by using this menu
https://www.ads-software.com/plugins/big-voodoo-mega-menu-related-links-menu/
]]>Hi there
Looks like an interesting plugin but I can’t get it to work. Where should the Options be?
https://www.ads-software.com/plugins/big-voodoo-mega-menu-related-links-menu/
]]>