• I am using Customizr Child theme.

    I have just updated WP and Customizr to the latest and cleared my cache. I am now seeing two errors when I browse to my site:

    Warning: implode(): Invalid arguments passed in /home1/thear12/public_html/atlantapatentlaw/wp-content/themes/customizr/inc/parts/class-header-header_main.php on line 315

    Warning: implode(): Invalid arguments passed in /home1/thear12/public_html/atlantapatentlaw/wp-content/themes/customizr/inc/parts/class-header-header_main.php on line 359

    Thanks very much for any help solving this problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Probably you’re using a child theme and in its functions.php you have a function hooked to tc_navbar_wrapper_class which returns a string instead of an array.
    Things are changed and now you have to handle and return an array.

    Basically you’re using the snippet to center the header, which, btw isn’t needed anymore since now is a customizr option.

    Thread Starter jheske

    (@jheske)

    Thanks very much for the responses!

    I knew I could use a customizr option to center the header. However, I wanted to further customize to remove the tagline, and center the site description and nav menu, which I didn’t find options for, but was able to use the snippet to do.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘class-header-header_main.php errors’ is closed to new replies.