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

Cherry Zen Template Support Thread

Views: 844,776

Results 521 to 540 of 3,245
15 Nov 2007, 11:27 PM
#521
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

cshart:

http://www.livandrosiescookies.com/store/

Why is the table to the left in IE6 and to the right in Firefox. I want it centered.

Please advise what I am doing wrong.

C

Are you not going to use any sideboxes? Try removing this from stylesheet.css:

.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div /
padding-right: 150px; /
Our right column width */
}

Also, I'm offering a small bit of unsolicited observation. That background on your site is mighty hard on the eyes.

15 Nov 2007, 11:27 PM
#522
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

bekinky:

I am trying to get the footer navigation to look the same as the one in the header. I have identified the footer navigation is NavSupp and NavSuppWrapper and I cloned the header css styles then renamed them to match. I then added the <span> into the footer link within footer.php

This all seems to work fine except for two things.

  1. The footer background image is 100% width across the page and does not have the margin like in the header navigation, so it looks odd. How can I get the footer navigation bar to look the same as the header so it has the margin around it and fits within the main layout?

  2. The top of the footer navigation bar has a gap between the end of the white space and the navigation bar. How do I remove this so the footer naviation bar fits tight against the white bottom of the main page.

I hope that is not too cryptic and you understand what I mean.

Thanks

Paul
link please?

15 Nov 2007, 11:29 PM
#523
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

PastGenToys:

Question about the header... I would like to layer my header so that my logo is placed on the right while having a backriound image that fills the entire header are including the area behind the logo. One that would not be affected by the resize of the site based on screen dimensions.

In other words I want an image (logo) on top of an image (background) that makes up the header. Thanks! Josh

Would this also be the background of the site? As in the drop shadowed portion of the site would not start until after the logo?

15 Nov 2007, 11:31 PM
#524
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

PastGenToys:

Another question... in the header can I place a table that holds different images that when clicked the customer would go to different pages in the site. The images would also have roll over effects.

You could do this, open up includes/templates/cherry_zen/common/tpl_header.php, and insert the code wherever you'd like it, with new css. Of course, this would require some knowledge of HTML, and unfortunately I don't have ready made instructions for doing this, you'd have to dig in yourself with help from the general forum, or hire someone to help you out with it. Good luck!

16 Nov 2007, 3:33 AM
#525
pastgentoys avatar

pastgentoys

Zen Follower

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

Re: Cherry Zen Template Support Thread

jettrue:

You could do this, open up includes/templates/cherry_zen/common/tpl_header.php, and insert the code wherever you'd like it, with new css. Of course, this would require some knowledge of HTML, and unfortunately I don't have ready made instructions for doing this, you'd have to dig in yourself with help from the general forum, or hire someone to help you out with it. Good luck!

I was able to add the table on my test site and that should come out pretty nicely.

I was also wondering how I could use he banners function (header position 2)

Thanks!

16 Nov 2007, 7:33 AM
#526
sfuredi avatar

sfuredi

New Zenner

Join Date:
Aug 2007
Location:
Pittston, PA
Posts:
27
Plugin Contributions:
1

Re: Cherry Zen Template Support Thread

Hello,

I am having a strange issue that i don't know how to resolve. On the cherry zen template i would like to change the back ground color and for some reason when i change the color in the stylesheet.css file instead of only changing the back ground it's changing the content area back ground as well. Here is what I have:

body {
background:#DCC38B; /* main site background color, blue default */
}

I started off keeping everything #ffffff however I’d like to add a bit more color and in everything other than IE 7 it's changing everything. I remember reading that there were aspects of the template that only showed in IE 7 is this one of them? Is there any solution to this or is it just me changing the color in the wrong place?

You can check it out at:

http://oldsite.lotsofgifts.net

Thanks for the ideas!

16 Nov 2007, 6:53 PM
#527
cshart avatar

cshart

Zen Follower

Join Date:
Mar 2005
Posts:
370
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Are you not going to use any sideboxes? Try removing this from stylesheet.css:

.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div /
padding-right: 150px; /
Our right column width */
}

Also, I'm offering a small bit of unsolicited observation. That background on your site is mighty hard on the eyes.

The customer is ALWAYS right. Not my first choice either, but full customized shopping cart in a week takes time. I am not going to question their choices.

18 Nov 2007, 1:42 AM
#528
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

PastGenToys:

I was able to add the table on my test site and that should come out pretty nicely.

I was also wondering how I could use he banners function (header position 2)

Thanks!

Please read the banner tutorial in the Tutorials/FAQ section.

18 Nov 2007, 3:11 AM
#529
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

sfuredi:

Hello,

I am having a strange issue that i don't know how to resolve. On the cherry zen template i would like to change the back ground color and for some reason when i change the color in the stylesheet.css file instead of only changing the back ground it's changing the content area back ground as well. Here is what I have:

body {
background:#DCC38B; /* main site background color, blue default */
}

I started off keeping everything #ffffff however I’d like to add a bit more color and in everything other than IE 7 it's changing everything. I remember reading that there were aspects of the template that only showed in IE 7 is this one of them? Is there any solution to this or is it just me changing the color in the wrong place?

You can check it out at:

http://oldsite.lotsofgifts.net

Thanks for the ideas!
When you added all that new coding for your site, you added new <body> and </body> and <head> and </head> and you even added a closing </html>. All that needs to be removed. I think that may be part of your problem.

18 Nov 2007, 8:31 PM
#530
candycherub avatar

candycherub

New Zenner

Join Date:
Nov 2007
Location:
London
Posts:
10
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thanks so much for your response. I did not realise that the logo was being resized as the image I uploaded was 11kb. I have commented the logo resing out and that has solved the large size and teh logo look smuch better.

Thanks for your help.

I have tried setting the option array to 5 but that doesn't seem to work. I will move the sectons on the product display page as suggested.

19 Nov 2007, 5:35 AM
#531
pastgentoys avatar

pastgentoys

Zen Follower

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

Re: Cherry Zen Template Support Thread

jettrue:

Please read the banner tutorial in the Tutorials/FAQ section.

Did that and I know understand. What size would the banner need to be to use the entire length of the header? Thanks PGT

21 Nov 2007, 12:03 PM
#532
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

PastGenToys:

Did that and I know understand. What size would the banner need to be to use the entire length of the header? Thanks PGT

Well, the header is set to change. For wide enough browsers, the site will stretch to 80% wide, though no bigger than 1300px, for smaller browsers, the site will get no bigger than 1000px. I would maybe try making one 1000px, and if it is centered, it may still look good at 1300px? Would take some tweaking.

21 Nov 2007, 7:01 PM
#533
Join Date:
Nov 2007
Location:
oregon
Posts:
70
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

How do you align the right column so all the boxex and content is in the colum like the left side. I noticed enev on your demo site the right column is out side of the back ground.

21 Nov 2007, 10:46 PM
#534
Join Date:
Nov 2007
Location:
oregon
Posts:
70
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

[QUOTE=FreeArticlePublishin;463436]How do you align the right column so all the boxex and content is in the colum like the left side. I noticed enev on your demo site the right column is out side of the back ground.[/QUOT

This issue is only with ie6 I guess, looks fine on my other computor the right colum boxes go into the middle section just a little I see this on your demo site too. I guess there is no way to edit your own posts on this forum. Any way so far this is a great template thank you for it.

22 Nov 2007, 2:36 AM
#535
cshart avatar

cshart

Zen Follower

Join Date:
Mar 2005
Posts:
370
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I would like my product description on this page http://www.livandrosiescookies.com/store/index.php?main_page=product_info&cPath=1&products_id=6 to appear next to the image with the attributes under it and Starting at price above it.

I have looked through the templates to find the misplacement to no avail where is the template to change the placement.

I can also not get the starting at price to change even if I use the first attribute price as the price and price the rest from that .

What Am I doing wrong?

Please help.

C

22 Nov 2007, 4:30 PM
#536
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

cshart:

I would like my product description on this page http://www.livandrosiescookies.com/store/index.php?main_page=product_info&cPath=1&products_id=6 to appear next to the image with the attributes under it and Starting at price above it.

I have looked through the templates to find the misplacement to no avail where is the template to change the placement.

I can also not get the starting at price to change even if I use the first attribute price as the price and price the rest from that .

What Am I doing wrong?

Please help.

C

Hmm, so right now, is the includes/templates/cherry_zen/templates/tpl_product_info_display.php the original one that came with the template? Because in my demo site, the description is below everything.

As far as the pricing, I don't know, you could start a thread about it. Though I see for the link above, the cookies start at $24.99 for one dozen... if I choose 2 dozen, it adds $13.00 when I add it to my cart.

To get the description to the right, you'll need to open up includes/templates/cherry_zen/templates/tpl_product_info_display.php, and there you find a section that contains the description. You need to move that block to be below what you want it to be below. Then there will probably need to be some changes in the css for the description.

22 Nov 2007, 4:32 PM
#537
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

FreeArticlePublishin:

This issue is only with ie6 I guess, looks fine on my other computor the right colum boxes go into the middle section just a little I see this on your demo site too. I guess there is no way to edit your own posts on this forum. Any way so far this is a great template thank you for it.

Thanks for bringing this to my attention... when I first designed the template, I checked in it IE6, and there wasn't this problem. Somewhere in one of my updates it must have popped up... so I'll look into it in the next day or two, and let you know what I've found.

26 Nov 2007, 1:18 AM
#538
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Where can I change the layout for my categories pages? Right now, there is a picture and the text of description starts bellow it, leaving lots of "blank" space to the right of the picture. I would like the text to start to the right of the category picture.
Also, is it possible to start the Home/Login in/ etc bar at the top of page, eliminating the top blue above it?
Thanks
P.S. Very nice template!

26 Nov 2007, 2:23 AM
#539
jkeifer avatar

jkeifer

New Zenner

Join Date:
Apr 2007
Posts:
9
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

This issue is only with ie6 I guess, looks fine on my other computor the right colum boxes go into the middle section just a little I see this on your demo site too. I guess there is no way to edit your own posts on this forum. Any way so far this is a great template thank you for it.Here's how I solved the IE6 problem for my website:

Add this into your stylesheet.css:

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

BTW - This template Rocks!!! Easily the nicest one I've ever used.
Thanks!

26 Nov 2007, 7:50 PM
#540
puertopiojo avatar

puertopiojo

New Zenner

Join Date:
Nov 2007
Posts:
2
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi, I love this template! is superb! :D
I would like to do some changes.
Is it possible to add the languages into the top bar where Search and Home | Log in | My Account | Shopping Cart | Check out, are?
Thanks for your help in advance!