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

    Hello. This is actually two separate new issues.

    1. On https://frdusa.com the menu disappears when the window is minimized, then the hamburger menu appears. At some point all menus disappear.
    2. The menu header on the upper right – overlaps the contact and search icon, rendering the top halves of each un-clickable.

    Any help would be appreciated.

    #1278408

    Hey szimmerdesign76,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header .widget {
        z-index: 2;
    }
    @media only screen and (max-width: 1240px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1278526

    Thanks. The header div issue only appears to be a Safari issue now. Any idea on that?

    The breakpoint is still not working. Should I remove any additional breakpoint css?

    #1278720

    Hi szimmerdesign76,

    Looks like you have two menus there.

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1278762

    Sure. They were sent. Could be that a mega menu is in play.

    #1279166

    Hi szimmerdesign76,

    Thank you. No, the mega menu does not do that.

    Can you please have Appearance > Editor enabled for a bit? It’s probably hidden by your security plugin.

    Best regards,
    Victoria

    #1284485

    Yes. Let me see where to turn that back on. Sorry for the delay.

    #1284818

    Hi szimmerdesign76,

    Here is an article for you:

    It can be disabled by a security plugin.

    Best regards,
    Victoria

    #1285826

    It should be visible now. It was a setting at the host level since its not on Apache.
    z

    #1286021

    Hi szimmerdesign76,

    Thank you. You have the header.php and the footer.php file in your child theme, did you update them to the latest version too?

    Best regards,
    Victoria

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