Menu issue - by MJ - on WordPress WooCommerce support

This topic has 7 replies, 3 voices, and was last updated 4 years, 4 months ago ago by Olga Barlow

  • Avatar: MJ
    MJ
    Participant
    August 13, 2021 at 07:58

    Hi
    I again have the exact same issue with my custom menu. it cannot open as supposed to.
    You have provided me with CSS 2 times and they were same and worked after you did some adjustments.
    Given that the CSS is correct, can you please let me know what else you did for this problem. I dont want to keep raising ticket for this, hence, appreciate if you explain it completely.
    the code that is not working :

    .mobile-header-wrapper .menu li.menu-disable_titles {
    position: static;
    }

    @media only screen and (max-width:750px){

    .mobile-header-wrapper .menu li.menu-disable_titles .nav-sublist-dropdown {
    width: 100vw;
    margin-right: 0 !important;
    background: #333333;
    text-align: center;
    left: 0;
    transform: none;
    top: 100%;
    animation: slideInDown !important;
    animation-duration:0.6s !important;
    line-height:3.0em;
    z-index: -1;
    }

    .mobile-header-wrapper .menu li.menu-disable_titles:not(.opened) .nav-sublist-dropdown {
    display: none;
    }
    .mobile-header-wrapper .et_connect-block .nav-sublist-dropdown {

    border-style:none !important;
    }

    .mobile-header-wrapper .et_connect-block .nav-sublist-dropdown .item-link{
    color:#ffffff;

    }
    }

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 14, 2021 at 08:30

    Hello,

    Theme Options > Speed optimizations > Menu Dropdown Ajax Loading > Off

    Regards

    Avatar: MJ
    MJ
    Participant
    August 14, 2021 at 10:44

    Hi
    I did that and didn’t work.
    other ideas?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 14, 2021 at 15:32

    Hello,

    Clear cache and check one more time, please. Describe in more detail what exactly is wrong now. Provide screenshots.

    Regards

    Avatar: MJ
    MJ
    Participant
    August 15, 2021 at 02:54

    Hi
    I cleared the cache and the menu is still not opening on mobile.
    Can Olga look into this? She helped me before and she can explain it I believe.
    Thanks

    Avatar: MJ
    MJ
    Participant
    August 16, 2021 at 09:14

    Please dont forget to share with me the solution (detailed please) today.
    Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 16, 2021 at 18:26

    Hello,

    I added enabled open by click option https://prnt.sc/1pt3hr9 and added the below code to child theme style.css

    .mobile-header-wrapper .menu li.menu-disable_titles {
        position: static;
    }
    .mobile-header-wrapper .header-main {
    	z-index: 1;
    }
    
    @media only screen and (max-width:992px){
    .mobile-header-wrapper .header-main .et-row-container.et-container {
        background-color: #333333;
    }
    
        .mobile-header-wrapper .menu li.menu-disable_titles .nav-sublist-dropdown {
            width: 100vw;
            margin-right: 0 !important;
            background: #333333;
            text-align: center;
            right: 0;
            left: auto;
            transform: none;
            top: 100%;
            animation: slideInDown !important;
            animation-duration:0.6s !important;
            line-height:3.0em;
            z-index: -1;
        }
    
        .mobile-header-wrapper .menu li.menu-disable_titles:not(.opened) .nav-sublist-dropdown {
            display: none;
        }
        .mobile-header-wrapper .et_connect-block .nav-sublist-dropdown {
    
            border-style:none !important;
        }
    
        .mobile-header-wrapper .et_connect-block .nav-sublist-dropdown .item-link{
            color:#ffffff;
    
        }
    }

    Check the mobile menu now.

    Regards

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

The issue related to '‘Menu issue’' 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.