• Hi,

    i have problem with Flat Responsive and WordPress 4.3.

    There is a Errormessage:

    Warning: Creating default object from empty value in /www/htdocs/…/wp-content/themes/flat-responsive/inc/customizer.php on line 174

    And i’m not able to put new Text-Widgets. With WordPress 4.2.x there are no Problems.

    I try it with Flat Responsive 1.0.8 and 1.1.2.

    Greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi Vladimir,

    It’s the compatibility issue of theme with WordPress 4.3. Please follow the instruction below to fix the issue:
    File location on Local server: Goto file directory/wp-content/themes/flat-responsive/inc/customizer.php line no. 174.

    File location on live site: Access the file with ftp/cpanel
    Goto file public_html/wp-content/themes/flat-responsive/inc/customizer.php line no. 174.
    Now you can see line as beloow :
    $wp_customize->get_section('nav')->panel = 'header_settings_panel';

    comment that line as below:
    //$wp_customize->get_section('nav')->panel = 'header_settings_panel';

    Thanks

    Thanks

    Thread Starter Vladimir Simovi?

    (@perun)

    Hi StyledThemes,

    thank you! It works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with WordPress 4.3: customizer.php on line 174’ is closed to new replies.