pemeclama Posted November 10, 2011 Share Posted November 10, 2011 I wonder if some kind soul can guide me ... I try to explain "briefly". If I open my site inFirefox, Chrome or Safari, I get the header without any problem: But if I open it with explorer 8, I get out of position some elements:.Also, the left column appears under the central column. The strange thing is that if you click on any product, items mysteriously return into their place. And if I open it with explorer 9, I have more problems!! If you want to see it live at: www.unipapel.ad Any ideas on this? I've been moving global.css for 2 months and I find no solution. Thanks Friend s Link to comment Share on other sites More sharing options...
phrasespot Posted November 13, 2011 Share Posted November 13, 2011 the left column appears under the central column. locate global.css line 210, change #right_column { padding-left: 15px; width: 190px; } to #right_column { padding-left: 5px; width: 190px; } For other problems I could not work on the page, too many things going on, crashing IE8; a seizure warning may be in order in case someone with epilepsy visits that page. You also have a few elements returning 404 (a module is trying to retrieve module files from Adobe, you may want to get that fixed.) Link to comment Share on other sites More sharing options...
pemeclama Posted November 14, 2011 Author Share Posted November 14, 2011 Thanks a lot!! phrasespot. I've changed what you said, and the right column return at its place, but I've still the same problem with the header. Thanks also for your opinion of the web. I will try to have less things moving... I don't know how to solve the problem of "404 not found". It's easy? I don't know so much programming php. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 14, 2011 Share Posted November 14, 2011 Your problems are basic IE CSS issues. I would recommend adding a conditional statement to your header.tpl for IE and then creating a separate stylesheet for IE. You can then correct your IE issues using this stylesheet. It will take a little time but it isn't very difficult. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
pemeclama Posted November 14, 2011 Author Share Posted November 14, 2011 Thanks Marty Shue. That sounds interesting... Next weekend I'll try to make the sentence and see how it looks. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 14, 2011 Share Posted November 14, 2011 Let me know how it goes. I'll try to help if you have problems. Marty Shue Link to comment Share on other sites More sharing options...
pemeclama Posted December 10, 2011 Author Share Posted December 10, 2011 Hi Marty... I'm disappointed. I'd moved everything at global.css... but it does'nt work I have a month with this problem and can not find the solution. I explain. The site looks perfect in Firefox, Chrome and Safari (image etc.), but in Explorer I mismatch languages and the search box (image explorer).But more amazing is that only makes at home page! If you go to any other page, tables back where they belong. If you want to try it live: www.unipapel.ad Thanks for your time! Link to comment Share on other sites More sharing options...
pemeclama Posted December 11, 2011 Author Share Posted December 11, 2011 I forgot the image files... Sorry. Correct view --->"otros.jpg" Wrong view ---> "explorer.jpg" Link to comment Share on other sites More sharing options...
phrasespot Posted December 13, 2011 Share Posted December 13, 2011 in Explorer I mismatch languages and the search box (image explorer).But more amazing is that only makes at home page! If you go to any other page, tables back where they belong. That is because you added content outside the document and IE is reverting to quirks mode. Move the hitstats script into document body and everything will be OK Link to comment Share on other sites More sharing options...
tivicrdotcom Posted January 24, 2012 Share Posted January 24, 2012 I am also getting the quirks mode, so changes should be made to the header.tpl file? I am getting an awful site on explorer but it looks great on all other browsers. I don't notice anything irregular when viewing the code source. My site is located at http://virtualitycr.com/tienda/ thanks in advance fellow prestashoppers Link to comment Share on other sites More sharing options...
tivicrdotcom Posted January 24, 2012 Share Posted January 24, 2012 So an update, if I view the code source on explorer I can see a blank line at the very beginning whihc is triggering the quirks mode: But If I view it on mozilla de blank lines is not there, and of course my site looks the way is supposed to: I don't know how to fix it Link to comment Share on other sites More sharing options...
phrasespot Posted January 24, 2012 Share Posted January 24, 2012 I can see a blank line at the very beginning whihc is triggering the quirks mode: You have a BOM at the start of the file. When you edit, make sure you are saving the documents as encoded in UTF-8 without BOM. There is also no need to make multiple help calls for the same issue. You posted here, created a new thread with the same posts and also PMed me. Overkill. Link to comment Share on other sites More sharing options...
tivicrdotcom Posted January 24, 2012 Share Posted January 24, 2012 Thanks and I apologize for the inconvenience caused, I lost track of whether I had post it or not. And this file is the header.tpl? Simply save it without the BOM? Thanks! Link to comment Share on other sites More sharing options...
phrasespot Posted January 24, 2012 Share Posted January 24, 2012 And this file is the header.tpl? Simply save it without the BOM? true Link to comment Share on other sites More sharing options...
tivicrdotcom Posted January 24, 2012 Share Posted January 24, 2012 phrasespot, I see progress as it corrected the layout on explorer a little bit but the line is still there, what other files can cause it? Thanks again! Link to comment Share on other sites More sharing options...
phrasespot Posted January 25, 2012 Share Posted January 25, 2012 the line is still there The image you are using as logo has a white section at the top. Edit the image and trim that area, (or fill with color). Link to comment Share on other sites More sharing options...
tivicrdotcom Posted January 25, 2012 Share Posted January 25, 2012 Sure Phrasespot, that can be trimmed but the blank line still shows on view soruce code under explorer. I have encoded header.tpl with the settings: UTF=8 without BOM but even though it looks better on explorer it still triggers quirks mode. The begining of my header file looks like this: ... * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}"> <head> I have tried every possible configuration on header.tpl Phrasespot, believe me when I tell you that I appreciate your help. I have been troubleshooting this issue for hours and hours and can't seem to hit the nail. Best Regards! Link to comment Share on other sites More sharing options...
phrasespot Posted January 25, 2012 Share Posted January 25, 2012 the blank line still shows on view soruce code under explorer. I am not sure what you mean. I cannot see any blank lines in source. explorer it still triggers quirks mode. Not here. Check for browser/PS caching. Link to comment Share on other sites More sharing options...
tivicrdotcom Posted January 25, 2012 Share Posted January 25, 2012 What version of explorer are you using? I just cleared the cache on my explorer 9.0 and I still see the blank line and looks weird on this laptop but it looks good on the desktop so I should probably restart the system. I am getting this two different views: explorer view [http://virtualitycr.com/tienda/images/explorer_view.jpg] mozilla view [http://virtualitycr.com/tienda/images/mozilla_view.jpg] Again this may go away once I restart my computer! If you acces my site [http://virtualitycr.com/tienda/] and press shift+F2, do you get a quirk mode warning? I get the following warning [http://virtualitycr.com/tienda/images/quirk_mode.gif] which doesn't make sense because the quirk mode should have cleared! Link to comment Share on other sites More sharing options...
mistik777 Posted December 12, 2016 Share Posted December 12, 2016 Alguna solución?? A mi también me pasa... Hay un salto de linea o linea en blanco antes de empezar el codigo... Linea 1: Linea 2: <!DOCTYPE HTML> <!--[if lt IE 7]><html class="no-js .... Ni en el index.php ni header.tpl ni global.tpl ni index.tpl....Alguien ?? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now