Home Forums Pro Themes Education Hub Pro Menu doesn't react on mouse over

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #11435
    Anonymous
    Inactive

    With Education Hub Pro Theme I always have the issue that the menu doesn’t react.

    I move the mouse to a menu point, the menu appears shortly and disappears.
    I repeat this 2-3 times and then it stays.
    When I try to select a topic in the submenu it jumps away.
    After several tries it works.

    Why does the menu jump off from time to time ?

    At the moment I cannot provide you my URL, because the website isn’t released.

    #11437
    wensolutions
    Keymaster

    Hello,

    The issue has already been fixed on the update, if you have not updated your theme please update to the latest version of the theme i.e. 2.1

    We hope it helps,
    best regards.

    #11884
    Anonymous
    Inactive

    Still the same challenge. Are there any CSS settings or options to avoid the “menu jump” ?

    #11897
    wensolutions
    Keymaster

    Hello @edu_horse

    Yes, there a a CSS fix for you issue.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here copy and paste below CSS.

    .main-navigation ul ul {
        top: 41px;
    }

    Hope this will help to resolve your issue.
    Let us know how it goes.

    Best Regards!!!

    #12364
    Anonymous
    Inactive

    Didn’t change anything even not other values like 36 or smaller.
    On the iPad the menu appears shortly an directly opens a link. You haven’t enought time to select a menu item.

    #12389
    wensolutions
    Keymaster

    Hello,

    Can you please verify which version of education hub pro theme you are using.
    And also if you are using the old version of the theme,
    can you please update your theme, remove the custom CSS and check if the issue still persists?

    Hope you understand.
    Best regards.

    #12883
    Anonymous
    Inactive

    It’s Version 2.1

    #12903
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS to
    Admin Panel / Appearance / Customize / Theme Options / Advanced Options.

    @media only screen and (min-width: 767px){
    .main-navigation ul ul {
        top: 40px;
    }

    Please let us know how it goes.

    Best regards.

    #12904
    Anonymous
    Inactive

    Doesn’t change anything. When I click on a menu point on the iPad the page of the top menu point will opened directly.
    I have no chance to select anything from the menu.

    #12905
    wensolutions
    Keymaster

    Hello,

    In iPad you can tap once to open the dropdown and tap again to got to the menu link .

    Please verify and let us know how it goes.

    Best regards.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.