WP theme help

Putnam Junior

New member
Mar 18, 2009
103
1
0
Hey guys I been working on this wordpress theme and once I finished I realised the comments on IE7 show up as blank boxes that you have to hover over in order to see it.

the site is RecessionCare

How would I make it so it keeps the comments visible as it does in FF and chrome.
 


so you've been working on this theme? (does that mean you've just taken the Arclite theme from digitalnature + removed the footer?) ;)

checkout the comments on the project page for the theme, lots of folks talk about it with the developer (and there are about 12 different ways of DIY fixing it) - http://digitalnature.ro/projects/arclite/

but a quick fix (after you make sure to update the theme.. he released a new version last week) would be to remove the table styling in the css file:
------
table td, table th, table tr, table tr:hover td{
background: none;
border: 0;
}
-------
 
so you've been working on this theme? (does that mean you've just taken the Arclite theme from digitalnature + removed the footer?) ;)

checkout the comments on the project page for the theme, lots of folks talk about it with the developer (and there are about 12 different ways of DIY fixing it) - Arclite | Digital Nature

but a quick fix (after you make sure to update the theme.. he released a new version last week) would be to remove the table styling in the css file:
------
table td, table th, table tr, table tr:hover td{
background: none;
border: 0;
}
-------
I meant like making my pages with the theme and haha yeah I am a idiot at this stuff so yeah....
removing footer = great accomplishment!

and thanks for the tips ill try it out.
 
hey on second glance i noticed the updated version of his theme now includes a css file specifically for ie... should fix the problem right up (so just upgrade the theme).. you'll lose any 'customizations' but i mean come on now, how long does it take to cut out a bunch of links in the footer? (i will suggest you just add a nofollow to the developers link instead of removing it.. he's one hellova nice guy who releases shit all the time for free)
;) gl

also, if u decide just to use the code snippet i provided, it's supposed to REPLACE what you have in the css file for table td, table th, table tr, table tr:hover td..... you'll have to search for it in the code to swap it out.
 
hey on second glance i noticed the updated version of his theme now includes a css file specifically for ie... should fix the problem right up (so just upgrade the theme).. you'll lose any 'customizations' but i mean come on now, how long does it take to cut out a bunch of links in the footer? (i will suggest you just add a nofollow to the developers link instead of removing it.. he's one hellova nice guy who releases shit all the time for free)
;) gl

also, if u decide just to use the code snippet i provided, it's supposed to REPLACE what you have in the css file for table td, table th, table tr, table tr:hover td..... you'll have to search for it in the code to swap it out.
hey really thanks for the help i got my shit done after three days of trying. +rep