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

Cherry Zen Template Support Thread

Views: 844,773

Results 501 to 520 of 3,245
13 Nov 2007, 2:12 PM
#501
bekinky avatar

bekinky

Zen Follower

Join Date:
Jan 2007
Posts:
97
Plugin Contributions:
0

Cherry Zen Template Support Thread

peppyone:

I apologize. This is not a Cherry Zen Issue. found my answers in the banners tutorial.

It would be most helpful if you could jot the answer you found here in this thread because it is incredibly frustrating to search for something, find someone has the same problem then go hunting somewhere else for the solution they have already found. It is like following a virtual breadcrumb trail and sometimes the virtual pigeons have scoffed the breadcrumbs.

Please be kind and post the solution you discoved - even if it is only a single line or a hyperlink to the solution. Thanks :)

13 Nov 2007, 5:10 PM
#502
bekinky avatar

bekinky

Zen Follower

Join Date:
Jan 2007
Posts:
97
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi Jade

I was looking at other sites and wondered if you could tell me how to adjust the footer of cherry Zen to have four evenly spaced banners in the footer and the copyright links below it like kuroi has done at https://www.monkeyshine.com

Thanks for any help Jade

Paul

13 Nov 2007, 10:25 PM
#503
possum avatar

possum

New Zenner

Join Date:
Sep 2007
Posts:
58
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi,

I'm trying to set up my store so the right hand column appears only for the main index page. I've set up the required if-then logic succesfully in tpl_main_page.php but not in the css that controls the spacing for the right hand column.

Here's jettrue's previous advice on how to control the column width:

jettrue:

The space is controlled by the padding-right of .outer:

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

So the content of my box is appearing correctly but it's either sitting on top of the center column or leaving an empty right-hand column, depending on whether I set padding-right to 0px or 150px respectively.

Does anyone know how I get the width of this column to adjust based on which page is being viewed?

Thanks!

13 Nov 2007, 10:47 PM
#504
peppyone avatar

peppyone

New Zenner

Join Date:
Dec 2004
Posts:
37
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Here is the link bekinky: https://www.zen-cart.com/tutorials/index.php?article=80

Hope you find it helpful.

bekinky:

It would be most helpful if you could jot the answer you found here in this thread because it is incredibly frustrating to search for something, find someone has the same problem then go hunting somewhere else for the solution they have already found. It is like following a virtual breadcrumb trail and sometimes the virtual pigeons have scoffed the breadcrumbs.

Please be kind and post the solution you discoved - even if it is only a single line or a hyperlink to the solution. Thanks :)

14 Nov 2007, 12:04 AM
#505
bekinky avatar

bekinky

Zen Follower

Join Date:
Jan 2007
Posts:
97
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

possum:

Hi,

I'm trying to set up my store so the right hand column appears only for the main index page. I've set up the required if-then logic succesfully in tpl_main_page.php but not in the css that controls the spacing for the right hand column.

Here's jettrue's previous advice on how to control the column width:

So the content of my box is appearing correctly but it's either sitting on top of the center column or leaving an empty right-hand column, depending on whether I set padding-right to 0px or 150px respectively.

Does anyone know how I get the width of this column to adjust based on which page is being viewed?

Thanks!

Not sure but isn't there a setting in admin/layout settings which controls the width of the right and left columns?

14 Nov 2007, 12:13 AM
#506
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:

Hi Jade

I was looking at other sites and wondered if you could tell me how to adjust the footer of cherry Zen to have four evenly spaced banners in the footer and the copyright links below it like kuroi has done at https://www.monkeyshine.com

Thanks for any help Jade

Paul

That site you linked isn't working, but I'm sure you could open up tpl_footer.php and manually add any banners that you want, maybe with a table holding them.

14 Nov 2007, 12:16 AM
#507
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

possum:

Hi,

I'm trying to set up my store so the right hand column appears only for the main index page. I've set up the required if-then logic succesfully in tpl_main_page.php but not in the css that controls the spacing for the right hand column.

Here's jettrue's previous advice on how to control the column width:

So the content of my box is appearing correctly but it's either sitting on top of the center column or leaving an empty right-hand column, depending on whether I set padding-right to 0px or 150px respectively.

Does anyone know how I get the width of this column to adjust based on which page is being viewed?

Thanks!

Sure, I the home page (if you're using zen cart 1.3.7) has its own id, so to change only the home page, you can do something like this (isn't zen cart great?):

#indexHomeBody .outer {width:0;}

though I'm not sure that you only have to change .outer, you probably have to change other things as well.

14 Nov 2007, 4:18 AM
#508
pcgoddess avatar

pcgoddess

New Zenner

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

Re: Cherry Zen Template Support Thread

Hello,

I am finding an issue with the right hand sideboxes - they display fine in Firefox 2.0 and IE7, but IE6 displays them extending past the grey background. Is there a way to fix this so it looks good in all of these browser versions?

My site is http://www.pcgoddess.biz and is a work in progress.. :wink:

Thanks,
Mary

14 Nov 2007, 7:12 AM
#509
candycherub avatar

candycherub

New Zenner

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

Re: Cherry Zen Template Support Thread

Hello,

I am very new to zen cart and the apple zen template has simply been awesome. It made it easier to attempt setting up my website.

I would like all the attributes to appear on a single line. At the moment the best I could do was get a maximum of 4 attributes per row. Here is an example of the product page.

My second question - is there any way that I can get the second (_01) and third images (_02) to appear at the right of the main image rather than at the bottom of the page?

Thanks for any help you can provide

14 Nov 2007, 10:24 AM
#510
bekinky avatar

bekinky

Zen Follower

Join Date:
Jan 2007
Posts:
97
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

That site you linked isn't working, but I'm sure you could open up tpl_footer.php and manually add any banners that you want, maybe with a table holding them.

Hi Jade

Sorry - my mistake. The site is https://www.monkeyshine.co.uk. I would love to know how to add extra banners within a div holding them but don't know how.

I hope you can help

Paul

14 Nov 2007, 2:59 PM
#511
beth_katherine avatar

beth_katherine

Zen Follower

Join Date:
Feb 2007
Posts:
158
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hello again. I have three questions.

First: How do I move the category description next to the category image?

Second: How do I switch the Add to My Cart button to one of my own that does not shift in size when the viewer changes the font size of the page?

Three: How do I change the category links in my sidebox to images yet keep the sub-categories as links?

Beth-katherine

14 Nov 2007, 3:27 PM
#512
cshart avatar

cshart

Zen Follower

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

Re: Cherry Zen Template Support Thread

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

14 Nov 2007, 10:55 PM
#513
bekinky avatar

bekinky

Zen Follower

Join Date:
Jan 2007
Posts:
97
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

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

15 Nov 2007, 2:05 AM
#514
pastgentoys avatar

pastgentoys

Zen Follower

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

Re: Cherry Zen Template Support Thread

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

15 Nov 2007, 2:48 AM
#515
pastgentoys avatar

pastgentoys

Zen Follower

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

Re: Cherry Zen Template Support Thread

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.

15 Nov 2007, 12:58 PM
#516
bekinky avatar

bekinky

Zen Follower

Join Date:
Jan 2007
Posts:
97
Plugin Contributions:
0

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.

Why not use the built in banners function for this - I think it is header position2 located in includes/templates/common/tpl_header.php

Unfortunately it will not give you rollover effects unless you find some way to style it using css, but it will give you the clickable link to different parts of your site and a way to track how well it is doing

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

pcgoddess:

Hello,

I am finding an issue with the right hand sideboxes - they display fine in Firefox 2.0 and IE7, but IE6 displays them extending past the grey background. Is there a way to fix this so it looks good in all of these browser versions?

My site is http://www.pcgoddess.biz and is a work in progress.. :wink:

Thanks,
Mary

Make sure none of the sidebox images are wider than like 120px.

15 Nov 2007, 11:06 PM
#518
pastgentoys avatar

pastgentoys

Zen Follower

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

Re: Cherry Zen Template Support Thread

bekinky:

Why not use the built in banners function for this - I think it is header position2 located in includes/templates/common/tpl_header.php

Unfortunately it will not give you rollover effects unless you find some way to style it using css, but it will give you the clickable link to different parts of your site and a way to track how well it is doing

Bekinky,

I would love to do this but I am stumped on how to get it started. Can you poiny me in the right direction? Thanks! PGT

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

CandyCherub:

Hello,

I am very new to zen cart and the apple zen template has simply been awesome. It made it easier to attempt setting up my website.

I would like all the attributes to appear on a single line. At the moment the best I could do was get a maximum of 4 attributes per row. Here is an example of the product page.

My second question - is there any way that I can get the second (_01) and third images (_02) to appear at the right of the main image rather than at the bottom of the page?

Thanks for any help you can provide

First of all, you've got to fix your logo, in Firefox it is GINORMOUS. Change the logo section to this:

#logo {
	width:48em; /* To prevent the logo from resizing, simply delete or comment out this section */
	}
	
#logo img {
	width:100%;
	}

to get more attribute images per row, go to "Catalog", "option name manager", choose "edit" for the option, then put the attribute images per row there. I don't know that more than 5 would fit though.

To move the additional images up, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move the additional images chunk of code up to below the main image chunk of code. There will probably be some css changes needed, but first of all you have to move the chunk. :smile:

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

Beth-katherine:

Hello again. I have three questions.

First: How do I move the category description next to the category image?

Second: How do I switch the Add to My Cart button to one of my own that does not shift in size when the viewer changes the font size of the page?

Three: How do I change the category links in my sidebox to images yet keep the sub-categories as links?

Beth-katherine

  1. Add this to stylesheet.css:
#indexProductListCatDescription, #categoryImgListing {
	float:left;
	}
  1. Well, my add to cart button doesn't change sizes, and it isn't designed to. In which browser does this occur? My guess is, if it is changing in the browser that you are using, any button you change it to will also adjust size. But to use your own button, just upload a new one here:

includes/templates/cherry_zen/buttons/english/button_in_cart.gif

  1. I'm not sure, have you searched for this in the forum, or posted a question about this in the general forum?