Hi,
I'm relatively new to WordPress and this is my first time using Thematic. I've just had a great time building up a child theme on my local MAMP server. However, when I loaded thematic and the child theme to the website, the @imports of css stopped working.
I just re-downloaded and uploaded a fresh version of Thematic to the website, but it appears that all the CSS files I need are inaccessible. The style directory is here: http://aporiatheater.com/wp-content/themes/thematic/library/styles/ - the first few (18px through Default) load, but the ones I'm calling give me a 404. However, when I download them directly from the FTP, they open fine in my text editor.
I'm sure it's something very simple, but I'm stumped. Any ideas? I'll continue to play around and post if I figure it out, but if anyone has had experience with this before, I'd be extremely grateful for the help.
Thanks!
Alec
Also, for what it's worth, here's the beginning of my style.css:
/*
Theme Name: Aporia Theater
Theme URI: www.alecturnbull.net
Description: A theme for Aporia Theater
Author: Alec Turnbull
Author URI: http://www.alecturnbull.net/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/
/* Reset browser defaults */
@import url('../themes/thematic/library/styles/reset.css');
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');
/* Apply basic image styles */
@import url('../themes/thematic/library/styles/images.css');
/* Prepare theme for plugins */
@import url('../themes/thematic/library/styles/plugins.css');
*/