Fonts appear to be transparent on some of the pages or for some div IDs of the css. Once the page loads the fonts don't seem to be appearing at all! but when we go to the next tab and just type anything in the address bar and return back the fonts appear normally! I am attaching the images before and after we access the next tab. URL for the site: http://www.quirkoshop.com/ultra_mini_table_fan it works fine with FF and Chrome.

Comments

davideads’s picture

Nice catch. I'll look into it.

Vinay Punyamurthy’s picture

Thanks davideads :)
looking forward for your solution...

nocas’s picture

Assigned: Vinay Punyamurthy » Unassigned
Category: support » bug

I've had this IE7 problem with Cufon before installing this module (which I did on the hopes it would fix anything I might have been doing wrong). So I think it's a Cufon bug.

pixelenvy’s picture

If you add {zoom: 1;} to any 'cufonified' text in an ie7 specific stylesheet, it should sort it out. I've just had this issue, though not using the module.

Logan_Yupp’s picture

There are some incompatibilities with the doctypes used. Read more here:

http://wiki.github.com/sorccu/cufon/styling

gillesbailleux’s picture

Hi pixelenvy,

I added {zoom: 1;} to the IE7 specific stylesheet of my site's theme but it did not work:

h1 {
  zoom: 1;
}

It is only when I added the following script in page.tpl.php that IE7 displayed the h1 properly:

<script type="text/javascript"> 
	Cufon.replace('h1', { fontFamily: 'MyFontName' });
</script>

Unfortunately, there is now an error message at the bottom left corner of IE8...

teodor.sandu’s picture

Subscribing, Cufon is not working for me on either IE 7 or 8. I've tried all tips and tricks. Though it looks like pvinayv solved this issue on http://www.quirkoshop.com/ . Please share with us how you did it :)

teodor.sandu’s picture

Ok, solved it. It seems that in my case I had around 40 css files, and cufon's css file wasn't in the first 31, thus it was not taken into acocunt by ANY version of IE! So just go to Administer -> Site Configuration -> Performance and check "Optimise CSS", it did the trick for me when everything else failed.

Vinay Punyamurthy’s picture

Priority: Critical » Normal
Status: Active » Fixed

Exactly thats what I had also done..... Even before I replied to you... you got the solution... great!!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.