When creating a mega menu using Static Blocks, users are unable to select the dropdown menu.

This topic has 9 replies, 3 voices, and was last updated 2 months ago ago by Andrew Mitchell

  • Avatar: Allen
    Allen
    Participant
    May 18, 2024 at 04:05

    Hi,When creating a mega menu using Static Blocks, users are unable to select the dropdown menu.The dropdown menu crashes immediately when selected.

    8 Answers
    Avatar: Allen
    Allen
    Participant
    May 18, 2024 at 04:06

    Additional link

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 18, 2024 at 07:28

    Hello, Allen,

    Thank you for getting in touch with us.

    Please try to add this code in Theme Options > Theme custom CSS:

    .et_b_header-menu .menu-item-has-children a:after {
        content: "";
        display: block !important;
        height: 45px !important;
        width: 100% !important;
        position: absolute !important;
    }

    Kind Regards,
    8theme team

    Avatar: Allen
    Allen
    Participant
    May 22, 2024 at 09:55

    The mega dropdown menu works normally when the mouse is moved straight down. However, if the mouse is not moved vertically, the menu flickers and items cannot be selected. Please refer to the dropdown menu on the specified website for comparison. This is currently created using Static Blocks via Theme Options > Theme custom CSS:

    .et_b_header-menu .menu-item-has-children a:after {
    content: “”;
    display: block !important;
    height: 45px !important;
    width: 100% !important;
    position: absolute !important;
    }

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 22, 2024 at 10:13

    Hello, Allen,

    Please change the code to:
    .et_b_header-menu .menu-item-has-children a:hover:after {
    content: “”;
    display: block !important;
    height: 60px !important;
    width: 100% !important;
    position: absolute !important;
    top: 0px !important;
    width: 200px !important;
    left: -75px !important;
    }

    Kind Regards,
    8theme team

    Avatar: Allen
    Allen
    Participant
    May 22, 2024 at 10:21

    Hello, after changing the CSS, it stopped working altogether.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 22, 2024 at 12:15

    Hello, Allen,

    Please check now – https://prnt.sc/TG8EHVZWYqtB

    Kind Regards,
    8theme team

    Avatar: Allen
    Allen
    Participant
    May 22, 2024 at 15:00

    thanks

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    May 22, 2024 at 15:00

    Dear Allen,

    Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?

    Click here to share your insights: https://themeforest.net/downloads

    Your support fuels our journey, and we appreciate it more than words can express.

    Best Regards,
    The 8Theme Team

  • Viewing 9 results - 1 through 9 (of 9 total)

The issue related to '‘When creating a mega menu using Static Blocks, users are unable to select the dropdown menu.’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.