Jump to content

[Solved] No theme/formatting showing in IE or Firefox


Recommended Posts

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 by Emzo (see edit history)
Link to comment
Share on other sites

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

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

×
×
  • Create New...