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

Cherry Zen Template Support Thread

Views: 845,001

Results 2,681 to 2,700 of 3,245
2 Jun 2009, 2:43 AM
#2681
delcha avatar

delcha

New Zenner

Join Date:
May 2009
Posts:
13
Plugin Contributions:
0

Cherry Zen Template Support Thread

im also using a cherry zen. but where is the coded part of the page where i can change the color the text style.

like that..

pls do response

2 Jun 2009, 11:59 AM
#2682
thenax avatar

thenax

New Zenner

Join Date:
Jun 2009
Posts:
67
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I loaded a new logo.gif as my main banner but there are some visual problems.
The logo.gif isn't percfectly centered both in IE7 and in firefox (about 8-10px against right sidebox).
Besides, in firefox the banner is less width and far from the EZ page's grey line.

this is a portion of my stylesheet.css:

#navMainWrapper {
	height:32px;
	width:100%;
	font-size:12px;
}
#logoWrapper {
	width:auto;
}
#logo {
	padding-left:15px;
	text-align:center;
}
#taglineWrapper {
	width:75%;
	float:left;
}
#tagline {
	font-size:1.1em;
	text-align:center;
	padding:25px 8px 35px;
}

What can I do?

Thanks and bye

2 Jun 2009, 12:11 PM
#2683
thenax avatar

thenax

New Zenner

Join Date:
Jun 2009
Posts:
67
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

thenax:

I loaded a new logo.gif as my main banner but there are some visual problems.
The logo.gif isn't percfectly centered both in IE7 and in firefox (about 8-10px against right sidebox).
Besides, in firefox the banner is less width and far from the EZ page's grey line.

this is a portion of my stylesheet.css:

#navMainWrapper {
height:32px;
width:100%;
font-size:12px;
}
#logoWrapper {
width:auto;
}
#logo {
padding-left:15px;
text-align:center;
}
#taglineWrapper {
width:75%;
float:left;
}
#tagline {
font-size:1.1em;
text-align:center;
padding:25px 8px 35px;
}

> 
> What can I do?
> 
> Thanks and bye

ok I adjusted the centered banner problem because I had to eliminate padding-left form #logo but I have also the problem of different width in firefox and ie7

why?
4 Jun 2009, 8:46 AM
#2684
division avatar

division

New Zenner

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

Re: Cherry Zen Template Support Thread

Hi,

how do i center the logo

http://www.cybernet-online.org

4 Jun 2009, 5:40 PM
#2685
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Division:

Hi,

how do i center the logo

http://www.cybernet-online.org

Find instructions in the readme.txt, which you have read already, right?

Cherry Zen Template v1.7 for Zen Cart

PLEASE READ THIS ENTIRE readme.txt BEFORE INSTALLING


  1. To use your own logo, simply overwrite "logo.gif" that is located in includes/templates/cherry_zen/images/ and upload. If you upload a logo that is wider than about 165 pixels, you'll need to decrease the percantage width of #taglineWrapper in the css:

#taglineWrapper {
width:75%;
float:left;
}

If you'd like to turn off the tagline, and have a centered logo, you would open up includes/languages/english/cherry_zen/header.php, and remove this text:
Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?

Then to center the logo, remove float:left; from the #logo tag in the css.

5 Jun 2009, 5:54 AM
#2686
willem avatar

willem

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

"Configuration", "Layout Settings"

G'day Jade,

I still can't work out how to increase the number of rows per page for the products listed in the column layout. Please help.

Thanks

Willem

5 Jun 2009, 4:35 PM
#2687
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

willem:

G'day Jade,

I still can't work out how to increase the number of rows per page for the products listed in the column layout. Please help.

Thanks

Willem

Your store/admin/configurations/Product Listing/Product Listing - Columns Per Row. Set it to what you want.

6 Jun 2009, 5:47 AM
#2688
willem avatar

willem

New Zenner

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

Re: Cherry Zen Template Support Thread

countrycharm:

Your store/admin/configurations/Product Listing/Product Listing - Columns Per Row. Set it to what you want.

Thanks for your response - I appreciate it.

But that gives me columns per row. What I want is to increase the number of rows per page.

Thanks

Willem

7 Jun 2009, 1:09 AM
#2689
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

willem:

Thanks for your response - I appreciate it.

But that gives me columns per row. What I want is to increase the number of rows per page.

Thanks

Willem

Then go to "Configuration", "Maximum Values", and increase the total number.

8 Jun 2009, 2:01 AM
#2690
willem avatar

willem

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

Then go to "Configuration", "Maximum Values", and increase the total number.

Thanks, Jade,

I knew it would be straight forward, once I found it. I was looking to increase the number of rows, should have been looking at increasing number of products.

Appreciate your help.

Thanks :clap:

Willem

8 Jun 2009, 7:30 PM
#2691
eaperformanceparts avatar

eaperformanceparts

Zen Follower

Join Date:
Jun 2009
Posts:
100
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi, thanks for the template, it looks great.

I'm just starting to do some basic changes and one problem I ran into was with html paragraph spacing. When I separate paragraphs with the <p>......</p> it is not doing what it should under this template. Any ideas?

10 Jun 2009, 5:23 PM
#2692
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

EAPerformanceParts:

Hi, thanks for the template, it looks great.

I'm just starting to do some basic changes and one problem I ran into was with html paragraph spacing. When I separate paragraphs with the <p>......</p> it is not doing what it should under this template. Any ideas?

You can add some padding in the stylesheet, like this:

p {padding:.4em 0;}

13 Jun 2009, 7:34 PM
#2693
first_state_awards avatar

first_state_awards

New Zenner

Join Date:
May 2009
Location:
Delaware
Posts:
4
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

here's a question.. I'm not all familiar with css but on my site https://www.delmarvatrophy.com I have put up a product with attributes.. I need to make the attributes centered in the box.. where and what code do I need to modify to do it?? I have tried css, and manipulating the tpl_modules_attributes but for the life of me I can't figure out what I'm missing...

tom

15 Jun 2009, 6:21 PM
#2694
beaver avatar

beaver

New Zenner

Join Date:
Jun 2009
Posts:
5
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

This is a really stupid question but I am new to zen cart so still trying to find everything, and I am just wondering how I can change the article on the home page...?

Update - no worries I found it :)

26 Jun 2009, 11:18 PM
#2695
theresab avatar

theresab

New Zenner

Join Date:
Aug 2007
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi!

I just switched from Wallet to Cherry Zen on http://griffindyeworks.com/store and I'm having some weird issues.

  1. In Firefox, the background of the of the left sidebar & main content area isn't correct - it's all still body-background-blue. It's correct in IE7, however.

  2. My right sidebar isn't showing up. I've checked everything. I followed the ReadMe to a T. I do have some boxes enabled on the right. I'm at a loss as to where else to look.

TIA!
Theresa

28 Jun 2009, 5:28 PM
#2696
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

theresab:

Hi!

I just switched from Wallet to Cherry Zen on http://griffindyeworks.com/store and I'm having some weird issues.

  1. In Firefox, the background of the of the left sidebar & main content area isn't correct - it's all still body-background-blue. It's correct in IE7, however.

  2. My right sidebar isn't showing up. I've checked everything. I followed the ReadMe to a T. I do have some boxes enabled on the right. I'm at a loss as to where else to look.

TIA!
Theresa
Your site is stopping right here:

<div id="navColumnTwo" class="columnRight" style="width: 150px"> <div id="navColumnTwoWrapper" style="width: 150px">

What do you have enabled for the right column? Try disabling whatever you have turned on there, and try other sideboxes. Perhaps a sidebox is causing you problems.

if you've made any adjustments to any files related to the right column, reload the original files.

29 Jun 2009, 12:43 AM
#2697
theresab avatar

theresab

New Zenner

Join Date:
Aug 2007
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hunh. That must have been it. Looks all right to me now!

Figures it was something simple!

Thanks!

30 Jun 2009, 11:25 PM
#2698
ggvl avatar

ggvl

New Zenner

Join Date:
Jan 2009
Posts:
23
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I've got the excellent Cherry-Zen template installed together with the included Column Layout Grid and the recommended ImageHandler 2 mod.

All is working perfectly except that the Hover Effect of ImageHandler 2 is working on some sections of the site but not on others.

It is working perfectly on:

  • All images in both sidebars, irrespective of what section the images are in. i.e. it is not the images themselves.
  • All images in the full 'Specials' section
  • All images in the 'Special' section that appears on the home page.
  • All images in the 'Specials' sections on other category pages
  • All additional images on the actual product pages
  • All 'previous / next' images on product categories.

It is NOT working on:

  • Any of the category listing pages (except the Specials)
  • The 'All Products' pages
  • The 'New Products' pages
  • The 'Featured Products' pages

For example:
On this category page

  • the category listing don't have the large image hover,
    neither do the 'featured' listings
    BUT scroll down to the 'Specials' and they do, as do all Images in both side panels irrespective of whether they are specials, featured, new etc. So the problem is with the page center panel and only on category listings pages, featured listings pages, all products listings and new listing pages.

As the site has other mods, I've set up another site from scratch with the Cherry-Zen, Column Layout Grid and ImageHandler 2 and then manually added some data and it has exactly the same problem as above.

I feel that it is probably a template issue and that perhaps ImageHandler is picking up the wrong page templates for the category listings, All Products and New Products pages. I've compared the source code from the sample Cherry-Zen site and can't find what is causing this. The site is working perfectly, it is just that the large image hover effect isn't working on the category pages (except the Specials).

This is my first ZC site so I'm still on the learning curve but this is driving me completely mad. Can anyone please help?
It would be most appreciated. Thank you in advance.

Site is: www.eyewear2gogo.com

3 Jul 2009, 5:08 PM
#2699
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

GGVL:

I've got the excellent Cherry-Zen template installed together with the included Column Layout Grid and the recommended ImageHandler 2 mod.

All is working perfectly except that the Hover Effect of ImageHandler 2 is working on some sections of the site but not on others.

It is working perfectly on:

  • All images in both sidebars, irrespective of what section the images are in. i.e. it is not the images themselves.
  • All images in the full 'Specials' section
  • All images in the 'Special' section that appears on the home page.
  • All images in the 'Specials' sections on other category pages
  • All additional images on the actual product pages
  • All 'previous / next' images on product categories.

It is NOT working on:

  • Any of the category listing pages (except the Specials)
  • The 'All Products' pages
  • The 'New Products' pages
  • The 'Featured Products' pages

For example:
On this category page

  • the category listing don't have the large image hover,
    neither do the 'featured' listings
    BUT scroll down to the 'Specials' and they do, as do all Images in both side panels irrespective of whether they are specials, featured, new etc. So the problem is with the page center panel and only on category listings pages, featured listings pages, all products listings and new listing pages.

As the site has other mods, I've set up another site from scratch with the Cherry-Zen, Column Layout Grid and ImageHandler 2 and then manually added some data and it has exactly the same problem as above.

I feel that it is probably a template issue and that perhaps ImageHandler is picking up the wrong page templates for the category listings, All Products and New Products pages. I've compared the source code from the sample Cherry-Zen site and can't find what is causing this. The site is working perfectly, it is just that the large image hover effect isn't working on the category pages (except the Specials).

This is my first ZC site so I'm still on the learning curve but this is driving me completely mad. Can anyone please help?
It would be most appreciated. Thank you in advance.

Site is: www.eyewear2gogo.com
IH2 is very flawed, its not the template.

However, all those pages are working on my test site:
http://www.cherryzen.sagefish.com/index.php?main_page=products_new

Under "Configuration", "Images" make the new products, specials, featured, etc. the same size as the ones that are working.

3 Jul 2009, 7:09 PM
#2700
ggvl avatar

ggvl

New Zenner

Join Date:
Jan 2009
Posts:
23
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

IH2 is very flawed, its not the template.

However, all those pages are working on my test site:
http://www.cherryzen.sagefish.com/index.php?main_page=products_new

Under "Configuration", "Images" make the new products, specials, featured, etc. the same size as the ones that are working.

Hello Jade

Thank you for your response - very much appreciated. I've played about with the image sizes but still no joy.

However, all the images are working perfectly in both sidebars. The problem seems to be not the images themselves but where the images appear i.e.

  • the random featured product images work perfectly in both sidebars but not in the centre panel of any of the pages.
  • the random new product images work perfectly in both sidebars but not in the centre panel of any of the pages.

On the other hand, the special product images do work in both sidebars AND in the centre panel both on the dedicated 'Specials' page and in the 'Specials' section that appears on all the category pages. (All products are 'specials' in that the original price is the RRP and the special price is our discounted price)

This issued has occurred verbatim on two sites, the second site set up from scratch with no other mods except Cherry-Zen, Column Grid and IM2. This is what makes me think it is the template pages that IM2 is perhaps not picking up correctly. The problem seems to be not the images themselves but where they appear in the templates that determines whether they will work or not.

What templates are used for:

  • the category pages
  • The featured products page (and Featured products section on the category pages)
  • the new products page (and Featured products section on the category pages)
  • the all products page

I'm thinking perhaps I should copy these over (if I knew which ones) from the basic_template folder into the cherry_zen template folder and see if that helps.

As IM2 works perfectly on the sample Cherry_Zen site I can't see why I can't get it to fully work on my two sites. I keep looking at your source code but it doesn't tell me which templates it is pulling from where. I'm just going around in circles.

Thanks and Regards