Our site is now live http://www.dmtispatial.com and it does not render properly at all in Internet Explorer 11. We had no issue during development. Please help! It looks perfect on Safari, Chrome and Firefox – only internet explorer is an issue. Unfortunately, this is the most used browser for our customers.
Hi!
Can you post a screenshot of your view? here’s how it looks on my end – https://www.dropbox.com/s/7cuj5irlmarmce7/Screen%20Shot%202015-06-04%20at%207.45.10%20PM.png?dl=0
Regards,
Josue
Maybe you have some caching functionality / plugin that only differs wether you are logged-in or not.
Regards,
Josue
Hi Josue – the issue appears to be wide spread – it is intermittently impacting users with IE11 across the organization. Do you have any ideas on how we can figure out the root of the problem?
Hi Josue – we have resolved the issue by forcing IE9 compatibility in the header.php file by adding the following line of code:
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE9″>
That seems to have addressed the issue completely.
Hope this helps others as well!