braulio62
Forum Replies Created
-
mydigitaladteam.com/demo/
I went ahead and added the @ import line in the child theme css, but as mentioned the child theme inherited all parent theme styles without it, thanks.
Forum: Fixing WordPress
In reply to: Error message: this child theme requires its parent theme…Thank you very much from a grateful noob.
Forum: Fixing WordPress
In reply to: Error message: this child theme requires its parent theme…Here is all the text that appears in the style.css file for my child theme:
‘/*
Theme Name: twentytwo
Theme URI: URI to your theme
Description: Twenty Twelve child theme with a twist or two
Author: Your name and a link to your site
Version: 0.0.1
Template: twentytwelve
*/
@import url(‘../twentytwelve/style.css’);Forum: Fixing WordPress
In reply to: Error message: this child theme requires its parent theme…That part is working, so visually at least I don’t seem to have a problem. Here is the code as it appears below/after the comments section: ‘@import url(‘../twentytwelve/style.css’);’
Forum: Fixing WordPress
In reply to: Error message: this child theme requires its parent theme…Yes, that’s how/why the ‘@import url….’ code is able to at least pull in the styles of the parent twentytwelve theme…
Forum: Fixing WordPress
In reply to: Error message: this child theme requires its parent theme…P.S. Thank you.
Forum: Fixing WordPress
In reply to: Error message: this child theme requires its parent theme…/*
Theme Name: twentytwo
Theme URI: URI to your theme
Description: Twenty Twelve child theme with a twist or two
Author: Your name and a link to your site
Version: 0.0.1
Template: twentytwelve
*/