Wordpress Menu with Mega Menu

Asked

Viewed 229 times

0

Use a plugin on wordpress called mega menu, only he doubled my menu, I gave a search and according to the research I should go to the header and find the location of the mega menu and delete one of the div, ate ai sussa I found it and I came across it

<div class="span9">
                        <div class="nav" id="navigation">
                            <?php navigation(); ?>

                    </div>

                </div>

There should not be the code of the mega menu :D then I started the search for this navigation and until now I had no success someone could give me a light

  • Try changing the <?php navigation(); ?> for <?php wp_nav_menu(); ?> and tell me if he’s okay

  • Unfortunately not my friend, he lost the mega menu css, and got in column, however, not duplicated more would like to keep the mega menu :D it is pretty cool!!

  • 1

    Well, it’s hard to delve into the problem in the dark and with little information, but you can remove the entire code block from the unwanted menu (at least prevent it from showing) by applying a display:none; in the CSS of container that holds the entire block of that menu.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.