Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #644927

    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.

    #644934

    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.

    #645664

    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

    #645694

    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!

    #646788

    Hi,

    The theme is adding new features every now and then so a few function modifications in the templates are required. Please compare your old header.php to the latest parent theme file.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Child theme header.php causes errors in Enfold v3.6’ is closed to new replies.