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

    Hi,

    After I updated Enfold, the burgermenu has disappeared at higher resolutions. At 762px it shows the burgermenu, but the position is to high. Can you help me out? The url is in the private section.

    Regards,

    Erwin

    #998663

    Hey Erwin,
    I see that you are using a child theme, do you have any modified theme files in your child theme, such as a header.php?
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #998674

    Hi Mike,

    Thank you for your reply. It’s bin a while that I created this site, so I don’t remember if I’ve made any changes to the header-file. I don’t think so. I’ve put the credentials in the private section.

    Regards,

    Erwin

    #998715

    Hi,
    I see that you do have a old header.php that should be updated with a current version because Enfold v4.1.1 has some new functions in it, that has caused issues for sites that use a child theme and a old header.php with the latest version. Mostly the errors have to o with the lightbox script.
    Since you said you developed this site a while back and don’t remember your changes, I created a difference report between your child theme header.php and the header.php in v4.0.7, so you can see your changes and then figure how to incorporate them into the v4.1.1 header.php
    Please see link in the Private Content area.
    I also see that your child theme style.css has a warning that there are 66 errors that need to be corrected.
    These two issues could be the cause for your issue, please try addressing, and let us know if this helps.

    Best regards,
    Mike

    #998721

    Hi Mike,

    Thanks for the effort!

    I don’t know how such a comparison report works. But I have updated the header.php-file with the most recent one. I also have fixed most errors, there is just one left which I don’t know how to solve and a view warnings. The errors where typo’s which I made to switch off the css-statement for testing. Should have solved this much earlier indeed.

    But to the problem, it doesn’t solve anything.

    Regards,

    Erwin

    #998741

    Hi,
    Thank you for checking and ruling those possible issues out.
    I took a look at your one error and it turned out to be a misspelling, so I fix it.
    I also found your menu issue, it was this in your css on line 30:

    .logo {
       margin: -37px 0 0 0!important;
       z-index: 80;
    }

    the -37px was pulling it up, so I changed to -17px which seems to look good, but feel free to adjust to suit.
    I also noticed that the mobile menu opens under the slider, this is due to a z-index of 900 on line 197:

    div#full_slider_1, .topper {
    height: 225px;
    z-index:900;
    position:relative;
    
    }

    So I changed it to 100, but feel free to adjust to suit.

    Best regards,
    Mike

    #998857

    Hi Mike,

    I’ve adjusted the position of the logo, now that’s fine. But the burgermenu is still not visible when the default-menu disappears.

    Regards,
    Erwin

    #998906

    Hi Mike,

    I’ve found the solution at https://kriesi.at/support/topic/switching-mobile-menu-toggle-from-768px-to-990px-breaks-whether-it-appears/

    Thank you for assisting!

    Regards,
    Erwin

    #998921

    Hi,
    Thanks for sharing your solution, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #998922

    Yes, you can close this topic.

    #998928

    Hi,
    Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘burgermenu disappeared after update’ is closed to new replies.