Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Layout not displaying images or inheriting fonts

Layout not displaying images or inheriting fonts

Locked

Views: 1,910

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Jan 2008, 14:11
#1
6thday avatar

6thday

New Zenner

Join Date:
Jan 2008
Posts:
5
Plugin Contributions:
0

Layout not displaying images or inheriting fonts

I believe this may be a problem with the css involved but my store is not showing any images or inheriting fonts. It's just the base html.

Possibly a permissions problem?

Take a look here:

www.6thday.co.uk/store

Any help would be greatly appreciated.

David

15 Jan 2008, 14:24
#2
gsis avatar

gsis

Zen Follower

Join Date:
Jun 2007
Posts:
140
Plugin Contributions:
0

Re: Layout not displaying images or inheriting fonts

Check that you have your stylesheet at
includes/templates/theme005/css/stylesheet.css

If so, check the permissions. If the permission are ok I'd guess it's a toss-up between an error in the stylesheet and a genuine server error.

When I try to read yours I get an internal server error, but when I try to read mine my stylesheet is displayed. Try substituting the stock stylesheet to see if it gets used.

15 Jan 2008, 15:38
#3
6thday avatar

6thday

New Zenner

Join Date:
Jan 2008
Posts:
5
Plugin Contributions:
0

Re: Layout not displaying images or inheriting fonts

My css is located in that directory and I have set permissions to 0777...

What would cause an internal server error like this?

15 Jan 2008, 16:22
#4
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: Layout not displaying images or inheriting fonts

try renaming the /includes/.htaccess file to htaccess_OFF and see if that solves the problem....if it does then you will need to follow the advice in this tutorial https://www.zen-cart.com/tutorials/index.php?article=235

15 Jan 2008, 16:33
#5
6thday avatar

6thday

New Zenner

Join Date:
Jan 2008
Posts:
5
Plugin Contributions:
0

Re: Layout not displaying images or inheriting fonts

Problem solved - I was not aware of this issue.

Thank you for your help.