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

Cherry Zen Template Support Thread

Views: 844,711

Results 2,101 to 2,120 of 3,245
19 Oct 2008, 02:02
#2101
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

chris32882:

sorry bout that,thats fixed now

http://www.themccormickshop.com

Since you are using such a large logo, your site won't get as narrow as my test site, so you can change the width of #rightFloat:

#rightFloat {
float:left;
width:45%;
}

to maybe 65% or so.

19 Oct 2008, 03:12
#2102
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Since you are using such a large logo, your site won't get as narrow as my test site, so you can change the width of #rightFloat:

#rightFloat {
float:left;
width:45%;
}

to maybe 65% or so.

Alright, thanks :)

20 Oct 2008, 16:48
#2103
micmed avatar

micmed

Zen Follower

Join Date:
Mar 2008
Location:
The Free South
Posts:
165
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hey Jade, I am having fun with your template. I am earnestly trying to get a handle on CSS. If you look at my site https://www.thecablestation.com I just can't seem to get it to get rid of the L/R scroll bars when display is at 1024x768.

20 Oct 2008, 20:19
#2104
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

micmed:

Hey Jade, I am having fun with your template. I am earnestly trying to get a handle on CSS. If you look at my site https://www.thecablestation.com I just can't seem to get it to get rid of the L/R scroll bars when display is at 1024x768.

That sounds right, and you can see my test site does the same... a tiny little bit of scrollbar.

To make the site smaller, open up stylesheet.css and find the width section, and follow the instructions there (and there are more instructions in the readme file)

/* site and main content width section */

html>body {
width: auto;
}

#nw {
width:80%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. /
max-width:1300px; /
prevents the main content from getting wider than 1300px in sites other than IE /
min-width:1000px; /
this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}

/* IE only. Controls Width of Site and Main Content*/

  • html #nw {
    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 /
    }
    /
    end IE only /
    /
    end site and main content width section */
21 Oct 2008, 07:00
#2105
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

how do I make the website auto size it self depnding on screen resolution of each person?

21 Oct 2008, 07:04
#2106
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

also, I would like to add the paypal verified along side my header logo and the credit cards I accept on the other side...is this possible? How do I go about doing this?

21 Oct 2008, 10:07
#2107
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

chris32882:

how do I make the website auto size it self depnding on screen resolution of each person?

Try google, that's more complicated than I'm ready to tackle. :blush:

21 Oct 2008, 10:08
#2108
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

chris32882:

also, I would like to add the paypal verified along side my header logo and the credit cards I accept on the other side...is this possible? How do I go about doing this?

You could either add it to your logo, or add it as a tagline image in the stylesheet.css.

21 Oct 2008, 16:18
#2109
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

You could either add it to your logo, or add it as a tagline image in the stylesheet.css.

I added both graphics as a tagline image and now I have alot of white space underneath the graphics

as you can see here: http://www.themccormickshop.com

21 Oct 2008, 21:36
#2110
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

chris32882:

I added both graphics as a tagline image and now I have alot of white space underneath the graphics

as you can see here: http://www.themccormickshop.com
Replace your sections of the below with this:

#paypal {
 float:left;
    }
#creditcards {
float:left;
    }
#logo {
width:500px;
float:left;
}
21 Oct 2008, 22:25
#2111
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Replace your sections of the below with this:

#paypal {
float:left;
}
#creditcards {
float:left;
}
#logo {
width:500px;
float:left;
}


alright will do, is the way I did it not good? and which caused the white space?

Alright done, it eliminated the space but the paypal graphic and credit card graphics need to come down more
22 Oct 2008, 08:29
#2112
division avatar

division

New Zenner

Join Date:
Apr 2008
Posts:
14
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

http://www.cybernet-online.net

Hi,

You know there is the links below the banner image on the top of the page.

How do you centre it as it has all merged to the left?

Thanks

Darrel

24 Oct 2008, 19:22
#2113
darktowerhobbies avatar

darktowerhobbies

New Zenner

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

Re: Cherry Zen Template Support Thread

I would like to add an additional button in the upper right next to the home my account shopping cart etc. what file are these included in and what would nee to be added?

Thanks in advance

24 Oct 2008, 19:55
#2114
stuff4toys avatar

stuff4toys

Totally Zenned

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

Re: Cherry Zen Template Support Thread

darktowerhobbies:

I would like to add an additional button in the upper right next to the home my account shopping cart etc. what file are these included in and what would nee to be added?

Thanks in advance
Take a look at your /includes/templates/YOUR_TEMPLATE/common/tpl_header.php right around line 42
JOhn ><> :eek:

26 Oct 2008, 10:44
#2115
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

What a Great Template !!

Thank you Jade, installation was easy and changes were easily implemented.

Thanks again,

Frank

see it in action at:
https://www.frnt.org/zencart

27 Oct 2008, 04:10
#2116
sohard avatar

sohard

New Zenner

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

Re: Cherry Zen Template Support Thread

Need some help!

the sitebox can not show on the website, the categories disappear .
I guess i make a mistake to do "Install SQLPatch".

The following is used only to remove this mod:

#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

Could anyone tell me how should i do this step exactly?

Any help would be appreciated!!

27 Oct 2008, 06:26
#2117
webbydeb avatar

webbydeb

Zen Follower

Join Date:
Oct 2008
Location:
Denver, CO
Posts:
65
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I love this template, but I can't get my ezpages to appear anywhere. Is this a bug or is there some way I can fix this manually.

I also would like to place a sidebox in the header, but am unsure how to get that done. I want to put the live support box there.

Any help is appreciated, and thanks for making such a nice template!

27 Oct 2008, 06:46
#2118
webbydeb avatar

webbydeb

Zen Follower

Join Date:
Oct 2008
Location:
Denver, CO
Posts:
65
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

webbydeb:

I love this template, but I can't get my ezpages to appear anywhere. Is this a bug or is there some way I can fix this manually.

I also would like to place a sidebox in the header, but am unsure how to get that done. I want to put the live support box there.

Any help is appreciated, and thanks for making such a nice template!

Never mind, I found out that I needed to set a sort order for the ez pages to appear. Once I did the sort, voila!

27 Oct 2008, 21:11
#2119
tradrockrat avatar

tradrockrat

New Zenner

Join Date:
Oct 2008
Location:
Texas
Posts:
18
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

That is not a link to a zen cart site.

Did you turn them on at "Tools", "Layout Boxes Controller"?

It's alright - I pulled the site and put up the old one fore now while I figure it all out - got this issue resolved - stay tuned for more questions...lol

right now I'm killing myself trying to figure out why my logo is covering up my menu on IE but not Firefox. Any ideas?

site can be seen @ https://www.quasarfinance.com/index.php

27 Oct 2008, 22:26
#2120
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

sohard:

Need some help!

the sitebox can not show on the website, the categories disappear .
I guess i make a mistake to do "Install SQLPatch".

The following is used only to remove this mod:

#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

Could anyone tell me how should i do this step exactly?

Any help would be appreciated!!

Link please?

Do you mean "sidebox" instead of "sitebox". If so, remember you have to turn the sideboxes on after switching to a new template, under "Tools", "Layout Boxes Controller" in your admin.