Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1099839

    Hi,
    How do you turn off the burger menu on Ipad’s only? I want the regular menu to display.

    Thanks

    #1099913

    Hey webguy007,

    You can set that under Enfold->Main Menu->General.

    Best regards,
    Rikard

    #1100310

    It doesn’t change anything. When I select: Menu Items for Mobile > Activate only for Smartphones.
    Ipad (768×1024) screen size still has burger menu showing.

    #1100364

    Here’s more of an update to a problem I am having.
    When the screen size is at 768px – 1000px the menu does not show and only the burger icon. I can’t seem to figure out why and how to have the menu text show for this range and not the burger icon.

    Menu Items for Mobile > Activate only for Smartphones. DOES NOTHING TO CHANGE ANYTHING. Test for yourself when viewing screen size 768pm – 1000px.

    Thanks!

    #1100521

    Hi,

    Where can we see the problem?

    Best regards,
    Rikard

    #1100538

    Link provided in private data.

    Thank you

    #1100826

    Hi,

    You have this in your style.css file overriding the theme settings:

    @media only screen and (max-width: 1000px) {
        #top #header .av-main-nav>li.menu-item {
            display: none!important;
        }
        #top #header .av-burger-menu-main {
            cursor: pointer;
            display: block!important;
        }
    }

    Best regards,
    Rikard

    #1101166

    Hi,

    I went ahead and removed that from the child style.css and no change occurs with viewing on screen sizes above 768 – 1000px. Why?
    I’ve deleted cache too.

    #1101541

    Hi webguy007,

    I have added Rikard’s code in Quick CSS.
    And also disabled CSS file merging and compression and it works.
    Seems like it fetches the old merged/minified css when it’s enabled.

    Best regards,
    Nikko

    #1101644

    Thanks for your reply. I actually added more to it and have seemed to solved all responsiveness except for when the size is at 768×768 – 810×768 and the word experience is cut off on the homepage. See link below. Oddly this seems to be the only issue throughout the site.

    How do I solve that for that specific text box with content?

    I also changed Rikard’s default of 1000 in the above css you pasted to 767px.

    Here is some additional css I added as an FYI to fix other responsive issues:
    @media only screen and (max-width: 812px) and (orientation : landscape) {

    #top #header .av-main-nav>li.menu-item {
    display: inline-block!important;
    right:60px!important;

    }

    #1101698

    Hi webguy007,

    Try adding this css code as well:

    @media only screen and (max-width:959px) {
      #top.home #av-layout-grid-2 .av_one_fourth {
        padding: 80px 20px !important;
      }
    }

    Best regards,
    Nikko

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