This topic has 4 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Olga Barlow
I have purchased the XStore theme which is great. However we have also purchased the Dynamic Product Categories menu plugin which creates a menu based on your product categories so when you change the order or add new categories then the menu updates, simple, you would have through it would be standard!
However one of the options in the menu is to select remove grouping so the categories are the top level of the menu.
But if I have the XStore theme active then the check box for that option is not available in the menu page. However if I use storefront theme then it is.
What do I need to alter to get the menu options available again?
Hello,
Could you, please, provide access to your Dashboard and FTP to check the issue in more details?
Regards
OK sent in private area.
Hello,
We added some compatibility fix to our theme but you also need to contact the plugin author and ask him to add the compatibility with our theme https://prnt.sc/p29anf , the code below to wp-content/plugins/dynamic-menu-pro/edit_custom_walker.php
if (class_exists( 'NMI_Walker_Nav_Menu_Edit' ) ){
$nmi_walker_nav = new NMI_Walker_Nav_Menu_Edit();
return $nmi_walker_nav->start_el($output, $item,$depth,$args,$id);
}
In other case once you update the plugin you will face the same problem again.
Regards
You must be logged in to reply to this topic.Log in/Sign up