Closed (fixed)
Project:
AT Commerce
Version:
7.x-3.0-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2012 at 22:31 UTC
Updated:
22 Nov 2012 at 21:30 UTC
I have built a Drupal site using the AT Commerce subtheme and it simply won't load any page content in any IE except 9.
Chrome and FF all work fine.
Address is www.alicestewartjewellery.co.uk for reference. Is this a matter of changing a theme setting or something that is beyond the capabilities of the theme?
Thanks,
Paul
Comments
Comment #1
Jeff Burnz commentedCannot reproduce.
Comment #2
Jeff Burnz commentedHang on, yes I can reproduce this on your site, but not with my test site, so something is wrong with your site.
I think there is broken markup in the header, did you edit the page template?
If you view the page with no style, in IE8 look under the menu View > Style > No Style, you will see all the content with no CSS, but you can see its all too big, especially below the header, and looking at the markup I can see the closing h1 tag for the site name is incorrect:
Its using
<h1/>instead of the correct</h1>.This is likely to mess up IE8 and below because they are very sensitive to broken markup (when not in quirks mode). Indeed I was able to reproduce this locally.
Comment #3
paulfield05 commentedAh Jeff this is brilliant - thanks for the quick response.
Yes I'd tweaked the AT Commerce sub theme and made an error on my title tag which FF/Chrome have handled better than IE.
All works fine now!
Great support so thanks again.
Comment #4
Jeff Burnz commentedAwesome, glad you got it sorted!