I don’t speak English well.
I’m using a theme from Korea.
Theme have errors in IE 9.
In Chrome there is no problem.
When I access the site, Compatibility View will disappear.
My Homepage, your demo page, …
Mega Menu is not properly sighting.
Menu is arranged in a vertical column.
In addition, Screen 2/3 show, and the rest will be sorted in the following.
My website address, http://www.screwcompressor.co.kr/
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
If you use a tag on, The problem is solved.
But, applies to html document.
Please tell me how to apply it to wordpress.
Hey!
You can use thw wp_head hook. Add following code to the bottom of functions.php
add_action('wp_head','avia_print_meta_data', 10);
function avia_print_meta_data(){
echo '<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">';
}
Best regards,
Peter
Does not solve the problem :(
your demopage, too.
IE – F12(Developer Tools)
Browser Mode: Internet Explorer 9 (Compatibility View) (B) : CHECKED
help! Remove the check!
Hi!
I’m not getting that behavior on my end when checking with IE:
http://tinypic.com/r/2z9joqs/5
You might try checking the browser and make sure it doesn’t have any add ons or settings that are forcing it into compatibility mode.
Best regards,
Devin