child theme does not import the mother theme Appearance
-
hello guys
i’m using Aspen theme in my site:
https://www.meitav-hashemesh.co.il
i’m trying to create a child theme, so i can change some commands in the css file, and other php files.
that’s how i built it:
/*
Theme Name: Aspen Child Theme
Theme URI: https://aspentheme.com
Description: aspen Child Theme
Author: Bruce Wampler
Author URI: https://weavertheme.com
Template: aspen
Version: 1.0.0
*/@import url(“../aspen/style.css”);
/* =Theme customization starts here
——————————————————- */
the capital letters are exact as they should be
(the same as parent theme).
the weird is that some of the parent theme design, imported to the child theme but not all of it. so the site looks messed up
inside the child theme directory i have except from the style.css file also 404.php, index.php, notes.txt, screenshot.png, that i copied from the child demo theme in the original aspent theme
what is wrong and how can i fix it
thanks in advance
Meitav
- The topic ‘child theme does not import the mother theme Appearance’ is closed to new replies.