Support » Plugin: Multilevel Navigation Menu » The Multi Level Not Working

  • Hi

    I’m currently dealing with the multi-level menu that not working. As you can see, three-level should appear when the cursor hover. But all the level goes out at once.

    I tried to find the header.php but it seems I couldn’t found it.

    Mind to help to make the multi-level work just like the screenshot of the plugin?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Author Laxman Prajapati

    (@laxman-prajapati)

    Hello @ohdsitaiwan,

    Sorry for the late reply due to something else.

    You just need to create a new menu with level and select the created menu in the WordPress admin > Appearance > Menus > Manage Locations > MNM Header Menu.

    After the go into header.php file: wp-contnet/themes/curren_theme/header.php file. and put the [multilevel_navigation_menu] shortcode with php as below:

    <?php echo do_shortcode(‘[multilevel_navigation_menu]’); ?>

    You can try and let me know if still you are facing any issues.

    Thanks in Advance!
    Laxman P

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.