Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here.

    Did you manage to fix it in the end?

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Radius] Featured Image not working in IE’ is closed to new replies.