I haven’t tried it in Kubrick, but do you have “@import url( <?php wp_stylesheet(); ?> );” in header.php?
Yup, I got that from the original wordpress and putting in the end part from the readme that came with the plugin
Are you using the style switcher or the theme switcher? For the theme switcher, you must do this:
@import url( <?php bloginfo('stylesheet_url'); ?> );
I’ve tried both and neither worked for me. But I get the same error for both, the plugins work flawlessly for the index page but goes back to the default style when clicking on a permalink page
Omg… this is the coolest thing ever. Thank you so much Ryan for all your help 🙂 It has worked perfectly, you were absolutely right I had http://www. in the wordpress address and http:// in the blog adress. You rock dude!
Glad you got it, I added the theme switcher and style switcher to my themes just to make sure they both work (and they do).
In doing so, however, I noticed that though each added theme works fine, the default wp theme now just brings up a blank page. Does your default theme still work?
I had a problem with that, I actually deleted a bunch of regular files (in the root directory not in the wp-content) and put in the untouched files I got from the archive when I downloaded wordpress 1.3a4, and the blank page has gone now.