Closed (fixed)
Project:
Cufón
Version:
6.x-1.0-beta4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 09:23 UTC
Updated:
4 Aug 2010 at 14:00 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| after_next_tab_load.jpg | 56.54 KB | Vinay Punyamurthy | |
| initail_load.jpg | 52.26 KB | Vinay Punyamurthy |
Comments
Comment #1
davideads commentedNice catch. I'll look into it.
Comment #2
Vinay Punyamurthy commentedThanks davideads :)
looking forward for your solution...
Comment #3
nocas commentedI'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.
Comment #4
pixelenvy commentedIf 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.Comment #5
Logan_Yupp commentedThere are some incompatibilities with the doctypes used. Read more here:
http://wiki.github.com/sorccu/cufon/styling
Comment #6
gillesbailleuxHi pixelenvy,
I added
{zoom: 1;}to the IE7 specific stylesheet of my site's theme but it did not work:It is only when I added the following script in page.tpl.php that IE7 displayed the h1 properly:
Unfortunately, there is now an error message at the bottom left corner of IE8...
Comment #7
teodor.sandu commentedSubscribing, 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 :)
Comment #8
teodor.sandu commentedOk, 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.
Comment #9
Vinay Punyamurthy commentedExactly thats what I had also done..... Even before I replied to you... you got the solution... great!!