Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #830283

    Noticed this after update, the main menu has a burger menu attached to it permanently… was this a change in the latest update? How do I stop that, it is very unnecessary

    #830292

    Afternoon,

    As a first port of call have your cleared your browser cache and /or any caching plugin you use?
    There were a few structural changes that old caching may be causing issues.

    Hope that helps

    TJ

    #830294

    Yeah I have done that, even tried a different browser but still there.
    And on several sites..

    #830297

    Example site here, that menu is auto added, I dont even know how lol.
    And also when resizing to mobile width the regular mobile menu is jacked up.

    link in private

    #830369

    Hi,

    Please provide admin info so we can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #830395

    Login in private, please do not change anything just investigate as this is a live client site.
    Thank you.

    #830405

    Hi,

    It would take a little time to drill down why this is showing on desktop, but you can add this to quick css to hide and disable it as a temp fix for the moment:

    
    #header_main_alternate #avia-menu.menu.av-main-nav li.av-burger-menu-main.menu-item-avia-special  a .av-hamburger.av-hamburger--spin.av-js-hamburger{
    display:none!important;
    pointer-events: none;
    }

    Best regards,
    Jordan Shannon

    #830411

    Yeah I know I can hide it but that does not solve the problem of why it is there :) Also note that when this happened, it made the actual mobile menu have no background…so just hiding it wont solve the issue :/

    #830701

    Hi,

    Yes, as I mentioned this will require an update to fix most likely as others have had this same issue. Please see the following:

    Right now my css suggestion is just a temporary fix, and as soon as a permanent one is available there should be an update.

    Best regards,
    Jordan Shannon

    #830796

    ok thanks, I found an error in a plugin and deactivated it for now, the burger is gone as it should be, however the header now had big space and resized to mobile the menu is way big, please advise.

    #830920

    Hi,

    Add the following code at Enfold Theme Options > General Styling > Quick CSS

    
    .av-burger-menu-main a {
      height: 0px !important;
      line-height: 114px !important;
    }
    

    Best regards,
    John Torvik

    #839482

    Hey there, is there a fix/update in the works yet? Any eta on this?

    Thank you.

    #839493

    Hi,

    While we have yet to add it as a permanent fix via an update, a lot of our users have had success with the following patch https://kriesi.at/support/topic/mobile-menu-not-showing-7/#post-837697

    Best regards,
    Jordan Shannon

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