Slideshow and Filmstrip galleries won’t display in Internet Explorer 10
Solutions:
By adding a small line of text to the header.php file, we can force Internet Explorer 10 to open in Internet Explorer 9 Compatibility Mode.
Either via FTP or through your web hosts Admin Area / CPanel, head to your WordPress files. Navigate to wp-content > themes > photocrati-theme > header.php
Open the header.php file, and add the following code to the end of line 42:
<meta http-equiv=”X-UA-Compatible” content=”IE=9″ />
the end result for line 42 should be this:
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><meta http-equiv=”X-UA-Compatible” content=”IE=9″ />
Save your header.php file, and you should be all set. Internet Explorer 10 will now automatically open in Internet Explorer 9 Compatibility Mode.