gostage
Forum Replies Created
-
Forum: Themes and Templates
In reply to: My Theme Doesn’t Show in Netscape, But Does in IEWell I installed another instance of wordpress on another server and had the same issue. After many hours of searching, and editing httpd.conf and mime.type files the solution was simple.
http://wordpress.org/support/topic/11412?replies=7#post-68510Basically you need to associate css files in your httpd.conf file:
AddType text/css .css
And also make sure there is a mime type set in mime.types (same directory as httpd.conf):
text/css css
Also note that older browsers can not see it because of the newer CSS reference:
@import url( <?php bloginfo('stylesheet_url'); ?> );
in your page.php
Hope this helps somone spend less than the hours I spent.
It would be helpful for the page.php file in wordpress 2.0 to mention the “@import url” issue.Forum: Themes and Templates
In reply to: My Theme Doesn’t Show in Netscape, But Does in IECould it be that in admin I edited the:
WordPress address (URI): http://www.rachelkamps.com/wordpress/
Blog address (URI): http://www.rachelkamps.com/blog/..and then changed it back again once I learned I’d have to change the directory name on the server.
If I re-run the 5-minute install will it overwrite the table/DB entries that I have now?
Forum: Themes and Templates
In reply to: My Theme Doesn’t Show in Netscape, But Does in IEI also have this problem and also just recently downloaded and installed 2.0 (new install). IE looks good, Moz 1.7.3. and FireFox 1.0 and 1.5 are horrible. It looks like no CSS has been processed. The content just plops out on the screen, no formatting.
I have been searching forums for 2 nights now and have found little on this issue.
http://www.rachelkamps.com/wordpress/ (still in work)
I have validated all my pages with mutltiple CSS and HTML validators. Cleared Cache. Reloaded. Different machines. Windows and Linux same result.
This happens with every 2.0 Theme I’ve tried including the 3 default ones.
Any clues?