• Is there a way to have 2 Primary Menu-s
    i saw on cellphonerepair dot com

    There is Repair Menu and Site Menu..

    Anyone can direct me how to do it..

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • There is a way, but it would require custom coding if your theme doesn’t already support two menu locations.

    If you’re not familiar with coding, finding a theme that already supports what you’re looking for would be the most straightforward plan of action.

    Presumably, the reason why you’re asking here is because you haven’t found one yet though. This is oversimplified, but here’s the gist of what you’d need to do:

    1. Register a new menu location with the register_nav_menus function.

    2. Output it with wp_nav_menu.

    3. Use the Appearance Screens Menu

    4. Style the menu to your liking with custom CSS.

    Basically, the way this works is that the red Repair button is just an item in the site menu that’s been styled to look different from the other menu items. Instead of containing a link to a page the way the other menu items do, the Repair button triggers a JavaScript that reveals the Repair menu, which is hidden.

    The cellphonerepair site is using a WordPress theme that appears to have been built just for them. Perhaps someone can suggest a theme or plugin that will do this for you without custom coding. I haven’t tested it, but it looks like Max Mega Menu (https://www.ads-software.com/plugins/megamenu/) does something like what you need. You’d still need custom CSS to make it look the way you want.

    If you can’t find something already built, perhaps the best bet is to build a child theme with a custom header and menu that will do that for you.

    Thread Starter biger

    (@biger)

    Thank you for answers
    I’ll look what you suggested i hope it will help me.. even i already used both suggestions you’ve made but didn’t work but i’ll relook again and see if i missed something..

    Best Regards and thanks again for answering

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Having 2 Menus in Primary Menu / Navbar’ is closed to new replies.