Hi,
I have quite complex menu, that I set for both – Main menu and Mobile menu.
Some menu items contain HTML Block for the drop-down. I understand that mobile menu can’t display HTML Block content, so I would like just to add some simple menu items instead, when there is a mobile mode enabled.
For now I could only make this by managing 2 menus. It’s really a time consuming thing, and I frequently just forgetting to synchronize some items when making an update.
It would be great, if the theme could handle this case by implementing some logic like:
– If Main menu & HTML Block & Sub-items = display html block / disable sub-items
– If Mobile menu & HTML Block & Sub-items = display sub-items / disable html block
Or maybe I’m missing something, and there already the solution for that?
Thank you