Zen Cart Logo
Forums / General Questions / Site not displaying all pages correctly in Internet Explorer

Site not displaying all pages correctly in Internet Explorer

Views: 641

Results 1 to 2 of 2
4 Dec 2014, 4:20 PM
#1
traci avatar

traci

New Zenner

Join Date:
May 2012
Posts:
12
Plugin Contributions:
0

Site not displaying all pages correctly in Internet Explorer

We have recently upgraded from V150 to V151. I have discovered that our site is not displaying correctly in Internet Explorer. The home page is fine, all the brand pages are fine, the top category pages are fine also. It is when you try to look at a sub category page or a product page that there is a problem, it displays no images, the header menu formatting is gone, as well as the footer menu formatting. I am having problems trying to figure out where the problem is since some pages work fine and others are so messed up. Any help would be greatly appreciated. The site works fine in firefox, chrome and safari.

https://www.premiumselectsupplies.com/

Thank you!
Traci Hurlbut

4 Dec 2014, 4:52 PM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,792
Plugin Contributions:
14

Re: Site not displaying all pages correctly in Internet Explorer

IE should stand for Ignorant Explorer. It is the worst at figuring out what it's supposed to do.
That said, it works okay as long as it gets accurate input.
Your main page alone has nine errors including a <div> in the <head> element.```php

<div id="fb-root"></div> ```And, I've yet to find <fakeh1>, <fakeh2>, or <fakeh3> listed in any of the W3C standard calls. A LOT of the coding leaves off the closing tag. Maybe fixing all those things will work for IE and make the responsive template work better in smartphone mode. <http://validator.w3.org/check?uri=https%3A%2F%2Fwww.premiumselectsupplies.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0#result> will show you some of the things to fix.