goangaus
Member
Posted 12 months ago #
Hello,
I installed this theme and it looks very nice, I have only one problem, in IE8 the posts with featured image are not displayed correctly (only a small border of the image is displayed).
You can check here http://info.fotoarmonia.ro/ .
In Firefox everything is OK.
Any ideas what is wrong?
http://wordpress.org/extend/themes/radius/
dankrosso
Member
Posted 11 months ago #
Same problem here.
Did you manage to fix it in the end?
scuderiadank
Member
Posted 11 months ago #
Discovered a temporary fix.
If you add:
function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}}
add_action('send_headers','fix_ie8');
Towards the top of your functions.php file, it should force IE8 to render the page as IE7.
It does, however, make a mess of the search field in the widgets section. As can be seen on my website: http://www.motorsportmusings.co.uk