Website not showing in IE10
-
My new website works in IE9 but not IE10. The only thing that appears is the tiled background, here’s a screenshot:
https://www.yarrawongamerino.com.au/screenshot.jpgThe demo site doesn’t work in IE10 either.
I deactivated the only plugin I had installed.
I turned Compatiblity View on and off.I did notice in the code that there’s no code block referencing to IE10 but there is for IE6-9. Here’s the code that I can see:
<!DOCTYPE html> <!--[if IE 6]> <html id="ie6" lang="en-US"> <![endif]--> <!--[if IE 7]> <html id="ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html id="ie8" lang="en-US"> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> . . <!--[if lt IE 9]> <script src="https://www.yarrawongamerino.com.au/wp-content/themes/twentyeleven/js/html5.js" type="text/javascript"></script> <![endif]-->
[Closed as duplicate of – https://www.ads-software.com/support/topic/twenty-eleven-website-not-showing-in-ie10?replies=5 ; please continue there ]
- The topic ‘Website not showing in IE10’ is closed to new replies.