jmcamps Posted October 1, 2012 Share Posted October 1, 2012 Hello, Brand new default installation of Prestashop 1.5.0.17, in which I have had only added one product for testing purposes, is not displaying correctly (please see attached file) in IE9. Home page does but once you leave it to go to any other page everything is shown like a mess. In Mozilla or Chrome is shown correctly. Can anybody help me?, I thing this must happends to everyone as this is happenning wit the default theme. What can I do? Thanks. Jose Maria Link to comment Share on other sites More sharing options...
Kay van Aarssen Posted October 1, 2012 Share Posted October 1, 2012 Do not use PS 1.5 for production. because its not stable yet Link to comment Share on other sites More sharing options...
Rak Posted October 16, 2012 Share Posted October 16, 2012 (edited) Try this solution, it's work on my site. (www.elec2rak.com) http://uncorkedstudi...-block-css-bug/ just added zoom: 1; into grid_prestashop.css /* Grid >> Global ----------------------------------------------------------------------------------------------------*/ .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 { float: left; display: inline-block; zoom: 1; position: relative; margin-right: 20px; One notice of header.tpl file the original is <div id="left_column" class="column grid_2 alpha"> {$HOOK_LEFT_COLUMN} </div> as I checked, no column in grid_prestashop.css that refer to. I'm not sure that is the correct solution but I had removed it out. or patch with this file http://www.elec2rak.com/th/158-default-theme-prestashop-1510-fixed-for-ie-browser-patch.html Edited October 16, 2012 by Rak (see edit history) Link to comment Share on other sites More sharing options...
Eddewit Posted October 16, 2012 Share Posted October 16, 2012 It seems that IE9 can only handle up to 32 CSS files and Prestashop uses quite a lot of small CSS files. I found this info here: http://prestashop-theme-maker.com/2012-10-02/ie7-ie8-ie9-32-css-files-only-vs-prestashop/ Link to comment Share on other sites More sharing options...
Recommended Posts