First, verify you can preview your home page with the Customizer and try analyzing again.
If that does not work, try temporarily disabling plugins that minify CSS or that force redirects between HTTP and HTTPS.
', 'child-theme-configurator' ), admin_url( '/customize.php' ) ), // . '?page=' . CHLD_THM_CFG_MENU ), 'anlz6_txt' => __( 'Click to show/hide PHP debug output', 'child-theme-configurator' ), // php error description modified v2.3.0 'anlz7_txt' => __( 'PLEASE NOTE:
The analyzer reveals errors that may otherwise go undetected. Unless this is a fatal error, WordPress may appear to work correctly; however, PHP will continue to log the error until it is resolved. Please contact the author of any theme or plugin mentioned above and cut/paste the error from the text area. Do not use a screen capture as it may cut off part of the error text. Additional information about the error may also be available in the CTC documentation.
', 'child-theme-configurator' ), 'anlz8_txt' => __( 'Do Not Activate "%s"! A PHP FATAL ERROR has been detected.', 'child-theme-configurator' ), 'anlz9_txt' => __( 'This theme loads stylesheets after the wp_styles queue.', 'child-theme-configurator' ), 'anlz10_txt' => __( 'This makes it difficult for plugins to override these styles. You can try to resolve this using the "Repair header template" option (Step 6, "Additional handling options", below).
', 'child-theme-configurator' ), 'anlz11_txt' => __( "This theme loads the parent theme'sstyle.css
file outside the wp_styles queue.", 'child-theme-configurator' ),
'anlz12_txt' => __( 'This is common with older themes but requires the use of @import
, which is no longer recommended. You can try to resolve this using the "Repair header template" option (see step 6, "Additional handling options", below).
If you want to customize styles using this plugin, please click "Configure Child Theme" again to add this to the settings.
', 'child-theme-configurator' ), 'anlz15_txt' => __( "This child theme uses the parent stylesheet but does not load the parent theme'sstyle.css
file.", 'child-theme-configurator' ),
'anlz16_txt' => __( 'Please select a stylesheet handling method or check "Ignore parent theme stylesheets" (see step 6, below).
', 'child-theme-configurator' ), 'anlz17_txt' => __( 'This child theme appears to be functioning correctly.', 'child-theme-configurator' ), 'anlz18_txt' => __( 'This theme appears OK to use as a Child theme.', 'child-theme-configurator' ), 'anlz19_txt' => __( 'This Child Theme has not been configured for this plugin.', 'child-theme-configurator' ), 'anlz20_txt' => __( 'The Configurator makes significant modifications to the child theme, including stylesheet changes and additional php functions. Please consider using the DUPLICATE child theme option (see step 1, above) and keeping the original as a backup.
', 'child-theme-configurator' ), 'anlz21_txt' => __( "This child theme uses@import
to load the parent theme's style.css
file.", 'child-theme-configurator' ),
'anlz22_txt' => __( 'Please consider selecting "Use the WordPress style queue" for the parent stylesheet handling option (see step 6, below).
', 'child-theme-configurator' ), 'anlz23_txt' => __( 'This theme loads additional stylesheets after thestyle.css
file:', 'child-theme-configurator' ),
'anlz24_txt' => __( 'Consider saving new custom styles to a "Separate stylesheet" (see step 5, below) so that you can customize these styles.
', 'child-theme-configurator' ), 'anlz25_txt' => __( "The parent theme'sstyle.css
file is being loaded automatically.", 'child-theme-configurator' ),
'anlz26_txt' => __( 'The Configurator selected "Do not add any parent stylesheet handling" for the "Parent stylesheet handling" option (see step 6, below).
', 'child-theme-configurator' ), 'anlz27_txt' => __( "This theme does not require the parent theme'sstyle.css
file for its appearance.", 'child-theme-configurator' ),
'anlz28_txt' => __( "This Child Theme was configured to accomodate a hard-coded stylesheet link.", 'child-theme-configurator' ),
'anlz29_txt' => __( 'This workaround was used in earlier versions of CTC and can be eliminated by using the "Repair header template" option (see step 6, "Additional handling options", below).
', 'child-theme-configurator' ), 'anlz30_txt' => __( 'Click to show/hide raw analysis data. Please include contents below with any support requests.', 'child-theme-configurator' ), 'anlz31_txt' => __( 'This child theme was configured using the CTC Pro "Genesis stylesheet handling" method.', 'child-theme-configurator' ), 'anlz32_txt' => __( 'This method has been replaced by the "Separate stylesheet" and "Ignore Parent Theme" options ( selected below ) for broader framework compatability.
', 'child-theme-configurator' ), 'anlz33_txt' => __( '%1Click Here%2 to view the theme as viewed by the Analyzer.
', 'child-theme-configurator' ), 'anlzrtl_txt' => __( 'This theme uses a RTL (right-to-left) stylesheet that is not being loaded in the child theme.', 'child-theme-configurator' ), // added 2.3.0 'anlzrtl2_txt' => __( 'Use the Web Fonts tab to add a link to the parent RTL stylesheet. See the documentation for more information.', 'child-theme-configurator' ), // added 2.3.0 'anlzcache1_txt' => __( 'Both WP Rocket and Autoptimize plugins are enabled.', 'child-theme-configurator' ), 'anlzcache2_txt' => __( 'The combination of these two plugins interferes with the Analysis results. Please temporarily deactivate one of them and Analyze again.', 'child-theme-configurator' ), 'anlzconfig_txt' => __( 'The WordPress configuration file has been modified incorrectly. Please see this FAQ for more information.
', 'child-theme-configurator' ), 'dismiss_txt' => __( 'Dismiss this notice.', 'child-theme-configurator' ), ) ); wp_localize_script( 'chld-thm-cfg-admin', 'ctcAjax', apply_filters( 'chld_thm_cfg_localize_array', $localize_array ) ); } function filter_localize_array( $arr ) { $arr[ 'pluginmode' ] = !$this->ctc()->is_theme(); return $arr; } } ?>