10/21/2015 at 1:40 pm
#351250
Keymaster
@ Kylie
The theme is forcing IE to use IE7 emulation which is causing the images to break. Connections uses the modern HTML5 img srcset attributes to display images. This is not supported in IE7 emulation mode.
To fix this you will need to edit the theme and remove this line:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
My best guess is that this would be in the theme’s header.php file.
There is no harm in removing this both IE6 and IE7 have less than a percent global browser share. Really anyone still using those browsers have much larger issues when browsing the web in general, as most sites wouldn’t display correctly nowadays.
Hope that helps!
