Child Theme - somethin' ain't right, y'all...
So, after creating one site the "bad" way, i.e. modifying the crap out of core classipress files (and not keeping track of what I did), therefore making it un-upgradable, I am creating the sister site to my first site the "right" way - with a child theme. Or I'm trying to anyway...
I've got this weird problem... My site now has NO css.
Here's my style.css file:
Code:
/*
Theme Name: KingwoodPets.org (Child of ClassiPress 3.1.9)
Theme URI: http://www.kingwoodpets.org
Description: Primary Theme for KingwoodPets.org
Author: Lauren Shwarts | Shwarts Design
Template: classipress
Version: 1.0
*/
@import url("../classipress/style.css");
Note - I did have the second @import tag in there, but still had the same problem. I deleted it trying to troubleshoot.
My child theme is located in
wp-content/themes, as it should be. WordPress recognizes it and let me activate it.
Here is a screenshot of the effect:
Screen Shot 2012-09-08 at 2.18.27 PM.jpg
Oh, and I did follow Seth Carsten's tutorial on how to create a child theme, and DID change the "Disable Core CSS," as he said to.
Anyone have any ideas what's going on??