• Resolved dm1987

    (@dm1987)


    Hello. How to remove redundant links? Item menu still remains active when I’m on the same page

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi dm,

    I’m not sure if I understand correctly.

    Using https://www.huffingtonpost.co.uk/ as an example, do you mean that if, for example, you’re on the ‘tech’ page (https://www.huffingtonpost.co.uk/tech/), that ‘tech’ should be removed from the menu?

    Regards,
    Tom

    Thread Starter dm1987

    (@dm1987)

    No. ‘tech’ link must be inactive or replaced by the title “you are here”

    Plugin Author megamenu

    (@megamenu)

    Hi dm,

    Please try adding this to the Custom Styling area of the menu theme:

    #{$wrap} #{$menu} a.mega-current-menu-item {
        pointer-events: none !important;
    }

    It will effectively disable the link for the current menu item.

    This is a very unusual request and personally I would advise against doing this (if you check other sites like amazon and ebay, you will see the links work all of the time), and the CSS I have provided will only work for menus without sub menus.

    Regards,
    Tom

    • This reply was modified 8 years, 3 months ago by megamenu.
    Thread Starter dm1987

    (@dm1987)

    Thank you!

    Hi. Your advice did not help. Tell me how you can turn off the Redundant Links.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘redundant links’ is closed to new replies.