Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MegaMenu: Menu Item "Text Separator" is rendered as link <a href="/home page/"> #77

Open
ke-communication opened this issue Aug 17, 2017 · 2 comments

Comments

@ke-communication
Copy link

ke-communication commented Aug 17, 2017

In the Megamenu: Menu Item "Text Separator" is rendered as link but is should just be a

  • item without an tag in it.

    Example: A text separator menu item gets rendered as:

    <ul class="sp-megamenu-parent menu-slide-down">
    <li class="sp-menu-item sp-has-child menu-justify">
    <a  href="home page">nameofmenuitem</a>
    ...
    
    

    but the last line should be
    <span class="separator">nameofmenuitem</span>

    This is necessary if you want to use the top level menu items to just open the dropdown, without linking anywhere! On touch-screens you always reload the page instead of opening the dropdown!!!

  • @ke-communication ke-communication changed the title Menu Item "Text Separator" is rendered as link <a href="/menuItemName/"> MegaMenu: Menu Item "Text Separator" is rendered as link <a href="/menuItemName/"> Aug 17, 2017
    @ke-communication ke-communication changed the title MegaMenu: Menu Item "Text Separator" is rendered as link <a href="/menuItemName/"> MegaMenu: Menu Item "Text Separator" is rendered as link <a href="/currentfolder/"> Aug 17, 2017
    @ke-communication ke-communication changed the title MegaMenu: Menu Item "Text Separator" is rendered as link <a href="/currentfolder/"> MegaMenu: Menu Item "Text Separator" is rendered as link <a href="/home page/"> Aug 17, 2017
    @ivan-dragovich
    Copy link

    It hasn't fixed yet! Oh no...

    @ivan-dragovich
    Copy link

    ... it is about Helix Ultimate

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants