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

Cherry Zen Template Support Thread

Views: 845,037

Results 2,521 to 2,540 of 3,245
4 Mar 2009, 5:22 AM
#2521
samuel_nitro avatar

samuel_nitro

New Zenner

Join Date:
Mar 2009
Posts:
1
Plugin Contributions:
0

Cherry Zen Template Support Thread

Hello Jade. Has established your template cherry_zen.
All ок, but it is not displayed logo
My site - http://nexusmarket.ru
Help to understand please.

4 Mar 2009, 1:48 PM
#2522
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

spottedhaggis:

Hi

Glad you like my made up word, kinda describes anything you like, thats problematic anyway.

ok, I see the default setting offers a fairly large margin on both sides, I would like a much smaller one, around 5-10px max width either side.

I thought I had it cracked but then I changed my resolution and found it busted rather than cracked.

Here it is as it stands now

This is pretty much how I want it to look at any resolution, now if your viewing it at a typical 1024 then it will look awfull.
Here is an image of what it looks like on my screen and resolution.

If there was an easier way to fix what I have now that would be great, took me ages, lol.

Thanks

Simply make your width 99%, remove all the min-width/max-width, etc. You don't need a min-width, as your FREE SHIPPING banner will stop the site from getting narrower than it is.

Change #navMain to a width of 700px (its currently at 750px).

This will keep the top menu from breaking into two when the browser is narrower.

Now, the reason I had a max width of 1300px, is because some people have wide monitors, and I think sites in percentages look really silly when they are all spread out. But that's just one person's opinion. :smile:

Now, I see that you changed the width of your sideboxes, but did not follow the instructions on changing the widths in my readme.txt. Then you have this conflounded chunk in your source:

<div id="navColumnTwo" class="columnRight" style="margin-right:-136px; width: 188px">

Put that back to normal (remove the margin-right:-136px), then this section in your css should look like this (you increased your sideboxes by 38px from the default 150px, so I increased each value by 38px):

.outer {
padding-left:203px;
padding-right:188px;
}
.inner {
width:100%;
}
.float-wrap {
float:left;
margin-left:-203px;
width:90%;
}
#content {
float:right;
line-height:1.6;
margin-right:-203px;
position:relative;
width:100%;
}
.contentWrap {
padding: 5px 0 5px 5px;
}
#navColumnOne {
float:left;
position:relative;
border-right: 1px solid #cccccc;
}
#navColumnTwo {
float:right;
margin-right:-188px;
position:relative;
border-left: 1px solid #cccccc;
}
* html #navColumnTwo {
margin-right:-208px !important;
}
4 Mar 2009, 1:59 PM
#2523
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

Samuel Nitro:

Hello Jade. Has established your template cherry_zen.
All ок, but it is not displayed logo
My site - http://nexusmarket.ru
Help to understand please.

You are using a logo that ends with a .png

Open up includes/languages/YOUR_LANGUAGE/cherry_zen/header.php and change logo.gif to logo.png

If you've already done that, be sure to upload the image to includes/templates/cherry_zen/images/

4 Mar 2009, 6:19 PM
#2524
micki avatar

micki

New Zenner

Join Date:
Jul 2008
Posts:
35
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

#logoWrapper {border-bottom:15px solid #000000}

change to the height and color you want.

Hi Jade:

Well, I took your advice and posted to the general for in regards to my problem with all of that extra code at the top of my header . I was edited with my beloved Expression Web and it really messed things up. Now I'm using Coffee Cup Direct FTP and really love the program (user friendly). I am going through one file at a time. There is a lot of files with that funny looking code at the top and removing as I go. The site is looking much better.

I put a border around my header to give you an idea of what I mean when I say I would like a divide line between the header and the body of my site. Could you please take a look at Paradise Embroidery Designs to see what I've done. I don't want the green border at the sides of my header, just the green border that runs across the bottom, but I can't get it to run across the entire length of the site. If I could get your EzBar to work that would do the trick. Maybe when I get all of the other fixes done the EzBar will show up. One question about your EzBar. Can I change the grey colour to dark green?

I'm a bit nervous about trying to add the div line to your template because I don't want to mess the whole thing up.

Thanks

4 Mar 2009, 7:20 PM
#2525
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

Micki:

Hi Jade:

Well, I took your advice and posted to the general for in regards to my problem with all of that extra code at the top of my header . I was edited with my beloved Expression Web and it really messed things up. Now I'm using Coffee Cup Direct FTP and really love the program (user friendly). I am going through one file at a time. There is a lot of files with that funny looking code at the top and removing as I go. The site is looking much better.

I put a border around my header to give you an idea of what I mean when I say I would like a divide line between the header and the body of my site. Could you please take a look at Paradise Embroidery Designs to see what I've done. I don't want the green border at the sides of my header, just the green border that runs across the bottom, but I can't get it to run across the entire length of the site. If I could get your EzBar to work that would do the trick. Maybe when I get all of the other fixes done the EzBar will show up. One question about your EzBar. Can I change the grey colour to dark green?

I'm a bit nervous about trying to add the div line to your template because I don't want to mess the whole thing up.

Thanks
Did you not try this?
#logoWrapper {border-bottom:15px solid #000000}

but replaced with the green you want to use?

4 Mar 2009, 9:40 PM
#2526
micki avatar

micki

New Zenner

Join Date:
Jul 2008
Posts:
35
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Did you not try this?
#logoWrapper {border-bottom:15px solid #000000}

but replaced with the green you want to use?

I hope that I'm looking in the right spot. Went into includes/templates/cherry_zen/css/stylesheet.css and found this code...

}
#logoWrapper {
width:auto;
}
#logo {
float:left;
padding-left:15px;
text-align:center;

Am I supposed to put the {border-bottom:15px solid #4A5F5A}
right beside #logoWrapper and do I leave the next line alone...width:auto;

Please be patient with all the questions...my first site and I am learning as I go :D

4 Mar 2009, 10:57 PM
#2527
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

Micki:

I hope that I'm looking in the right spot. Went into includes/templates/cherry_zen/css/stylesheet.css and found this code...

}
#logoWrapper {
width:auto;
}
#logo {
float:left;
padding-left:15px;
text-align:center;

Am I supposed to put the {border-bottom:15px solid #4A5F5A}
right beside #logoWrapper and do I leave the next line alone...width:auto;

Please be patient with all the questions...my first site and I am learning as I go :D
Open stylesheet.css

paste this into it.

#logoWrapper {border-bottom:15px solid #000000}

Doesn't matter where. :smile:

4 Mar 2009, 11:22 PM
#2528
micki avatar

micki

New Zenner

Join Date:
Jul 2008
Posts:
35
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Open stylesheet.css

paste this into it.

#logoWrapper {border-bottom:15px solid #000000}

Doesn't matter where. :smile:

:clap: Thank-you so much!! That has been driving me nuts for 2 weeks now. Fixed so easy and oh so pretty now.

Wow..I think I'm actually ready to add some products to this site. Don't really know who's building this...you or me.

Now I think that I'm good to go and won't be bugging you anymore.

:hug:

5 Mar 2009, 9:47 AM
#2529
spottedhaggis avatar

spottedhaggis

Zen Follower

Join Date:
Dec 2005
Location:
Maidstone, Kent, UK
Posts:
310
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi again

I made all the changes you suggested and they worked a treat, I thank you for that.

I have only one small issue to iron out, hopefully your expertise in this template should fix it with ease.

The main content could be slightly wider, as you will see there is a slightly larger gap on the right than the left, but I cannot seem to find where this is located to make the alteration.

Can you help please, many thanks.

I think if I change the content from a margin of -203 to -230 that centers the content better.

8 Mar 2009, 4:34 PM
#2530
charlz71 avatar

charlz71

New Zenner

Join Date:
Feb 2009
Posts:
17
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hello,

I can't find any thread about the category list showing up on top, in the header area. How can i remove it?

Also, how can i put a pointer for each category and subcategory such as an arrow image or something in the category sidebox?

Thanks a lot. By the way, after searching for a nice template, i never realized that I have already downloaded your Cherry Zen template but never had the chance to use it, only now. Should have done this long before. The look is great!

Francis

8 Mar 2009, 5:14 PM
#2531
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

charlz71:

Hello,

I can't find any thread about the category list showing up on top, in the header area. How can i remove it?

Also, how can i put a pointer for each category and subcategory such as an arrow image or something in the category sidebox?

Thanks a lot. By the way, after searching for a nice template, i never realized that I have already downloaded your Cherry Zen template but never had the chance to use it, only now. Should have done this long before. The look is great!

Francis

"configuration", 'layout settings", "category Tabs Menu"

I think you can style the category and subcategory images with the tags for those links. View the source of the page, find the links you want styled, and you'll see something like "<a class="category-top"

then use .category-top in the css to add a background image.

9 Mar 2009, 12:18 AM
#2532
charlz71 avatar

charlz71

New Zenner

Join Date:
Feb 2009
Posts:
17
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thanks a bunch Jettrue.. you're an angel..

Francis

11 Mar 2009, 8:30 PM
#2533
gofer_p avatar

gofer_p

New Zenner

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

Re: Cherry Zen Template Support Thread

How can I make the categories tab under the logo to have tabs like this template.

I also would like to know how to get my sidebox categories to highlight which category a customer is on just like this template.

Thanks in advance

12 Mar 2009, 3:19 AM
#2534
jgatliff avatar

jgatliff

New Zenner

Join Date:
Mar 2009
Posts:
10
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I just installed this template and I have a quick question. I want the search box on the right but when I movced it to that side the alignment is off.

Please take a look.

http://www.gfanashville.com/

I tried searching for the answer here but was unsuccessful.
JG

12 Mar 2009, 5:15 PM
#2535
rufusclc avatar

rufusclc

Zen Follower

Join Date:
Sep 2008
Location:
San Diego
Posts:
159
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi -
quickie question - should Lightbox 1.5 now work with your great Cherry template? Rufus

12 Mar 2009, 5:37 PM
#2536
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Cherry Zen Template Support Thread

It works well with this template

14 Mar 2009, 7:59 PM
#2537
charlz71 avatar

charlz71

New Zenner

Join Date:
Feb 2009
Posts:
17
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi,

I have this unusual layout in my checkout shipping page. The shipping option label and the radio button are not aligned with each other horizontally. I dont know how it happened but Im trying to locate the file controlling its layout but after hours of painstakingly trying, I think im not moving. Hope someone could help. Here's the layout of the checkout page where the problem occurs. Thank you very much in advance.


16 Mar 2009, 8:13 PM
#2538
jazz3300 avatar

jazz3300

New Zenner

Join Date:
Jan 2009
Location:
Maryland
Posts:
5
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I want to thank you for this template, it was easy to install and your instructions gave step by step which made it easy to modifications.

I just have one question:

I am helping a friend with her website, I was able to change the bar colors to yellow, but she wanted a navy blue background, this made the entire footer disappear.

Is there any way to change the font color for the entire footer information? See the site here: http://partycakesnthings.com/store/

I am still working on it, but really need help with the footer. Thanks!

17 Mar 2009, 1:40 AM
#2539
esugrue avatar

esugrue

Zen Follower

Join Date:
Jun 2004
Posts:
182
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi!

I am trying to add an additional link to the header bar on my CZ install. (Where it says STORE HOME / LOGIN etc). I have managed this through editing the Header files and linked it fine.

However the text I am using for the label makes it run to two lines.

I have had a look at the .css where I'm guessing the width of each label is defined and have changed a few but seem to only mess it up more.

What .css value must I change to make each label wider or have less padding so the longer label name will fit on one line

eg: rather than:

LABEL ITEM | LOGIN | HOME |
ONE | | |

I want LABEL ITEM ONE | LOGIN | HOME

Thanks
Ernie

20 Mar 2009, 4:57 PM
#2540
jfoster1980 avatar

jfoster1980

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

All of the language files for this template are not uploaded in the correct spot.

I am getting this same error with your Cherry Zen Template Where are the language files supposed to be placed? Thanks in advance!