Klean child theme available?
-
Hi,
I was wondering if you have a klean child theme available for download? I created one but my header image wasn’t imported (just the default one) and widgets seemed a little messed up. Is that normal?
I created the style css file as follows:
/* Theme Name: klean child theme Description: A klean child theme Template: klean Version: 1.2 */ @import url(“../klean/style.css”);
and then the functions.php using:
<?php /** * Enqueues child theme stylesheet, loading first the parent theme stylesheet. */ function themify_custom_enqueue_child_theme_styles() { wp_enqueue_style( 'parent-theme-css', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'themify_custom_enqueue_child_theme_styles', 11 );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Klean child theme available?’ is closed to new replies.