Site Menu - mobile

Hi,
I’m trying to create a side menu for my mobile site.
I can’t use Wix’s native mobile menu as its toggle icon doesn’t fit to my design.
So I’ve created a lightbox and put inside a vertical site menu.
However, from unknown reason, I can’t see this menu in the lightbox when I switch to mobile mode.
Quite weird. Has any of you encountered this issue? Any advice?

Thanks,
J.D.

1 Like

I have already lost an item during a switch on the mobile editor.
It turns out that the item was hidden at the top of the site in an invisible part.
To find it I disable the rules, uncheck the box (tools> measure (rules))
Then I clicked on an empty area of the page and made a selection up, the largest selection possible. Then with the arrow keys, move the item down in a visible area of the editor.
Tell me if it works?

You can change the element that opens and closes the mobile menu to suit your own design.

See here for example:
https://idancohen4.wixsite.com/menu-code?showmobileview=true
https://www.wix.com/code/reference/$w.MenuContainer.html

@givemeawhisky , How did you do that? I’m using Wix’s new mobile menu, and I don’t see there any way to change the mobile menu icon to my own icon.
So how did you do it?

@weneedcontis ,
No. It didn’t work in my case.
Thanks anyway.

It’s possible using the MenuContainer object, and its open() function.
You’ll need to add an onClick( ) event handler to the logo and then add the open() function.

Fo all looking for this issue in the future: Desktop menus are always hidden on the mobile version, and you cannot show them at all.