New Landing How can we help? Atelier Overlay menu issue

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #212953
    Klarity
    Member
    Post count: 183

    Hi guys,

    I have an issue with the overlay menu – hoping you can help.
    Please see attached image / website link

    If you expand to show a sub menu the main menu disappears off the bottom of the page and you can not scroll down.
    Also if you try to minimise the sub-menu is doesn’t work, the arrow appears to links to the page.

    Look forward to hearing from you

    Pete

    Attachments:
    You must be logged in to view attached files.
    #213017
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .overlay-menu-open #overlay-menu nav {
      overflow: scroll;
    }

    – Kyle

    #213093
    Klarity
    Member
    Post count: 183

    Hi Kyle,

    Great – though, i get some weird stuff happening with the scrolling?
    See attached image
    is it possible to hide the scroll bars or at very minimum loose the horizontal one?

    Many thanks,

    Pete

    Attachments:
    You must be logged in to view attached files.
    #213102
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Not sure what that’s a picture of, but try this css instead:

    .overlay-menu-open #overlay-menu nav {
      overflow-y: scroll;
    }

    – Kyle

    #213127
    Klarity
    Member
    Post count: 183

    Aaaaahhhh, hate it when that happens!…sorry kyle that was clearly not the right image…

    Your css sorted it though, so all good.
    Is there a way to only show the scroll when the menu expends and gets too large?

    Also i noticed the arrow which expands the submenu doesn’t minimise the sub menu. see attached image for more info (hoepfully this is the correct one)

    Many thanks,

    Pete

    Attachments:
    You must be logged in to view attached files.
    #213131
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) I’m afraid not sorry

    2) Yes because if it closed the sub menu then the user wouldn’t be able to access that page

    – Kyle

    #213142
    Klarity
    Member
    Post count: 183

    Hi Kyle,

    1) understand.
    2) I can see what you’re saying but wouldn’t it be correct for the arrow to control expand and contract and then the text only would be the link… the up arrow implies semantically you can minimise the submenu… could you pass to the developer for their thoughts please if its not something that can be resolved easily.

    many thanks,

    #213144
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The arrow is not a html element so it can not have a link added to it, it’s just an icon added via css. I have spoken to the developer about this before and it’s on the list to change in a future update

    – Kyle

    #213432
    Klarity
    Member
    Post count: 183

    Thanks Kyle,

    #213439
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register