I am trying to upload a child theme to the themes panel but it will not show. I am using Filezilla and when I make any changes on parent theme it shows up clearly but the child theme will not.
I have tried:
- A zipped folder of child theme w/ style.css file
file created w/ text wrangler - saved in UNIX file format using ANSII encoding
- I have called my hosting company and they said all is working fine.
- I was sent a working child theme from WP Volunteer Moderator and it uploads fine, but mine does not. I even used the same file from the working one, resaved with my changes and it still does not work.
My css file :
/*
Theme name: gridresponsivechild
THEME URI: http://nickschelin.com/
Description: child theme of gridresponsive
Author: Nick Schelin
Version: 0.0.1
Template: gridresponsive
*/
/* Import layout */
@import url(../gridresponsive/style.css);
Does any one have any suggestions?