Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1055424

    Hi there

    I’ve built a site but can’t seem to fix one of the menus that i’ve customised. Currently the About us menu when you hover the sub menu appears slightly later. I’d like the two to interact seamlessly if possible (transition in and out)

    Thanks
    Richard

    #1055567

    Hey Richard,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1057454

    Hiya

    OK here’s the login

    Richard

    #1059807

    Hi,

    Please take a look now after clearing your cache – let me know if it works out.

    Best regards,
    Basilis

    #1060042

    Hi there

    I’ve cleared the cache but can’t see any change?

    Richard

    #1061817

    Hi Richard,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #avia-menu li:hover > .sub-menu {
        opacity: 1 !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #1061982

    Hi Nikko

    Great thank you — that’s fixed the animation going in. Could you give me a fix for when it animates out of the hover as there’s still a disparity between the two parts of the menu?

    Richard

    #1062765

    Hi Richard,

    Try adding this code on top of the last code I gave:

    #top #avia-menu .sub-menu {
        opacity: 1 !important;
    }

    Best regards,
    Nikko

    #1062845

    Hi Nikko
    Ok i’ve added both now

    #top #avia-menu li:hover > .sub-menu, #top #avia-menu .sub-menu {
        opacity: 1 !important;
    }

    and although the animation has no transition now the delay between the two is still there.

    Richard

    #1064065

    Hi Richard,

    My bad, I put the wrong code it should be 0 opacity, the whole code should be:

    #top #avia-menu .sub-menu {
        opacity: 0 !important;
    }
    
    #top #avia-menu li:hover > .sub-menu {
        opacity: 1 !important;
    }

    Best regards,
    Nikko

    #1064136

    No problem, just glad it can be done via CSS and not Javascript changes. Excellent support as always thank you.

    #1064270

    Hi,

    Glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Main and sub menu transition timing’ is closed to new replies.