Child Theme Issues
-
I tried searching the forums, but every time I think I get close to an answer, the topic shoots off in a different direction or the only relevant part is a ‘thread hijacker’ that gets told to make their own thread, which they don’t. So if I am missing something please redirect me there.
I am attempting to build a child theme from ‘twentyten’ for a customer. However, I keep getting an error. I haven’t had much issue in the past, so I am confused. I use this link https://codex.www.ads-software.com/Child_Themes to build the folder.
I created a folder in my themes directory so it looks like this:
/themes
../twentyten
../twentyten-childAs per the intructions, I added exactly as suggested, a single style.css file, that looks like this:
/* Theme Name: twentyten-child Description: Twenty Ten Child Theme Author: Victoria Kariolic Template: twentyten */ @import url("../twentyten/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */
However, when I go to the themes directory after upload:
Broken Themes The following themes are installed but incomplete. Themes must have a stylesheet and a template. Name Description twentyten-child Description: Twenty Ten Child Theme Author: Victoria Kariolic Template: twentyten Template is missing.
According to the article, I only need the CSS… can someone tell me what may be broken here and how I can fix it?
Steps I have taken
Tried deleting custom styles in case there was something broken there.
This returned no change in error.Added an Index.php from Twentyten.
This created a BLANK theme. Nothing showed, no content.Added Custom Header
This also had no effect even when combined with index.php NOTE: I just needed one small change to twentyten header so I copied entire file to child theme, I do not see where I would need to make adjustments to return to the parent theme files.Any help would be very appreciated!
Thank you,
niaps.
Currently, I have adjusted the original files to allow the customer to have the adjustments now while I figure out the issues. I am working at https://knowyourthyroid.com
- The topic ‘Child Theme Issues’ is closed to new replies.