I have download cherry_zen template, when its viewed in IE7 it looks ok.
when I view it in foxfire, I get the blue background. www.weezeesgifts.com
Has any one else had this problem. Or can someone help met to correct it.
I have download cherry_zen template, when its viewed in IE7 it looks ok.
when I view it in foxfire, I get the blue background. www.weezeesgifts.com
Has any one else had this problem. Or can someone help met to correct it.
Always test in firefox because IE seems to ignore page errors. My guess is that you have accidently deleted a </div> somewhere and so your page is not formatted correctly. Perhaps use firebug in firefox to see if all your <div> are closed?
Does anyone know how I can put a solid banner picture in cherry zen, instead of having a little logo in the top left? I want a solid image as a header.
The documentation that comes with Cherry_zen tells you how. Read that.
Keenedge
Great Job!
How do i get the grey bar to appear below the categories on the header?
Hi,
Is there a way I can apply an image to the "background", the area behind the main site box (where the shadow is)...If that makes sense.
Thanks
Pete
FORUM:
# a public meeting or assembly for open discussion
#An online discussion group, where participants with common interests can exchange open messages.
# a public facility to meet for open discussion
Hello,
Yes you can!! Very easy.
Go to includes/templates/cherry_zen/css/stylesheet.css
########################################################################################################################_
Now find this code:
/* other background color or image changes */
body {
background:#84A4C1; /* main site background color, blue default */
}
########################################################################################################################__
Next remove the color and insert a picture link:
/* other background color or image changes */
body {
background:url("../images/logo.gif"); /* main site background color, blue default */
}
########################################################################################################################_
Remember to load the picture to your server first.
I hope this helps you.
Make sure you upload the image to includes/templates/YOUR_TEMPLATE/images/ folder.
LJL is right but if you need a repeat you can do this to.
background:url("../images/whatever.jpg");
or
background:url("../images/whatever.jpg") repeat;
if it needs to repeat itself.
Are there specific dimensions that work best, I have tried a couple of images but nothing shows?
Thanks
Pete
FORUM:
# a public meeting or assembly for open discussion
#An online discussion group, where participants with common interests can exchange open messages.
# a public facility to meet for open discussion
yes they are. Make sure you clean your catch in FF and FF before you view.
http://www.zen-cart.com/forum/showth...=72703&page=48
Bookmarks