Using child themes
-
I am testing Delicacy Version: 1.2.4.
Thanks for this theme, which looks good.
I started using a child theme, but had some errors.
I have fixed a couple:
functions.php line 160 – changed to:
include RWMB_DIR . 'metabox-def.php';
functions.php lines 234 to 240 – changed temporarily to:
//if ( get_stylesheet_directory() == get_template_directory() ) { define('OPTIONS_FRAMEWORK_URL', get_template_directory() . '/admin/'); define('OPTIONS_FRAMEWORK_DIRECTORY', get_template_directory_uri() . '/admin/'); //} else { //define('OPTIONS_FRAMEWORK_URL', get_stylesheet_directory() . '/admin/'); //define('OPTIONS_FRAMEWORK_DIRECTORY', get_stylesheet_directory_uri() . '/admin/'); //}
This stops the error messages, but there are still oddities.
My child theme only has style.css and an @import for the CSS.
Has anyone else got this to work OK with a child theme?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Using child themes’ is closed to new replies.