I don’t know, what ist happend. I use an Enfold-Child on http://www.mentalfabrik.de. I made an update of wp 4.3 today and now my main-menu is pushed togehter and i tried to repair it but i can’t. The normal Enfold don’t have this problem, but i have to many changes to take the parent-theme.
Can you give me a solution? Thanks a lot!
Christine
Has somebody any idea, how i can repair this?
so, if anybody has the same problem sometimes, i had to remove an own header widget from the helper-main-menu.php
Maybe, there is anybody who can tell me, how i can reinstall the header- widget? the code was:
if ( function_exists(‘dynamic_sidebar’) )
{
dynamic_sidebar(‘Enfold Child Header Widget Area’);
}
it would be very nice, if i could use the header widget in the future as well, at the moment i haven’t a solution, because my main-menu moved together if i keep the header-widget
best regards
christine
Hi,
Not sure where you had that code but if you want to add a widget to the header you can find out how here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. Please make sure to use a child theme to not lose your customisations on updates: http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
Best regards,
Rikard
yes, this is what iam looking for, thanks a lot.