• Hi.

    Great plugin options. But after saving profile and specifying location to primary menu, the menu doesnt show on my website?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor www.AloGam.com

    (@son-tung-mr)

    hi BennieSwanepoel,

    Thank you for commenting. Could you let me know the admin login account via our forum here https://www.woorockets.com/forum so that i can recheck the menu’s configuration for you

    sincerely,
    tony

    Plugin Contributor www.AloGam.com

    (@son-tung-mr)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not showing’ is closed to new replies.