October 24, 2020 at 2:55 am
Hi Kadence Support Team,
in the meantime there are so many positive reviews about your KADENCE theme. And yet I almost threw it out of my evaluation selection, why?
After activating the child theme you offered, the style.css file was not displayed in my external CSS style editor “Stylizer”.
Only after a long search here in the support forum I did – I come across the following missing component for a child theme integration:
The following entry must be made in the function.php of the child theme:
function child_theme_styles_integration() {
// enqueue child-theme styles
wp_enqueue_style( ‘kadence-child-theme[=child theme folder-name]’, get_stylesheet_directory_uri() .’/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘child_theme_styles_integration’, 100 );
The ASTRA Theme team does the child theme job lot better here:
With their ASTRA “Child Theme Generator”, the required php function is already part of the fresh builded child theme folder with the function.php including the generated php function …
Please enhance your Child-Theme documention to this very important extention!
*Login to see link
Thanks & Best Regards