-
AuthorPosts
-
March 26, 2019 at 10:20 am #1083031
A client of mine likes to zoom his computer view in so that his text is larger. Is there a way of making sure a menu is always visible at whatever level someone zooms in at?
March 28, 2019 at 11:48 am #1084049Hey glodesign,
In this code you have in Quick CSS:
@media only screen and (max-width: 1420px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }}
this specific code:
nav.main_menu { display: none; }
Causes the main menu to be hidden when zoomed in further, please remove it and it should be working properly.
Best regards,
NikkoMarch 28, 2019 at 2:17 pm #1084102Hi Nikko, I’ve removed it but the navigation still disappears :(
March 29, 2019 at 4:34 pm #1084616Hi glodesign,
Do you have a caching plugin? please flush out the cache.
I can still see the code being fetched, I posted a screenshot in private content which shows that this is still being fetched.Best regards,
NikkoMarch 29, 2019 at 6:37 pm #1084713Hi Nikko, I’ve emptied all the caches now, please can you advise?
March 30, 2019 at 1:40 am #1084764Hi glodesign,
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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoMarch 30, 2019 at 8:43 am #1084833Thanks Nikko, I’ve set it to 3 days
March 30, 2019 at 4:09 pm #1084888Hi glodesign,
Thanks, I have commented the code out so it doesn’t run in Quick CSS.
Let us know if you need further assistance.Best regards,
NikkoMarch 31, 2019 at 8:56 am #1085027Brilliant, thank you so much Nikko!
March 31, 2019 at 11:04 am #1085034Hi glodesign,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Navigation menu disappears when user zooms in’ is closed to new replies.