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

Cherry Zen Template Support Thread

Views: 845,096

Results 2,181 to 2,200 of 3,245
8 Nov 2008, 4:43 PM
#2181
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

newkernel:

One more question.Configuration Section/Layout Settings/Categories menu labels on / off,i set it on.I don't know how to change the background color of the categories menu.Please help .:hug::laugh:

That is done in includes/templates/cherry_zen/css/stylesheet.css. You can create a color for that section like this:

#navCatTabsWrapper{
background:#000000;
}

8 Nov 2008, 4:45 PM
#2182
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

chaddb:

I don't use product images on my site. I have created a 1px x 1px image and commented out the drop shadow in stylesheet.css, how do i remove the 'larger image' link?

Since you're not using images at all, just remove the image section from includes/templates/cherry_zen/templates/tpl_product_info_display.php

<!--bof Main Product Image -->
  <?php
  if (zen_not_null($products_image)) {
  ?>
  <?php
/**
 * display the main product image
 */
   require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
  <?php
  }
?>
  <!--eof Main Product Image-->
8 Nov 2008, 5:44 PM
#2183
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Hi jettrue could you give me some guidance please. I ask this question a while back. Thank you

My W3C CSS Validator is reporting problems in the css stylesheet file. How would I correct these. Would you please take a look at my site and Validate it and tell me how to fix this. Thank you so much.

9 Nov 2008, 5:19 PM
#2184
chillib avatar

chillib

New Zenner

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

Re: Cherry Zen Template Support Thread

Awesome Awesome Awesome!!!!

Installed this theme yesterday for a client and followed the the easily laid out instructions without a glitch.......they wanted a few things changed so I spent 5 hours last night and 3 this morning reading through this post and everything I wanted to know so far was here.......Awesome theme and great support.......what more can you ask for........keep up the great work...........:clap:

http://t3cochisekustoms.com/store/

9 Nov 2008, 8:02 PM
#2185
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

ChilliB:

Awesome Awesome Awesome!!!!

Installed this theme yesterday for a client and followed the the easily laid out instructions without a glitch.......they wanted a few things changed so I spent 5 hours last night and 3 this morning reading through this post and everything I wanted to know so far was here.......Awesome theme and great support.......what more can you ask for........keep up the great work...........:clap:

http://t3cochisekustoms.com/store/

You are welcome, glad you like it.

A bit of advice for ya... I'd install the image handler mod (IH2) from the downloads section to speed up your images. :-)

10 Nov 2008, 12:31 AM
#2186
chillib avatar

chillib

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

You are welcome, glad you like it.

A bit of advice for ya... I'd install the image handler mod (IH2) from the downloads section to speed up your images. :-)

that's next on the list.....thanks again......:flex:

10 Nov 2008, 4:23 PM
#2187
jmcgov avatar

jmcgov

New Zenner

Join Date:
Oct 2007
Posts:
31
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I would like to insert some text below the attribute selection boxes. We are a lingerie store so we have several sizes with different colors of each. Each option sells out at different times. This way the customer could see straight off if the item is available or not.

An example of what I'm talking about is at http://www.magellans.com/store/Clothing_for_Men___Hats___AccessoriesMH817?Args=

Notice under the attribute options.

Where/How would I insert this?

Thank You,
Jim

11 Nov 2008, 1:17 AM
#2188
miha25 avatar

miha25

New Zenner

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

Re: Cherry Zen Template Support Thread

HII

I hawe problems whit banner in left size .. it is a smoll white line. Hawe kan i delete it?

SHOP

Thanks!!!!

11 Nov 2008, 1:37 AM
#2189
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Hi jettrue I ask a question up above also, but I have another one for you. I'm trying to install image_handler 2 my question for you since you installed it is on your test site for this template. What file do you merge this code with I know it says If you have modified any of the files located in this contribution's includes/templates/template_custom folder, you need to merge these files (popup_image_additional/tpl_main_page.php in particular) with those of your custom template. Where does this piece of code go in the file. Thank you for help. I must be missing something. I know this shouldn't be ask here but using this template is different than others.

<?php /** * Override Template for common/tpl_main_page.php * * @package templateSystem * @copyright Copyright 2005-2006 breakmyzencart.com * @copyright Portions Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: tpl_main_page.php,v 1.1 2006/05/01 12:35:10 tim Exp $ */ ?> <body id="popupAdditionalImage" class="centeredContent" onload="resize();"> <div> <?php // $products_values->fields['products_image'] echo '<a href="javascript:window.close()">' . zen_image($_GET['products_image_large_additional'], $products_values->fields['products_name'] . ' ' . TEXT_CLOSE_WINDOW) . '</a>'; ?> </div> </body>
11 Nov 2008, 8:39 AM
#2190
newkernel avatar

newkernel

New Zenner

Join Date:
Nov 2008
Posts:
10
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi jettrue ,I have a question about the Navigation bar.I want to add a new lin to the special product page,so i hvae to creat a new option "xxx" behind "Home" and the link is "index.php?main_page=page&id=18".
Can you teach me how to achieve my design?
:clap:Thanks for your help again.

11 Nov 2008, 3:49 PM
#2191
cornishmaid avatar

cornishmaid

New Zenner

Join Date:
Aug 2008
Location:
Cornwall, UK
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi, We are trying your Cherry Zen at the moment but can not get image handler2 to work with it, I have uploaded the image-handler a couple of times and it still does not work. everything is showing in admin correctly and I have contacted our hosting company about GD and imagemagic and I am told it is enabled on their servers as it is also showing from the zencart admin. Can anybody please tell me what I have to do to make it work. you are able to view our site here http://www.sacville.co.uk are there other directories I need to upload to apart from the ones stated in the image-handler info?:censored:
Regards

12 Nov 2008, 2:40 PM
#2192
chaddb avatar

chaddb

New Zenner

Join Date:
Aug 2008
Posts:
16
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I don't use descriptions on my site. As a requirement of Google Base i need a 15 character description for each of my products.

So...I want the description to exist in the database (i know how to do this) but don't want it to be visible in the product search results nor on the product pages. How do i accomplish this feat?

13 Nov 2008, 11:14 AM
#2193
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

Cornishmaid:

Hi, We are trying your Cherry Zen at the moment but can not get image handler2 to work with it, I have uploaded the image-handler a couple of times and it still does not work. everything is showing in admin correctly and I have contacted our hosting company about GD and imagemagic and I am told it is enabled on their servers as it is also showing from the zencart admin. Can anybody please tell me what I have to do to make it work. you are able to view our site here http://www.sacville.co.uk are there other directories I need to upload to apart from the ones stated in the image-handler info?:censored:
Regards
I'm sure you also installed it in the admin.

I notice that all your images are .bmp's maybe it can only work with .gif and .jpg.

13 Nov 2008, 11:15 AM
#2194
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

chaddb:

I don't use descriptions on my site. As a requirement of Google Base i need a 15 character description for each of my products.

So...I want the description to exist in the database (i know how to do this) but don't want it to be visible in the product search results nor on the product pages. How do i accomplish this feat?

In your stylesheet:
#productDescription {display:none;}

13 Nov 2008, 1:15 PM
#2195
fireant avatar

fireant

New Zenner

Join Date:
Oct 2008
Location:
Western Australia
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I would like the terms and conditions checkbox and line to stand out a little better. Is there a way to change just that one lines colour ?

define('TEXT_CONDITIONS_CONFIRM', '<span class="termsiagree">I have read and agreed to the terms and conditions bound to this order.</span>');

Should I put some HTML here ? .. or should it be done in the CSS ?

I am pretty new at this .. so if you could show me too that would be great :yes:

13 Nov 2008, 4:46 PM
#2196
chaddb avatar

chaddb

New Zenner

Join Date:
Aug 2008
Posts:
16
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

In your stylesheet:
#productDescription {display:none;}

That works on the product page, but not in the search results. How do i remove the description display from the search results as well?

Thanks!

13 Nov 2008, 4:49 PM
#2197
chaddb avatar

chaddb

New Zenner

Join Date:
Aug 2008
Posts:
16
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Since you're not using images at all, just remove the image section from includes/templates/cherry_zen/templates/tpl_product_info_display.php

<!--bof Main Product Image --> <?php if (zen_not_null($products_image)) { ?> <?php /** * display the main product image */ require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?> <?php } ?> <!--eof Main Product Image-->

I did this, but it does not remove the 'larger image' link that appears on each product page.
13 Nov 2008, 11:47 PM
#2198
amazeme avatar

amazeme

New Zenner

Join Date:
Aug 2008
Posts:
9
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I also have a problem with ImageHandler....but only when adding ADDITIONAL IMAGES.

they are uploading ok and I can see them in admin>>tools>>image handler for the product but they do not show up on the product page detail page.

appreciate any tips here...I guess I should be looking at the template pages....

Cornishmaid:

Hi, We are trying your Cherry Zen at the moment but can not get image handler2 to work with it, I have uploaded the image-handler a couple of times and its...........

14 Nov 2008, 3:30 AM
#2199
dal2009 avatar

dal2009

New Zenner

Join Date:
Nov 2008
Posts:
22
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi,

The "Newsletter Link" and the "Unsubscribe" link are the same?

I've searched the thread and can't see a fix, can you please help show me how to fix this please.

Thank You

14 Nov 2008, 1:01 PM
#2200
starruby avatar

starruby

Zen Follower

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

Re: Cherry Zen Template Support Thread

Hi Jade,

I have installed cherry zen template on my store and I am facing with a problem. Request you to guide me on how to sort it out...

Whenever I place a banner in Confirguration > Layout Settings > Banner Display Groups - Footer Position 1, it gets displayed in the middle of the page instead in the footer 1 position (circled in the screenshot).

How do I get it to the footer?

My store url is gemsoul.com

Thanks,
Harshil