Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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?

    #1084049

    Hey 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,
    Nikko

    #1084102

    Hi Nikko, I’ve removed it but the navigation still disappears :(

    #1084616

    Hi 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,
    Nikko

    #1084713

    Hi Nikko, I’ve emptied all the caches now, please can you advise?

    #1084764

    Hi glodesign,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Nikko

    #1084833

    Thanks Nikko, I’ve set it to 3 days

    #1084888

    Hi 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,
    Nikko

    #1085027

    Brilliant, thank you so much Nikko!

    #1085034

    Hi glodesign,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Navigation menu disappears when user zooms in’ is closed to new replies.