06/04/2014 at 5:32 pm
#293016
Participant
Thanks for all of your help Steven.
We got it working.
The fix:
We found that our theme had hardcoded the “XU-A-Compatible” tag inside it. The offending code was in the header.php file.
In it, it had…
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
We changed the “IE=EmulateIE7” to “IE=edge”.
Thanks again for your help!