Tagged: 3.6, header.php
I add something to the header in most sites I build and as such have header.php in the child theme. When I updated to 3.6 the header file caused multiple errors, preventing the site from loading. I was able to back-up the customized header.php, copy the new one from the 3.6 parent folder and re-do (copy/paste from backup) the customizations. While not difficult, this is kind of diversion from the previous header.php file is a bummer and another step to communicate when updating my sites.
I don’t really have a support issue per se, but would like to point out this change, both to voice my concern and maybe help-out someone else who sees that error.
lzevon,
Thank you for pointing this out.
Are others having this issue?
I have a custom header.php in my child theme as well, but have yet to update to Enfold 3.6 since so many users are having so many problems.
Hi,
Some function names where changed, ex: avia_header_class
to avia_header_class_filter
, which is used in header.php, the fix is to simply modify this line:
$filterable_classes = avia_header_class( avia_header_class_string() );
To:
$filterable_classes = avia_header_class_filter( avia_header_class_string() );
Best regards,
Josue
Josue,
To avoid all the Child Theme header issues everyone is having can you please identify what we need to modify in our Child Theme header.php ?
Many of us are reluctant to upgrade from Enfold 3.5.4 to Enfold 3.6.1
Thanks!