Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #802832

    Can you please assist us in fixing the following tablet landscape display error please? :)

    (photos in private section)

    If it’s better to have a non-hamburger style menu where the menu items don’t overlap the logo that works too – I would just need assistance with the css needed to achieve it.

    • This topic was modified 7 years, 4 months ago by Briana.
    #802984

    Hey Briana,

    Could you try updating the theme to the latest version (4.0.7) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #804258

    Hi Rikard,

    I have now updated the theme and the error persists.
    :( Sigh.

    Let me know if you require log in information.

    #804332

    Hi,

    Yes, please provide it. So we can have a closer look.

    Best regards,
    Nikko

    #804351

    Please see login for admin in private section.
    Thanks for your help guys :D

    #804417

    Hi,

    Thanks for the login details. I can’t reproduce the error on my end though when checking on ipad mini/chrome, did you make sure to clear your browser cache and reload the page after updating?

    Best regards,
    Rikard

    #805406

    Hello Rikard,

    I have checked on our Samsung Galaxy Note 2 Tablet on landscape and simulated the browser size for tablet range on my desktop and it is still giving me this error (showing part of the mobile menu).
    I made sure to try different browsers and to clear the cache. Still no go.
    It seems to break once it hits 998px wide.

    #805926

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {
      display:none !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
      display:block !important;
    }
    }

    Best regards,
    Rikard

    #807219

    I tried the css snippet provided ( and then cleared cache on the tablet browser etc) and also increased the max width to see if it would help but it still looks the same – showing part of the mobile menu on the right.

    Sorry to be a pain. I just have no idea what I would have done to break it as I have used this theme for years now without running into this particular issue.

    Any further things we could try? *log in info is in a private section in an earlier reply if needed*

    #807279

    Hi,

    Thanks for the feedback, do you have any custom CSS or did you do any changes to the theme files at all? If so, please try to remove them one by one to see which one is causing the problem.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.