• Hello & happy New Year,

    I have the following strange problem

    if someone goes a little more I rushed to open a subcategory in the menu bar then hide the window with the subcategories and you have to go again from the beginning to select it

    is there any way nato avoid this? to set larger margins on options or not to close automatically?

    prtsc: https://prnt.sc/wt6zso

    I hope gave it to you to understand because it’s a little weird

    Thanks,
    Pibby

    • This topic was modified 3 years, 10 months ago by panospibby.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hi there, I’m sorry but I think I didn’t understand in the proper way the issue and how to help you ?? Can you try to record a small video (like with Loom extension for chrome in example)? This way I will get the point and come back to you with a solution in no time. Thanks and sorry for the misunderstanding

    Thread Starter panospibby

    (@panospibby)

    no problem
    after all, it is difficult to understand in writing.
    I’m sending you a video

    basically if someone goes to navigate to a subcategory from the menu and does not do it slowly you hide and you have to take it again from the beginning

    if there is any way to keep the subcategory window open.

    there is definitely some command with css that keeps it open

    https://www.loom.com/share/fc1a85c1657a4f7b9413ee966e63d9be

    Theme Author YITHEMES

    (@yithemes)

    Perfect know I understand ??

    Use this additional CSS code:

    .main-navigation ul ul li:hover > ul, 
    .main-navigation ul ul li.focus > ul {
        left: calc(100%);
    }

    It should work fine ??

    Thread Starter panospibby

    (@panospibby)

    Its work,

    I really appreciate your help and
    your fast answers
    you are awesome
    The best support and themes
    that exists on wordpress

    Thank you,
    Pibby

    • This reply was modified 3 years, 10 months ago by panospibby.
    Thread Starter panospibby

    (@panospibby)

    Hello again. The main navigation bar not working well.

    When I go to sub-menu, then closed to fast and customers can’t select sub-categories easy.

    I try to find a code, but I can’t do it

    Try to check the menu at https://www.roz-mari.gr
    Submenu closes very fast and I must open again all the time.
    Can we keep it open and click after more space or close with a click?

    Thanks,
    Pibby

    Thread Starter panospibby

    (@panospibby)

    Maybe have a gap between your menu and the dropdown, when the mouse hits that I lose hover.

    I add the following code and its better now

    .main-navigation ul ul {
    transition-delay: 1s;
    }

    • This reply was modified 3 years, 9 months ago by panospibby.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘MenuBar-Autohide problem’ is closed to new replies.