Emzo Posted July 6, 2013 Share Posted July 6, 2013 (edited) So I just started using Prestashop 1.5.4.1 yesterday and have been editing away in Chrome and all was fine. I then went to check how the site was looking in IE and Firefox and there was no theme/template enabled for some reason. I'm using the default theme. The link is: www.fazex.co.uk/presta (currently still a mess but you get the idea). I looked around the forum for a bit for help and tried this little fix (which may have nothing to do with it), changing: /themes/.htaccess /modules/.htaccess change: FilesMatch to Files I would be grateful for any help as I have no idea what I have done to it... Edited July 8, 2013 by Emzo (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 8, 2013 Share Posted July 8, 2013 what you mean by "there was no theme/template enabled" ? you're talking about back office Modules tab + prefernences > themes ? can you please clarify your issue? Link to comment Share on other sites More sharing options...
Emzo Posted July 8, 2013 Author Share Posted July 8, 2013 There is no theme in the front end, what the customer will see. For example there is no background and the alignment is all off. It displays fine on Chrome and Safari. However on IE and Firefox it looks as if the css file has not been loaded. Here are links to what it looks like in Chrome and IE (couldn't get them to attach on here, not sure what image files are supported). http://tinypic.com/r/2dv1oyb/5 http://tinypic.com/r/a6r07/5 Hopefully that makes sense now. Link to comment Share on other sites More sharing options...
vekia Posted July 8, 2013 Share Posted July 8, 2013 okay i tested your page once again you've got a little mistake in the global.css file take a look: html{color:#000;background: url(../img/main_bg.gif;} you have to close url( there is no ")" the code should looks like: html{color:#000;background: url(../img/main_bg.gif);} Link to comment Share on other sites More sharing options...
Emzo Posted July 8, 2013 Author Share Posted July 8, 2013 You are an absolute legend. I can't believe I didn't notice that. Serves me right for not editing in a proper editor. I shall mark this as solved now, thanks for your help! Link to comment Share on other sites More sharing options...
vekia Posted July 8, 2013 Share Posted July 8, 2013 you're welcome if you've got any other questions - feel free to continue discussion here or just create new threads we are here to help you :-) regards! Link to comment Share on other sites More sharing options...
Recommended Posts