I tried to add a menu item, called “menu”, to my Main Menu, so that I can then link to it via WEBSITE.COM/MENU, but was not able to do it. Could you please look into it?
Hey ramonolivencia,
You could try /#avia-menu
but I don’t understand the purpose, if you are clicking a link in the menu that points to the menu, it would serve no purpose?
Perhaps if you explain what you expect to happen when you click this menu item, it would help.
Best regards,
Mike
Hi Mike! I want to link the actual menu to the word “menu” on my home page.
Hi,
/#avia-menu
should do it, still doesn’t make sense, to click it they are already in the menu.
Best regards,
Mike
Hi,
Oh, now that makes more sense. I don’t see a screenshot, but if it’s going to be a text link, try this:
<a href="#avia-menu">menu</a>
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
Mike
Hmm, it’s not working; it only scrolls the page up bit by bit and doesn’t take the user to the Menu itself.
But I want to keep the Sticky Header.
Hi,
If you are using the sticky header then the menu is already showing, that is why it only moves a little.
It sounds like you want the user to go to the top of the page, so try this for your text link:
<a href="#top">menu</a>
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
Mike