This topic has 5 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
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.
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
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
Thank you. Updated the .htaccess and it fixed the menu issue.
Navigation works great now. Thanks again.
You are welcome!
Regards
Tagged: menu, solve, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up