Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Don’t use a capital template letter:
Template: hueman
Thread Starter
myhero
(@myhero)
Tried that, without success:
line 1 to 11
/*
Theme Name: hueman Child
Theme URI: http://alxmedia.se/
Description: hueman Child Theme
Author: hueman
Author URI: http://alxmedia.se/
Template: hueman
Version: 1.0.0
*/
@import url(“../hueman/style.css”);
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
In which folder did you create the Child Theme?
Thread Starter
myhero
(@myhero)
I’ve created it in hueman-child
Thanks for the assistance
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Ask your hosting providers about the full directory if you’re not aware of it.
Thread Starter
myhero
(@myhero)
I have another child theme, Skeleton, and that works fine using much of the same in the style.css
Thread Starter
myhero
(@myhero)
Looks like I have an error coming from the original theme, will need to solve that first. Thanks Andrew.
EDIT: So it seems I deleted the human functions accidentally, replaced it but still no luck… bizarre
Thread Starter
myhero
(@myhero)
OM Gosh, I did not realise I was working with a multisite installation. My bad.
Anonymous User 12851872
(@anonymized-12851872)
hi,
in wp-content/themes
create a folder hueman-child
put in a style.css file that will have these codes
/*
Theme Name: hueman-child
Author: myhero
Template: hueman
*/
@import url("../hueman/style.css");
Hello, I have the same inconvenient, but slightly different. I managed to create a Child theme and it did work. It was similar to the one above (the one above I did try and it replied missing stylesheet).
The One I had created worked, but the styles were not imported, the site appeared plain, with no styles at all, in one column. Shall I create a thread? -this is my first time using support-.
Greetings from Argentina.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support