Bug in Menu - by Randley - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Olga Barlow

  • Avatar: Crogers
    Randley
    Participant
    August 16, 2016 at 21:40

    For some reason, my menu isn’t working correctly.

    1) When I make changes, the changes don’t save after hitting the save button. I also have to navigate over to “Manage Locations” and re-save the theme locations.
    2) The dropdown on a couple options(any new items I add to the menu), don’t work and mouse can’t click those dropdown options.

    Information included in private. Please advise.

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 17, 2016 at 09:30

    Hello,

    1) Very likely you have a lot of items and max input vars limit was reached. Please, try to increase PHP Max Input Vars limit to 3000 or 5000 http://prntscr.com/c6ra37

    2) To fix problem with drop-down we have added following code in Theme Options > Styling > Custom CSS

    .nav-sublist-dropdown:before {
    top: -60px;
    height: 65px;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 17, 2016 at 11:31

    Also, I would recommend to add the following code to change the color of inputs and buttons in footer. Dark colors will look nice.

    
    .footer input[type="email"], .footer textarea {
        border: 1px solid rgba(125, 125, 125, 0.2);
        background-color: rgba(125, 125, 125, 0.2);
    }
    
    .footer input[type="submit"] {
        border: 1px solid #000;
        color: #fff;
        background-color: #000;
    }

    Regards

    Avatar: Crogers
    Randley
    Participant
    August 17, 2016 at 16:40

    Thank you. Updated the .htaccess and it fixed the menu issue.

    Navigation works great now. Thanks again.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 17, 2016 at 16:41

    You are welcome!

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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