hi BennieSwanepoel,
How is going now? It seems that we have not received your thread on the forum.
This problem comes from some themes’ structure. Let me explain why this problem is happening
When our plugin is activated it will find the theme menu via the function <?php wp_nav_menu( $args ); ?> of wordpress. But you can see some themes having the structure:
<div class=”primary-menu”>
<?php wp_nav_menu(); ?>
</div>
You can see: When our menu replaces the theme’s menu via <?php wp_nav_menu(); ?>, our menu will be affected by attributes of “class=primary-menu” from the theme’s style.css => the menu could disappear in an unluck situation.
If the problem is existing, you can reply so that i can assist you assist you here.
Sincerely,
Tony