Hi and thanks
I’ve been trying to create a child theme, and I guess I’m doing every right, but when I go to theme, this message will come:
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
Esplanade Child Theme The parent theme is missing. Please install the “Esplanade” parent theme.
What I do, is creating a style.css with the following:
/*
Theme Name: Mio Child Theme
Description: Child theme for the Mio theme
Author: Christian Leth
Template: Mio
*/
@import url(“../Mio/style.css”);
}
And importing this to my new Esplanade-child folder in themes.. What am I doing wrong?