• Resolved 757455

    I’m so confused. I’ve searched my stylesheet and can’t figure out why I’m having font problems. If a person looks at my posts one at a time, the font is fine. But when you select HOME, everything shows in courier new. This includes the sidebar, too. Oh, I take that back. The only thing that shows correctly in this view is the introduction, which still shows in Trebuchet MS.

    Does anyone know how to correct this? Has anyone had the same problem? I’ve been up and running for a year, maybe? It started suddenly a couple of days ago.

    Any help would be greatly appreciated.

    Lynn

Viewing 9 replies - 1 through 9 (of 9 total)
  • Putting on the broken record: Whats is the url to your blog? How can we help you without being able to look at it???

    Thread Starter 757455
    Thread Starter 757455

    I don’t know if bumping is allowed, here (this is my first time), but I’m really stumped. Does anyone have an idea of what’s up with the problem I have? Thanks for any help.

    Lynn again

    Thread Starter 757455

    ‘K, I just tried reloading the theme files. Now I’ve screwed up my banner and intro. This is getting frustrating.

    Thread Starter 757455

    Got my banner and intro back to normal, but I’m STILL having problems with the font — ONLY in the HOME view. Daily posts are fine. This is really driving me NUTS! I’ve checked the stylesheet, and I can’t find the problem. I must be looking at the wrong thing? I thought the stylesheet was the only place you could control fonts. Hmmm…

    Hey Lynn, I guess I’m not seeing the issue in Firefox 3 – did you get it sorted out?

    I do see that you have a few validation errors – one of which is missing end tags that could definitely affect the display in some browsers.

    You might want to fix as many of the validation errors as you can. It may take a little time, but should be worth it. 🙂

    Thread Starter 757455

    Hi! Thank you! Um, well, I didn’t get it fixed, but it seems to have gone back to the right font the last two posts. Very odd. I’ll go back and see if I can see what you’re talking about. Thank you so much for the advice!

    just a wild guess, its probably a Flash of Unstyled Content (FOUC) its a rare bug on IE. Looking at your stylesheet tag there is “unneeded space” and will need a bit of trimming.

    find inside your theme header.php

    <style type="text/css" media="screen">
    		@import url( http://www.completelyunfinished.com/blog/wp-content/themes/organic-10/style.css );
    	</style>

    replace with :

    <style type="text/css" media="screen">
    /*<![CDATA[*/
    @import url('<?php echo wp_make_link_relative(get_bloginfo('stylesheet_url'));?>');
    /*]]>*/
    </style>

    Thread Starter 757455

    Hmmmm. . . I tried that, and it didn’t work, so I put it back the way it was. I’m afraid to leave it there until I find out just what’s screwing the fonts in the sidebar up, etc. After I find it, then I can replace that for good, I think. Thank you for trying!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Font problem’ is closed to new replies.