Thanks for your Help.
![]()
I have just done a fresh install of Zencart 1.3.8a and the cherry_zen template. I also want to add the image handler contribution.
In reading the documentation for the image handler it says to check for duplicate files first before uploading the files. I HAVE found duplicate files (gifs, etc.) on my server so I haven't as yet uploaded the image handler files.
I know the demo of cherry_zen has the image handler working in it. How was this done without over-writing existing files?
Thanks to one and all for Zencart and all the great contributions (including cherry_zen!)
Keenedge
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.
Bookmarks