Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #181920

    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/

    #181946

    <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.

    #181968

    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

    #181975

    Does not solve the problem :(

    http://postfiles13.naver.net/20131029_172/zominzoo_13830370102587QAE8_JPEG/screwcompressor_co_kr_20131029_180152.jpg?type=w1

    your demopage, too.

    IE – F12(Developer Tools)
    Browser Mode: Internet Explorer 9 (Compatibility View) (B) : CHECKED

    help! Remove the check!

    • This reply was modified 11 years, 2 months ago by zominzoo.
    #182789

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Compatibility View will disappear.’ is closed to new replies.