Zen Cart Logo
Forums / Addon Templates / Cherry Zen Template Support Thread

Cherry Zen Template Support Thread

Views: 844,937

Results 3,001 to 3,020 of 3,245
20 Jun 2010, 2:27 PM
#3001
jtheed avatar

jtheed

Zen Follower

Join Date:
Apr 2008
Posts:
356
Plugin Contributions:
2

Cherry Zen Template Support Thread

FreeArticlePublishin:

where did you find that file at I did a search of my site with filezilla and could not locate it. please suply the path. My css has got messed up after doing an upgrade to 1.3.9d all the white is missing from the page the blue background showes thru.

Your all blue background is because of this line in your stylesheet.css around line 233

body {
background:none repeat scroll 0 0 #84A4C1
}

Your saying no picture just the blue color. Either change that for some picture or add other backgrounds where you want them.

20 Jun 2010, 9:16 PM
#3002
Join Date:
Nov 2007
Location:
oregon
Posts:
70
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

JTheed:

Your all blue background is because of this line in your stylesheet.css around line 233

body {
background:none repeat scroll 0 0 #84A4C1
}

> 
> Your saying no picture just the blue color. Either change that for some picture or add other backgrounds where you want them.

I'm using the default css with no changes to it I am temporarly changing background color to white so site looks better. here is all lines in css with body { tags

Line 33  /* other background color or image changes */
        body {
 	  background:#84A4C1;    /* main site background color #84A4C1, blue default */
           }




Line 76  body {
	color:#000;  /* main site font color*/
}




Line 128  html>body {
    	       width: auto;
}


Line 233  body {
 	  font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
	  font-size:73.5%;
	  margin-top:20px;
}
20 Jun 2010, 9:52 PM
#3003
Join Date:
Nov 2007
Location:
oregon
Posts:
70
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

JTheed:

Your all blue background is because of this line in your stylesheet.css around line 233

body {
background:none repeat scroll 0 0 #84A4C1
}

> 
> Your saying no picture just the blue color. Either change that for some picture or add other backgrounds where you want them.

I got this from the W3C CSS Validator 

138 * html #nw Value Error : width Parse Error expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth 1048? "1000px" : "80%"))


Here is the code from stylesheet.

{
width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}


With the new upgrades to zen cart wonder if this is throwing everything off anyone know the correct fix for that line. Other then that css validates perfectly.  I do have the back ground changed to white for now.
20 Jun 2010, 10:10 PM
#3004
Join Date:
Nov 2007
Location:
oregon
Posts:
70
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

update I comminted out the code below site validates as proper css but still have the background issue. those lines are not needed any more with new versions of ie and firefox.

FreeArticlePublishin:

I'm using the default css with no changes to it I am temporarly changing background color to white so site looks better. here is all lines in css with body { tags

Line 33 /* other background color or image changes /
body {
background:#84A4C1; /
main site background color #84A4C1, blue default */
}

reason for error was not css it had to do with help side box removed it from colum and site is fine. So after updating to latest zen 1.3.9d live help side box threw off the css some how.

Line 76 body {
color:#000; /* main site font color*/
}

Line 128 html>body {
width: auto;
}

Line 233 body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:20px;
}

20 Jun 2010, 10:19 PM
#3005
earnest_enterprises avatar

earnest_enterprises

New Zenner

Join Date:
Oct 2009
Location:
Great Northwest
Posts:
80
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Where in the .css would I change the font size for just my product listing under my left "Categories" column heading?

I've checked the .css but it isn't clear where I might do that. Some of my product categories are a little lengthy and they drop down to the next line along with the product count in that category.

I could change my column width (which I've done previously already and wouldn't want it any wider than it already is) or shorten my product category titles but would rather retain them.

My thought is a slightly smaller font may adjust each product title and keep each on their own product category line. Not all of my product category listings do this and it isn't readily apparent without going through all the product categories.

Here's a screenshot of what's happening:

Attachment #7705

I'm sure it's an easy fix I've obviously overlooked in the .css.

Thanks for any help with this...

http://www.earnest-enterprises.com

20 Jun 2010, 10:29 PM
#3006
Join Date:
Nov 2007
Location:
oregon
Posts:
70
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Latest zen version 1.3.9d latest cherry version 1.7 if adding the side box live help throws the css off for site some how background color comes thru every where. Has anyone ran into this and if so how did you fix would like the live help back as soon as possible. Thank You.

8 Jul 2010, 1:08 PM
#3007
apeek avatar

apeek

New Zenner

Join Date:
Jul 2010
Posts:
1
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hey Quick question.
I am trying to figure out how the #navMain hover effect.

here is link to test site..
http://andrewpeek.info/bigfootcamo/

I do not want the tan lines to go away when hovered over, but can not find what the background is replaced with once it is hovered over...

I believe the tabright is just deleted and the header.gif image is the background?

8 Jul 2010, 8:17 PM
#3008
akki avatar

akki

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

using cherry zen cart template column grid works for category but displays only 1 product in a row for all products and new products product layout is set to columns can anyone help me in this regard because i searched for the thread related to my problem but could not find any

9 Jul 2010, 7:52 AM
#3009
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

apeek:

Hey Quick question.
I am trying to figure out how the #navMain hover effect.

here is link to test site..
http://andrewpeek.info/bigfootcamo/

I do not want the tan lines to go away when hovered over, but can not find what the background is replaced with once it is hovered over...

I believe the tabright is just deleted and the header.gif image is the background? Do you have the Firebug plugin installed? You can "Inspect Element" and look at the styles that apply to it. Google Chrome, Apple Safari and Opera all have something similar.

BTW I get the 403 Forbidden error when I go to that link.

12 Jul 2010, 5:21 AM
#3010
bimo_in_bali avatar

bimo_in_bali

New Zenner

Join Date:
Jan 2009
Location:
Earth
Posts:
36
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi, I hope somebody can help me with this,

1.I've managed to make the homepage to show no sideboxes and put a large image, but there is a white space between the image and the top menu, tried to modify css but nothing happened.

2.My right site has no shadow, looks like my site is to big for it? I try to change the site width, but nothing happened.

Thank you in advance for any advices.

Bimo

19 Jul 2010, 1:15 AM
#3011
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi, iam using the cherry zen template, i want to get rid of the left & right colums on the site, i got rid of my left column, but is is still displaying a colour bar where the column was, want to get rid of it, or change it to white.

Would appreciate anybody who can help me, my site is:

o g t u k.com/index.php?main_page=

(Without the spaces)

Tried inspecting it with Firebug with firefox, but it wont let me click the colour bar.

Hope somebody can help, Thanks :bigups:

19 Jul 2010, 1:24 AM
#3012
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Managed to change it through /includes/templates/cherry_zen/images/sidebox.gif :clap:

But it is still not displaying a shadow on the right, any ideas anybody?

Thanks

28 Jul 2010, 5:02 AM
#3013
cuteflying avatar

cuteflying

New Zenner

Join Date:
Jul 2010
Posts:
1
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Very surprised to see this thread is still active!! I'm a newbie to zen cart, and just installed this cherry zen template couple days ago. Have to say, this is a superb template! I especially like the idea of listing products in columns :)

My site is still under construction, just came across some problems here when trying to get things organized.
http://www.yucci-style.com/

  1. I have english and chiese simplified languages installed on the zen cart. When i switch to english language, and back to chinese language again (which brings me to link http://www.yucci-style.com/index.php?main_page=index&language=gb), the whole page is blank. But it works totally fine if i access through just main site yucci-style.com. Would it be i accidentally changed the encoding / CHMOD properties for one of the language folder/files?
  2. As you can see, logo and banner are in ... very awkward positions.... How can i get logo and banner to lay side by side, nicely under the "home"+"log in" tabs? And because this template is a "fluid" width site, how do i determine the size of the banner? And what size would the banner normally be?
  3. Right under the banner, there are 2 categories named "Tang Tang Cross Stitch" "Venas Cross Stitch", I turned the "display categories on main page" off already, but it's still there... anyway can get ride of it? does it need to be editted in php files?

Thanks a lot!!!

11 Aug 2010, 10:42 PM
#3014
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi,
I just picked up a rebuild on a store for a new client and need some help ( first off the credits will be going back in for Jade if someone can give me the original footer code please.

2nd part if you look at this page http://thediabloshop.com/index.php?main_page=product_info&cPath=2&products_id=2
I need the product description and attribute box to be wider I have tried everything and it doesn't work (everything to my limited knowledge). Read through all pages here and nothing helped me. maybe I have been staring at it too long but if someone could guide me in the right direction I'd appreciate it.

Thanks Clay

11 Aug 2010, 11:03 PM
#3015
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I got it to be wider, but honestly don't know what I did. i was playing around in the tpl_product_info_display.php file. But they still don't align properly and well the customer wants it to, however if I could remove the lines I would do that too :-)

12 Aug 2010, 2:15 AM
#3016
tat2nu avatar

tat2nu

Zen Follower

Join Date:
Jan 2005
Posts:
178
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I use that template and I am pretty sure that you only need to make some changes in the stylesheet.css file for the widths and alignment. As for Jade's credit you can just download the template from the free mods section and get all of the original code that you want.

Marc

12 Aug 2010, 3:27 PM
#3017
chuck41 avatar

chuck41

New Zenner

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

Re: Cherry Zen Template Support Thread

Good Morning
I need some help I am lock out of my admin page or c-panel for my Zent Cart website I do not know what happen but when I try to go to my admin page to log in to my admin page it says access denied this has never happen before. I have I think the new version of Zent cart but have not uploaded to the new upgrade that just came out as of yet web site was designed in 2006 I will find out about the version of Zen I am running. can you please help me to regain access to my admin page. thank you URL:http://www.hotfashions4u.com

16 Aug 2010, 2:54 AM
#3018
jayne514 avatar

jayne514

New Zenner

Join Date:
Aug 2009
Posts:
21
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi
I have just loaded this fabulous template but I have some problems with the layout.
The sidebox on the right sits outside the sidebox column
The product image sits over the title and attributes.
The add to cart sits incorrectly.
Thanks in advance for any help
Site is https://www.findsforfabulouswomen.com.au

17 Aug 2010, 3:54 PM
#3019
ladyink avatar

ladyink

Zen Follower

Join Date:
Oct 2007
Posts:
105
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Here is what the problem is... Sorry that I can't quite put my finger on what is wrong...

Attribute images- I have a dropdown box to select the color and sample colors as attribute images. I'd like to have the 4 color choices lined up horizontally under the dropdown box. When I switch to the classic template- I get that- perfect actually! However, I'm using the Cherry Zen template and I have 2 colors on one line- next to the dropdown box and 2 underneath. There's a bunch of space between them (I don't need that) and I just can't get them to go where I need them to be. I've compared files for quite some time- checked the css and I'm just not seeing what the difference is.

You can take a look at carolinaid (dot)com/index.php?main_page=product_info&cPath=33_35_40_84&products_id=9357

Any thoughts are welcome!
Nancy

22 Aug 2010, 5:10 AM
#3020
cshellca avatar

cshellca

New Zenner

Join Date:
Aug 2010
Posts:
12
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Just installed this template..the read me file is very comprehensive!! Thanks for that!! I have managed everything on my own - so far...but am very very new to this and don't write code...ha..

I have one small thing I would like to adjust..there seems to be a big gap of white space under my Logo..and am wondering how to remove that extra space..??

You can see it here...any help would be appreciated!

http://shuruba.com/zencart/

Thanks
Shelley