Hi,
First, thanks for creating such a great theme….
Im having some difficulty getting a plugin to wok with the theme and after many emails, it seems as if its a function of the theme that might be easily changed.
Here is the plugin that im trying to use: http://www.kathyisawesome.com/nav-menu-roles/
This is the error i receive: Nav Menu Roles has detected a possible conflict with the following functions or classes: Menu_Items_Visibility_Control, td_menu
and im being told this is the fix: https://wordpress.org/plugins/nav-menu-roles/faq/#conflict
Which basically says: Workaround #1
Shazdeh had the genius idea to not wait for a core hook and simply add the hook ourselves. If all plugin and theme authors use the same hook, we can make our plugins play together.
Therefore, as of version 1.6 I am modifying my admin nav menu Walker to only adding the following lines (right after the description input):
<?php
// Place this in your admin nav menu Walker
do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args );
// end added section
?>
Ask your conflicting plugin/theme’s author to add this code to his plugin or theme and our plugins will become compatible.
Any help is appreciated… Even if its just telling me what to edit and where..
Hi
Try to insert the code in functions.php file: http://screencast.com/t/YEWsnX4mxjMt but note that we didn’t test this plugin and I can’t say for sure how will work with the theme.
Thanks!
I was struggling trying to use this too, but found a workaround which is mentioned on the plugins FAQ page.
All you have to do is change your theme to one of the WordPress default themes, go to your Menus settings panel and configure the menu items you want members only and/or by role, save the menu, and then go back to your Themes settings and reactivate the TagDiv theme.
It’s a pain to have to do it this way but it works!
