-
AuthorPosts
-
December 21, 2017 at 11:32 am #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!
December 21, 2017 at 4:22 pm #891180Hi 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,
YigitDecember 21, 2017 at 5:40 pm #891228Hi 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,
DennisDecember 21, 2017 at 6:23 pm #891252Hey 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,
YigitDecember 22, 2017 at 9:46 am #891516Ok, that helped me. Thanks alot, Yigit!
December 22, 2017 at 10:49 am #891526One 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!
December 22, 2017 at 2:07 pm #891580Hi,
Please try using the code as following
@media only screen and (max-width: 767px) { .responsive .logo img { margin: 0 !important; }}
Best regards,
YigitDecember 22, 2017 at 3:06 pm #891604Already tried it with !imporant before and it made no difference!
Another solution?
December 22, 2017 at 5:31 pm #891650Hi 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,
VictoriaJanuary 2, 2018 at 3:52 pm #892503That worked, thanks alot!
Happy New Year!
Dennis
January 2, 2018 at 6:11 pm #892540Hi,
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 -
AuthorPosts
- The topic ‘No burger menu anymore’ is closed to new replies.