Site logo

Archived topic

Using gp hamburger mobile icon on 3rd party menu but disable gp menu

7 replies · Started by Fredrik on November 10, 2021

Viewing posts 1–8 of 8

Hi, first time poster. Been reading a billion topics about the mobile menu here but I can't find this and now I'm loosing hope as I just get more confused by the hour.

I have the following hope (and question)..
- I use GP simple mega menu on desktop mode which is working fine.
- On mobile I'd like to have 3rd party plugin Superfly menu and have that installed.

I'd like to use the GP mobile hamburger button (as it looks and are placed) but instead of opening gp (mobile) menu it should open superfly.
In superfly I can add "ADDITIONAL ELEMENT TO TOGGLE MENU - Enter valid CSS selector like #id or .class." and after searching I found that 'button.menu-toggle' is trigging the menu and entered that. However, now it trigger both gp and superfly in some wierd way.
Is there anyway I can shutdown the gp menu functionality so only superfly is opening? Or maybe use some other css class in combination with gp settings in customizer..?

As you can see I'm quite a newbie on GP and any assistance is greatly appreciated.

Absolutely! Please see below. Thank you in advance.

Can you turn on the superfly menu on mobile so I can take a look at the code when both menus are activated?

Let me know :)

Well, it is actually active. See attached for what I see when checking chrome tools. But randomly when surfing the site it is the gp menu that is triggered. Not using any caché on this install either as it's development.
So that's why I wonder if I can "shut off" the gp standard mobile menu that comes.

Give this CSS a try:

div#mobile-menu {
    display: none !important;
}

Let me know if it works.

It looks like it's working. BIG thanks!! Quick and outstanding support.

Glad to hear that :)

This archived topic is closed to new replies.