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

Cherry Zen Template Support Thread

Views: 844,991

Results 921 to 940 of 3,245
3 Mar 2008, 3:36 AM
#921
cwcgroup avatar

cwcgroup

New Zenner

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

Cherry Zen Template Support Thread

On the categories listed in the sidebar, is there a quick way to get rid of the

"->"

After each of them. My eyes are blurring and I can't quite find where to do that. I want to make it so any new categories won't have it generated.

Thanks!

Dave

3 Mar 2008, 3:58 AM
#922
cwcgroup avatar

cwcgroup

New Zenner

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

Re: Cherry Zen Template Support Thread

AHAH! I found it!! :clap:

3 Mar 2008, 5:16 AM
#923
ashton0603 avatar

ashton0603

Zen Follower

Join Date:
May 2007
Posts:
109
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

  1. Paragraphs.... you are not using them right. Paragraphs should look like this:
<p>Paragraph Text Here</p> <p>Second Paragraph Here</p>
  1. Links... you don't have them coded right either. You have links on that page like this:

<a href="http://personalized2perfection.net/index.php?main_page=index&cPath=61_2**</a>**<font color="purple"><b><u>CHILDREN'S BOOKS!</u></b></font>

Should be like this:

<a href="http://personalized2perfection.net/index.php?main_page=index&cPath=61_2**"><font color="purple"><b><u>CHILDREN'S BOOKS!</u></b></font></a>**

  1. Centered text... you changed this:

#nw {
text-align:left;
vertical-align:top;
margin:0 auto;
}

> 
> 
> ```
#nw {
    text-align:center;
    vertical-align:top;
    margin:0 auto;
    }
  1. What banners? If they are truly turned off, then, they won't show.

  2. Fedex issue... not sure, that's not part of the template, I'd ask that in another thread... I'm really not sure.

You have been great. Thanks for that. I didn't recheck my coding since it was working in the last template I was using. Again, thank you for correcting me. I must have been learning from the wrong people...:oops:

with number 3: changing the coding....this will have the default standard/ meaning if I want centered text, I will have to code it in <center></center> right?:cry:

3 Mar 2008, 10:40 AM
#924
dml311071 avatar

dml311071

New Zenner

Join Date:
Sep 2006
Location:
Grimsby UK
Posts:
98
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Ashton0603,

 
[html] 
<center></center>
[/html]

is deprecated, this is a posh way of saying that you shouldn't use it anymore. Not because some bolt of lightning will strike you but because it will cause you confusion when coding.
The stylesheet should do all (99%) of the layout for you. If you separate layout from content then you will keep things simpler overall, especially when your site is dynamically generated, like ZenCart.
the logic of the stylesheet will become appreant very quickly as long as you don't overthink it.

 
#nw {
    text-align:center;
    vertical-align:top;
    margin:0 auto;
    }

means: make all text in the div id nw centred, align with the top of the parent div box and with a zero top and bottom margin, but style everything (not just text) with an equal left and right margin.

so, if you were to take the <body> element and style it in the css thus:

body {text-align: center}

then all text within the body will be centred.
Remember though that stylesheets have a hierarchy too, so if you take in individual element or division(div) and style it separately after another rule then that statement will be followed, so:

 
body {text-align: center}
 
p {text-align: left}

would mean, all text is centred, but <p> text is align to the left.

to understand the flow though:

 
p {text-align: center}
 
p {text-align: left}

in the same stylesheet, in this order would mean that all <p> text is aligned left, because that rule came last and is therefore adhered to.

Correct use of the stylesheet will mean that <center></center> as with other inline styles will become obsolete to you (for the most part). Rightly so, imagine having to go through 12Mb of code looking for all of the tags inline with the html/php!

Hope that this helps!

Dave

3 Mar 2008, 2:37 PM
#925
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
Location:
Colorado
Posts:
77
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

If one doesn't want a right side bar -- how does one make the left side bar and the main center segments wider to use that space?

Also, where can one change the style of the footer? The "main font" isn't visible on the background I chose. So I either need a background or a way to change JUST the footer font.

https://www.alovelything.com

3 Mar 2008, 3:23 PM
#926
dml311071 avatar

dml311071

New Zenner

Join Date:
Sep 2006
Location:
Grimsby UK
Posts:
98
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Lovely,

Jet(true) has included the instructions on precisely how to do this in the read_me text. Print it off and follow the css instructions under the heading TIPS.
It's a little too much to cut and paste into here.

Regards

Dave

3 Mar 2008, 4:58 PM
#927
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
Location:
Colorado
Posts:
77
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thank you, Dave. I didn't realize the instructions were there for the columns!

3 Mar 2008, 7:22 PM
#929
nfm avatar

nfm

New Zenner

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

Re: Cherry Zen Template Support Thread

Okay, I had created separate thread for this, but I haven't had an actual answer in 2 or 3 days now. I'm beginning to think that maybe it's something to do with the template...and I use Cherry Zen.

I have the reviews sidebox turned on. However it ONLY shows the first review in alphabetical order in the sidebox. How can I make it show a random review in the sidebox?

3 Mar 2008, 11:44 PM
#930
sirenk avatar

sirenk

New Zenner

Join Date:
Mar 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hello! Thanks for the template! I am having a small (or I hope it's small) problem however. I got it working perfectly for IE7 and Firefox, however on IE6 the right column is all jacked up. For reference please look at this site using IE6 (you might need to have your resolution set at 800X600) - http://www.conspicuouschick.com/zencart/index.php

What seems to be happening, is the reviews column is over lapping the top and bottom of the page - covering up the navigation menu at the top - it's also missing the grey background.

Please advise. Thank you!

4 Mar 2008, 1:37 AM
#931
weezee avatar

weezee

Zen Follower

Join Date:
May 2006
Location:
Louisiana
Posts:
259
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

timjbart:

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.

Theese are the only two files i have changed:

a:hover {
color:#ff0000; /* color when links are hovered over */
text-decoration:none;

nw {
width:80%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. /
max-width:1200px; /
prevents the main content from getting wider than 1300px in sites other than IE /
min-width:900px; /
this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px.
I downloaded a fresh cherry zen and compared the files to my files and I couldn't find a </div> that was different or not on my files. so the must be something else wrong with it the reason it shows different in IE and foxfire.

4 Mar 2008, 4:35 PM
#932
sirenk avatar

sirenk

New Zenner

Join Date:
Mar 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

In addition to the below problem for which I'm awaiting a response, can someone tell me how to change the image backgrounds used in the red template? I have gone into the cherry_zen "red" images folder and replaced those with the images I'd like to use (tab tops for the menu and a 150px w rounded image for the sidebox image) but the changes are not taking effect. In fact, i went so far as to delete all the images from that folder just to remove the current images, and they still remain? While everything I'm reading says that these images are located in the red images folder, they're obviously being served from elsewhere. Please advise. Thank you! Oh and any help with the pre-existing question would be greatly appreciated as well. Thank you

SirenK:

Hello! Thanks for the template! I am having a small (or I hope it's small) problem however. I got it working perfectly for IE7 and Firefox, however on IE6 the right column is all jacked up. For reference please look at this site using IE6 (you might need to have your resolution set at 800X600) - http://www.conspicuouschick.com/zencart/index.php

What seems to be happening, is the reviews column is over lapping the top and bottom of the page - covering up the navigation menu at the top - it's also missing the grey background.

Please advise. Thank you!

5 Mar 2008, 3:50 AM
#933
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Jatocar:

Hi
I've just installed Cherry Zen template all went OK, apart from the problem with the left hand side boxes as you can here, http://www.indigosilvergems.com the Categories are half way down the page.

Anyone know a fix for this, all help welcome.

Thanks.

I'm having the same exact problem. All col. settings are at 150px - but the left column on IE6 only is way down at the bottom. I've tried fixing it several ways with an IE6 style sheet to no avail. I've run the validator and the item not validating are only concerned with php links - so I'm at a loss here. the site is here Any help is really appreciated.:dontgetit

5 Mar 2008, 4:29 AM
#934
cwcgroup avatar

cwcgroup

New Zenner

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

Re: Cherry Zen Template Support Thread

I am having a hard time figuring out why I cannot get my 3 different size images to view? I am doing it exactly as the book says, using the _MED and _LRG suffices, they are in the proper directories, but all three pictures showing up are the root image.

Also is there a list the explains what all the image that are listed in the CONFIGURATION>IMAGES directory are? The book is dismal, stating that they are self-explanatory. Bull to that. Some certainly are, but holy cow, there are a lot I can't figure out what they mean and what they refer to?

I would appreciate some suggestions. thanks

5 Mar 2008, 8:06 AM
#935
candylea avatar

candylea

New Zenner

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

Re: Cherry Zen Template Support Thread

Hi Love the template

Need help
Wondering if you could help with my links in the header, I have attached a image to show you what headings I would like, some external and some will be Ez-pages in the header. I Have changed font colour but have trouble with the alignment off them as well.

I have worked out it's the page tpl_header.php but the code has got me confused

Thanks to all that can help

5 Mar 2008, 11:53 AM
#936
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

SirenK:

In addition to the below problem for which I'm awaiting a response, can someone tell me how to change the image backgrounds used in the red template? I have gone into the cherry_zen "red" images folder and replaced those with the images I'd like to use (tab tops for the menu and a 150px w rounded image for the sidebox image) but the changes are not taking effect. In fact, i went so far as to delete all the images from that folder just to remove the current images, and they still remain? While everything I'm reading says that these images are located in the red images folder, they're obviously being served from elsewhere. Please advise. Thank you! Oh and any help with the pre-existing question would be greatly appreciated as well. Thank you

I see new images, not the old ones.

For your other problem, try adding this to your stylesheet:

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

Sorry I'm so slow to respond... computer problems, new dog, gotta go to work. :cool: I'll try to catch up soon!

5 Mar 2008, 11:54 AM
#937
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

cwcgroup:

I am having a hard time figuring out why I cannot get my 3 different size images to view? I am doing it exactly as the book says, using the _MED and _LRG suffices, they are in the proper directories, but all three pictures showing up are the root image.

Also is there a list the explains what all the image that are listed in the CONFIGURATION>IMAGES directory are? The book is dismal, stating that they are self-explanatory. Bull to that. Some certainly are, but holy cow, there are a lot I can't figure out what they mean and what they refer to?

I would appreciate some suggestions. thanks

Reply with the FULL names of the three images you are using, and their directories.....

5 Mar 2008, 2:46 PM
#938
sirenk avatar

sirenk

New Zenner

Join Date:
Mar 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

I see new images, not the old ones.

For your other problem, try adding this to your stylesheet:

  • html #navColumnTwo {
    margin-right: -170px !important;
    }
> 
> Sorry I'm so slow to respond... computer problems, new dog, gotta go to work. :cool: I'll try to catch up soon!

Okay I added the code exactly as you show it here to my stylesheet and it made no changes at all.  

As for the images, I got the rounded images to work on the sidebox headings, however, I created white tabs for the main navigation menu at the top of the page and they're not showing up at all.  I still get the old images - Oh, and on firefox the images are too high, they extend on the bottom over the red background.

Eeek... Please help.

Thank you.
5 Mar 2008, 4:28 PM
#939
sirenk avatar

sirenk

New Zenner

Join Date:
Mar 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Can someone tell me how to edit a previous post? I feel bad posting as I figure things out and then putting up a new post...

Anyway, I got the new images to display, however when you roll over them they shift up. This is acceptable for IE7 and Firefox I suppose (though I'd prefer they didn't) but in IE6 it looks like crap. IE6 is also adding more red below which makes the tabs appear to be floating in the middle of red, which looks bad.

And I still can't seem to figure out the right column problem. If you look at this in IE7 and IE6, you can see how IE6 just wrecks everything (i wont even get into the fact that ie6 doesn't seem to like the fold out menu... sigh )

Thanks so much for all the help and patience!!!

SirenK:

Okay I added the code exactly as you show it here to my stylesheet and it made no changes at all.

As for the images, I got the rounded images to work on the sidebox headings, however, I created white tabs for the main navigation menu at the top of the page and they're not showing up at all. I still get the old images - Oh, and on firefox the images are too high, they extend on the bottom over the red background.

Eeek... Please help.

Thank you.

5 Mar 2008, 5:30 PM
#940
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
Location:
Colorado
Posts:
77
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Images for sidebar headers ...

... I've downloaded "image titles" mod. It says to change certain code in the "tpl_box_default_left.php in the commons folder.

My Cherry Zen doesn't have such a tpl.

??