The static menu is hidden in Ajax, how to fix it?

This topic has 6 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Goostaf

  • Avatar: Goostaf
    Goostaf
    Participant
    November 15, 2021 at 10:02

    Hello, have you noticed that static menu blocks are hidden in ajax and do not appear in the search engine index, how can I fix this? We need a 2-column menu, so we use static blocks, with a normal menu everything is fine.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Goostaf
    Goostaf
    Participant
    November 15, 2021 at 13:28

    Seems to figure it out on our own by unchecking: Disable Ajax Load Dropdown Menu
    2. How to style the menu on mobile so that the rest are? Color, and font and center?

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2021 at 08:53

    Hello,

    Try to use the next code:

    @media (max-width: 992px) {
        .et-menu-list .menu-title>:not(.label-text) {
            color: #d8827a !important;
            font-family: Raleway !important;
            font-weight: 700 !important;
        }
        div.mobile-menu-content .et_b_header-menu .menu li {
            justify-content: center;
        }
    }

    Regards

    Avatar: Goostaf
    Goostaf
    Participant
    November 16, 2021 at 08:58

    Great, thanks, another question, is the width of the dropdown menu adjustable somehow? In the mega menu, we were able to, but in the simple one I do not see the settings.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2021 at 10:35

    Custom CSS code can be used (Theme options > Theme custom CSS > Desktop):

    .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist) {
        min-width: 500px;
    }

    Regards

    Avatar: Goostaf
    Goostaf
    Participant
    November 16, 2021 at 11:27

    thanks a lot:)

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

The issue related to '‘The static menu is hidden in Ajax, how to fix it?’' 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.