• Can anyone help me out, website was working fine on all browsers, but after I upgraded to 3.5 from 3.4.2 it seems to be completely messed up on some Internet explorer browsers but not all (????)…Firefox and chrome seem to be fine:..also wpbakery visual editor does not work at all on anything…this is really jamming my business up…and I have no clue how to make it work universally again???

    Please help!!!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Maybe I found a solution. I had the same problem with ie9 and saw it was running on compatibility mode….don’t know why.
    However, i solved it putting on the header.php the following meta:

    <meta http-equiv=”X-UA-Compatible” content=”IE=edge” >

    header.php on line 1. This meta tells IE to run as the highest version possible, hiding the compatibility view button.

    Hope it helps…
    cheers
    Alex

    michaellee99

    (@michaellee99)

    Hoz1982 you are a life saver! Added the code you posted and fixed my problem. Thank you!!

    nonyx9

    (@nonyx9)

    Thanks to Hoz1982 so easy solution.

    However, i solved it putting on the header.php the following meta:

    <meta http-equiv=”X-UA-Compatible” content=”IE=edge” >

    header.php on line 1. This meta tells IE to run as the highest version possible, hiding the compatibility view button.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘WordPress 3.5 upgrade causing issues on some Internet explorer browsers’ is closed to new replies.