Hi,
Can you please provide your site URL to have a close look over the your issue.
Or Also check Child Theme code.
Thread Starter
madvic
(@madvic)
After resolution on Sketch Themes Help Desk, here the solution :
For an Ivert child theme, don’t forget Version in header :
/*
Theme Name: Invert Child theme
Theme URI: http://www.sketchthemes.com/themes/invert-responsive-multipurpose-wordpress-theme/
Description: Invert Child Theme
Author: SketchThemes
Author URI: http://sketchthemes.com/
Template: invert-lite
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: invert-child
*/
@import url("../invert-lite/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
Hello, What do you mean Version in header?
I have uploaded header in child’s theme, but there seem to be an error on line 40. Could someone explain what is the problem?
/*
<?php if(sketch_get_option($invert_shortname.”_logo_img”)){ ?>
*/