• Resolved Felipe Lenin

    (@felipe-lenin)


    Hi, i need help i have theme created by zero, but i active this plugin but is not show in my website.

    <?php
    wp_nav_menu(
    array(
     'menu' => 41,
     'menu_class' => 'navbar-nav me-auto mb-2 mb-lg-0',
     'menu_id' => 'menu_header',
     'container_class' => 'collapse navbar-collapse',
     'container_id' => 'navbarSupportedContent'
    )
    ); ?>

    In this case, i have using wp_nav_menu function default for menu wordpress, but whem i try using max mega menu, not working, not show error.

    Please i need help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Not Working in my Theme!’ is closed to new replies.