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

Cherry Zen Template Support Thread

Views: 844,975

Results 781 to 800 of 3,245
29 Jan 2008, 3:14 AM
#781
tracib avatar

tracib

Zen Follower

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

Cherry Zen Template Support Thread

I am loving this template and happy with the changes I have been able to make.

How can I change the size of the font in the product description? I would like it to be a little smaller.

THANKS!

29 Jan 2008, 3:26 AM
#782
tracib avatar

tracib

Zen Follower

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

Re: Cherry Zen Template Support Thread

Oh, I figured out how to change the font size in the product description. On my stylesheet.css I added:

font-size:90%;

to product description so it looks like this:

#productDescription {
border:1px solid #bfbfbf;
margin-top:20px;
clear:both;
font-size:90%;
}

Now I want to figure out how to change the size of the text in the sidebar.

29 Jan 2008, 4:24 PM
#783
tracib avatar

tracib

Zen Follower

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

Re: Cherry Zen Template Support Thread

Is there a way to change the color of the bars in the middle? The ones that say things like "New Products For January"? I'd like it to match the color I'm using for my sidebox headers.

Thanks!

29 Jan 2008, 4:41 PM
#784
jmcgov avatar

jmcgov

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue thank you for taking a look at it, I truly appreciate all the help you are with us less than skilled people. (And I mean that sincerely I appreciate you taking the time.) I got it fixed, I was missing a line of code. Just proves if all else fails read the directions AGAIN LOL

29 Jan 2008, 5:10 PM
#785
darktowerhobbies avatar

darktowerhobbies

New Zenner

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

Re: Cherry Zen Template Support Thread

OK is there a way to make the side boxes either adjust to the text size instead of text wrapping for example in my categories it makes it confusing to figure it out.

I dont really want to change the text size only because it would make it harder to read.

Suggestions please

Here is the site http://www.darktowerhobbies.com

29 Jan 2008, 9:59 PM
#786
tracib avatar

tracib

Zen Follower

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

Re: Cherry Zen Template Support Thread

tracib:

Is there a way to change the color of the bars in the middle? The ones that say things like "New Products For January"? I'd like it to match the color I'm using for my sidebox headers.

Thanks!

I figured it out--it's in the stylesheet.css

#cartSubTotal, h2.centerBoxHeading, .rowOdd {
background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}

change the #e8e9e9 to the color you want. To see what the code was, I opened up a graphic that was the color I wanted, then pasted it into the css, and it worked!:clap:

29 Jan 2008, 10:27 PM
#787
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

darktowerhobbies:

OK is there a way to make the side boxes either adjust to the text size instead of text wrapping for example in my categories it makes it confusing to figure it out.

I dont really want to change the text size only because it would make it harder to read.

Suggestions please

Here is the site http://www.darktowerhobbies.com

You'd need to either rename it, or make the sideboxes larger. :-) There's instructions to do that in the readme, in the "TIPS" section, #4.

29 Jan 2008, 10:28 PM
#788
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

tracib:

I figured it out--it's in the stylesheet.css

#cartSubTotal, h2.centerBoxHeading, .rowOdd {
background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}

change the #e8e9e9 to the color you want. To see what the code was, I opened up a graphic that was the color I wanted, then pasted it into the css, and it worked!:clap:

:flex::clap::flex::clap:

30 Jan 2008, 6:46 PM
#789
rramirezb avatar

rramirezb

New Zenner

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

Re: Cherry Zen Template Support Thread

Hello,
I've downloaded and installed your template for a site. It looks very nice, but I'm haveing a couple of problems
I would like to have the product listing in columms, but when I try to install the sql patch (from ZC admin9 it gives the next error:
"Error Failed: 2
Error ERROR: Cannot insert configuration_key "" because it already exists
Error ERROR: Cannot insert configuration_key "" because it already exists
Warning Note: 2 statements ignored. See "upgrade_exceptions" table for additional details."

I've already set up products and categories... is not possible to instal the patch with products already set?

30 Jan 2008, 11:00 PM
#790
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

rramirezb:

Hello,
I've downloaded and installed your template for a site. It looks very nice, but I'm haveing a couple of problems
I would like to have the product listing in columms, but when I try to install the sql patch (from ZC admin9 it gives the next error:
"Error Failed: 2
Error ERROR: Cannot insert configuration_key "" because it already exists
Error ERROR: Cannot insert configuration_key "" because it already exists
Warning Note: 2 statements ignored. See "upgrade_exceptions" table for additional details."

I've already set up products and categories... is not possible to instal the patch with products already set?

Maybe you've already installed this mod before? Do you have an option under "Configuration", "Product Listing", "Product Listing - Layout Style". Choosing columns will give you the column layout.

31 Jan 2008, 3:40 AM
#791
hyperlite635 avatar

hyperlite635

New Zenner

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

Re: Cherry Zen Template Support Thread

Hi, I'm having a problem. I set my left column to 180px instead of 150px, but the grey background didnt get larger. It looks bad...

Heres a link: http://epnfragrances.com/womens-g-i-c-1_220.html

Whats going on?

31 Jan 2008, 7:09 AM
#792
r_lo avatar

r_lo

New Zenner

Join Date:
Oct 2006
Posts:
29
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

hyperlite635:

Hi, I'm having a problem. I set my left column to 180px instead of 150px, but the grey background didnt get larger. It looks bad...

Heres a link: http://epnfragrances.com/womens-g-i-c-1_220.html

Whats going on?
I believe the grey background is just an image file which is 150px wide.

On a question of my own, How would I go about placing the logo above everything, e.g. above the seach box and that whole bar that pan's across...?

31 Jan 2008, 4:36 PM
#793
hyperlite635 avatar

hyperlite635

New Zenner

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

Re: Cherry Zen Template Support Thread

You are right about that, but the middle of the page isnt shrinking to compensate for the sidebox growing, so its overlapping the text in the center of the page.

31 Jan 2008, 10:26 PM
#794
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

hyperlite635:

You are right about that, but the middle of the page isnt shrinking to compensate for the sidebox growing, so its overlapping the text in the center of the page.

Make sure you follow all the instructions in the readme.txt for changing the left sidebox width.

31 Jan 2008, 10:34 PM
#795
janetelise avatar

janetelise

New Zenner

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

Re: Cherry Zen Template Support Thread

I just downloaded the template, and so far, everything looks good - except 1 problem: on the product page, the attributes are under the image, and the add to cart button is overlapping the left and center columns. (see: Product Page )

I have tried a few things and searched though some of this long thread, but haven't found much that has helped. :no:

Any ideas?

1 Feb 2008, 12:18 AM
#796
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

janetelise:

I just downloaded the template, and so far, everything looks good - except 1 problem: on the product page, the attributes are under the image, and the add to cart button is overlapping the left and center columns. (see: Product Page )

I have tried a few things and searched though some of this long thread, but haven't found much that has helped. :no:

Any ideas?

Read the readme.txt, the installation instructions, you didn't set the product image width in the admin.

1 Feb 2008, 5:02 AM
#797
vitalwares avatar

vitalwares

New Zenner

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

Re: Cherry Zen Template Support Thread

Hi Jade,

What an awesome template !!!

Thank you so much.

I have run into a problem with the css flyout menu though, when I installed it the image hover effect stopped working so I have 3 questions:

  1. Is there an integrated version of this template with the css flyout menu ?

  2. Are the two not compatible ?

  3. Is there any way to make both work togather ?

Your help is much appreciated..

1 Feb 2008, 9:10 AM
#798
vidan avatar

vidan

New Zenner

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

Re: Cherry Zen Template Support Thread

notice any error? thanks.... please take a time to see.

1 Feb 2008, 2:07 PM
#799
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

vitalwares:

Hi Jade,

What an awesome template !!!

Thank you so much.

I have run into a problem with the css flyout menu though, when I installed it the image hover effect stopped working so I have 3 questions:

  1. Is there an integrated version of this template with the css flyout menu ?

  2. Are the two not compatible ?

  3. Is there any way to make both work togather ?

Your help is much appreciated..

There's no reason why the two would not work, the issue is you don't have includes/templates/YOUR_TEMPLATE/jscript/jscript_imagehover.js

uploaded.

1 Feb 2008, 2:16 PM
#800
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

vidan:

notice any error? thanks.... please take a time to see.

Please post smaller images in the future.
Does adding this to your stylesheet help?

* html #navColumnTwo {
    margin-right: -170px !important;
    }