-
AuthorPosts
-
January 21, 2019 at 2:53 pm #1056693
/* Activate burger menu */
@media only screen and (max-width: 1279px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}This does not work!
January 21, 2019 at 3:04 pm #1056707Hey whdsolutions,
The code seems right, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoJanuary 21, 2019 at 4:30 pm #1056765Details to log in are below in Private Content
January 22, 2019 at 6:51 am #1057051Hi,
Thanks for that, please try this instead:
@media only screen and (max-width: 1279px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardJanuary 22, 2019 at 9:47 am #1057119Hello
That has worked but taken out the search icon… how can we get the search icon back?
January 22, 2019 at 3:01 pm #1057237Hi whdsolutions,
I have added this inside the media query of Rikard’s code:
#header #menu-item-search { display: block; } #header #menu-item-search a { font-size: 24px !important; }
Let us know if you need further assistance.
Best regards,
NikkoJanuary 22, 2019 at 3:33 pm #1057263Absolutely fantastic – Thank you!
January 22, 2019 at 3:51 pm #1057265Hi whdsolutions,
Glad that we are able to help :)
Feel free to create a new thread if you need more assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Burger Menu at 1280’ is closed to new replies.