Good theme, but there seems to be an issue with featured images not displaying on the front page in IE8?
Good theme, but there seems to be an issue with featured images not displaying on the front page in IE8?
I had the same problem and found the fix, put this line of code in theme-functions.php page in the theme editor
function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}
add_action('send_headers','fix_ie8');I have the same problem , i try to follow your solution but i could not find the "theme-functions.php".
I did not get it correctly maybe.
I will be happy if you would help me
thx
I will be happier if you guys could create your own threads out of courtesy.
This topic has been closed to new replies.