I’m still working on it offline, haven’t signed up to a hosting provider yet. Thanks though 🙂 I’ll register now and post a link shortly.
Thanks
Hi TCooper did you ever manage to resolve your issue? I think I am experiencing similar behavior.
I have downloaded pilot-fish and created a child theme called pilot-fish-child as per http://codex.wordpress.org/Child_Themes
I have activated my child theme and can view the site with the parent style.css. Any changes I make are not being reflected. As part of my testing I tried removing the import line for the parent style.css and when I do this the page still displays with parent style.css. I have tried emptying out the cache when I refresh the page.
Any advice would be much appreciated.
here is how I set up the style.css
/*
Theme Name: Pilot Fish Child
Theme URI: http://example.com/
Description: Child theme for the Pilot Fish theme
Author: magemaker
Author URI: http://example.com/about/
Template: pilot-fish
Version: 0.1.0
*/
@import url(“../pilot-fish/style.css”);