Pisces_HJ Posted July 11, 2009 Share Posted July 11, 2009 error display View full size in product pageuse IE8 PrestaShop 1.2B3 Link to comment Share on other sites More sharing options...
eqilibrium Posted July 12, 2009 Share Posted July 12, 2009 Hi Pisces,Strange thing, is the first time someone posts about this, but in fact, if you don't do something, IE8 will place some elements of our shops out of order, to fix that:Place the following HTML META tag into the HEAD element of each Web page - in header.tpl of yourtheme folder (before tags other than TITLE or META): <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>This will tell Windows Internet Explorer 8 to render each page as Windows Internet Explorer 7 would, fixing your Web site.Best of luck ;-) Link to comment Share on other sites More sharing options...
Pisces_HJ Posted July 12, 2009 Author Share Posted July 12, 2009 Hi Pisces,Strange thing, is the first time someone posts about this, but in fact, if you don't do something, IE8 will place some elements of our shops out of order, to fix that:Place the following HTML META tag into the HEAD element of each Web page - in header.tpl of yourtheme folder (before tags other than TITLE or META): <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>This will tell Windows Internet Explorer 8 to render each page as Windows Internet Explorer 7 would, fixing your Web site.Best of luck ;-) place <meta http-equiv=“X-UA-Compatible” content=“IE=EmulateIE7”/>still error,can't solve the problemmust fix js\jquery/thickbox-modified.js- &&/MSIE 6\.0/i.test(window.navigator.userAgent)&&!/MSIE 7\.0/i.test(window.navigator.userAgent);+ &&/MSIE 6\.0/i.test(window.navigator.userAgent)&&!/MSIE 7\.0/i.test(window.navigator.userAgent)&&!/MSIE 8\.0/i.test(window.navigator.userAgent);sorry ,my English is poor.正确的修改方法应该是修改js\jquery/thickbox-modified.js文件将&&/MSIE 6\.0/i.test(window.navigator.userAgent)&&!/MSIE 7\.0/i.test(window.navigator.userAgent);修改为&&/MSIE 6\.0/i.test(window.navigator.userAgent)&&!/MSIE 7\.0/i.test(window.navigator.userAgent)&&!/MSIE 8\.0/i.test(window.navigator.userAgent);我是在下面链接看到这个解决方法的:http://www.5alin.com/article.asp?id=208 Link to comment Share on other sites More sharing options...
cerberus22 Posted August 14, 2009 Share Posted August 14, 2009 There seems to be a problem with the code supplied by eqilibrium (this happens sometimes as the forum dosent like some types of code and alters it), look here and copy the example and paste it into the header tpl (as eqilibrium says)http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspxI had a problem with alignment on my product page after upgrading to ie8 and this solved my problem.All the best,Cerberus22 Link to comment Share on other sites More sharing options...
Recommended Posts