Tagged: IE8, Internet Explorer 8
Fullscreen slider is not loading properly in IE8, http://awesomescreenshot.com/03b2c8zze7
The tabs are not showing up properly either, http://awesomescreenshot.com/0102c90afa
Hi glozemedia!
Please try updating Enfold theme to the latest version 2.5.2 and check if that helps.
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi!
Can you try adding following code to Functions.php file in Appearance > Editor and check if that helps?
add_filter('wp_headers', 'cdfie_add_header');
function cdfie_add_header($headers)
{
$headers['X-UA-Compatible'] = 'IE=edge,chrome=1';
return $headers;
}
Cheers!
Yigit
Hey!
Can you try this plugin and see if that helps? http://wordpress.org/plugins/selectivizr/
Cheers!
Devin
I’ve asked Kriesi to take a look at this and another few topics all relating to IE8 which is suddenly having issues with this past update.
Almost all latest IE8 issues (no fullscreen slider, width problems) are reported by my client.