Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Kandence Child-Theme integration – syle.css file not shown / missing for editing

Home / Forums / Kadence Theme / Kandence Child-Theme integration – syle.css file not shown / missing for editing

This topic is: Not a support question
[Not a support question]
Posted in: Kadence Theme
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!

Thanks & Best Regards

  • The forum ‘Kadence Theme’ is closed to new topics and replies.