Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1487793

    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?

    #1487800

    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

    #1487805

    Hi Mike! I want to link the actual menu to the word “menu” on my home page.

    #1487807

    Hi,
    /#avia-menu
    should do it, still doesn’t make sense, to click it they are already in the menu.

    Best regards,
    Mike

    #1487808

    No, the user is not on the menu yet. What I want to do is to link to this word (“menu”) on my homepage, as it appears on this screenshot.

    #1487811

    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

    #1487813

    Hmm, it’s not working; it only scrolls the page up bit by bit and doesn’t take the user to the Menu itself.

    #1487816

    Hi,
    Are you using a sticky header?
    If it is showing it will not scroll more. Try disabling this:
    Screen Shot 2025 08 10 at 2.33.00 PM
    If you want to use the sticky header, then once the menu shows the link has done it’s job.

    Best regards,
    Mike

    #1487848

    But I want to keep the Sticky Header.

    #1487923

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.