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

    Hi,
    After an update of enfold some time ago I realized that the burger menu was gone. And strangely it appears on desktop version.

    Check out my site: http://www.pension-windrose.de

    Please help me to find the reason why it is so.

    Thanks!

    #891180

    Hi Dennsen,

    I noticed you have modified header.php file on your child theme. That file was updated therefore you would need to copy a fresh header.php file from your parent theme, apply the changes you have previously applied on header.php file on your child theme. That should solve the issue :)

    Regards,
    Yigit

    #891228

    Hi Yigit,

    Unfortunately it didn’t solve the problem. I copied the latest header.php code to my child header.php and added my own code and still got no burger menu. What else could it be?

    Regards,
    Dennis

    #891252

    Hey Dennis,

    Excuse me, i did not notice you have modified helper-main-menu.php file as well. It needs to be updated as well. I still can see old mobile menu in source code. Since we have completely renewed mobile menu, old menu should not be in your source code.

    Regards,
    Yigit

    #891516

    Ok, that helped me. Thanks alot, Yigit!

    #891526

    One more thing:

    How can I overwrite this code from the layout.css with my own code in my style.css?

    @media only screen and (max-width: 767px)
    .responsive .logo img {
    margin: 0;
    }

    Just to copy the code into my style.css and change it, doesn’t work.

    Thanks in advance!

    #891580

    Hi,

    Please try using the code as following

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    margin: 0 !important;
    }}

    Best regards,
    Yigit

    #891604

    Already tried it with !imporant before and it made no difference!

    Another solution?

    #891650

    Hi dennsen,

    The whole code is

    
    @media only screen and (max-width: 767px) {
      .responsive .logo img {
        margin: 0 !important;
        padding: 0;
      }
    }
    

    There was padding there too.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #892503

    That worked, thanks alot!

    Happy New Year!

    Dennis

    #892540

    Hi,

    Glad Victoria could help!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    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,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘No burger menu anymore’ is closed to new replies.