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

Cherry Zen Template Support Thread

Views: 844,705

Results 141 to 160 of 3,245
30 Aug 2007, 11:20
#141
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

Beth-katherine:

Hello. Another fan of this new template - so professional looking with just a touch of class, nice. I'm getting close to open my new site with this design and am so excited!

I saw the bubbles site and want to do the same with the horizontal menu but have asked that question in the appropriate spot.

However I do have some problems I need help in solving:

  1. How do I move the template up in the window, the extra space about the main wrapper is begging to be reduced by half to my eye.
  1. On the listing page of products how do I move the price down next to Add to My cart instead of hugging the image.
  1. On the product descriptions page it's a total mess, on my site. Click on any product and you will see what I mean.We're not open on this site yet as the secure socket layer is missing for credit card protection.

http://smockingbooks.com/index.php?main_page=

Thanks for your assistance, when I'm done I'll be donating. :hug:

Beth-Katherine

  1. open your stylesheet (includes/templates/cherry_zen/css/stylesheet.css) and change the margin-top here:

body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:20px;
}

  1. You'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display, find the price chunk, (it will be surrounded by a hidden start and end code), then cut and paste it nearer to the add to cart section. Then we'll have to see how that looks, and then adjust the css.

  2. As per the readme.txt:

"The width of the image, tell a friend/reviews, and add to cart section is defined by your product image width. Please keep your product image width at 220 or less. If it is made wider than that, the layout will break. The width of the product information image can be adjusted in your admin, under "Configuration", "Images", "Product Info - Image Width".

It looks like you currently have your product image width at 0, I would change it to width: 150, height 150, that way your tall and narrow images will still only go to 150 tall, and your wide and long ones will only go to 150 wide.

30 Aug 2007, 14:48
#142
beth_katherine avatar

beth_katherine

Zen Follower

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

Re: Cherry Zen Template Support Thread

1 is fixed

3 is fixed

Thank you. But I'm confused about how to do what you suggested on the following

  1. You'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display, find the price chunk, (it will be surrounded by a hidden start and end code), then cut and paste it nearer to the add to cart section. Then we'll have to see how that looks, and then adjust the css.

Is this the price chunk which sits at line 113

<< <!--eof Product Name-->

<!--bof Product Price block --> <h2 id="productPrices" class="productGeneral">
<?php

// base price

if ($show_onetime_charges_description == 'true') {

$one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';

} else {

$one_time = '';

}

echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);

?>

</h2> <!--eof Product Price block -->>>

and I move it WHERE? Before Line 77 or after Line 106

Beth-Katherine

30 Aug 2007, 15:37
#143
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:

1 is fixed

3 is fixed

Thank you. But I'm confused about how to do what you suggested on the following

  1. You'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display, find the price chunk, (it will be surrounded by a hidden start and end code), then cut and paste it nearer to the add to cart section. Then we'll have to see how that looks, and then adjust the css.

Is this the price chunk which sits at line 113

<< <!--eof Product Name-->

<!--bof Product Price block --> <h2 id="productPrices" class="productGeneral">
<?php

// base price

if ($show_onetime_charges_description == 'true') {

$one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';

} else {

$one_time = '';

}

echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);

?>

</h2> <!--eof Product Price block -->>>

and I move it WHERE? Before Line 77 or after Line 106

Beth-Katherine

Where you move it depends on where you want it. If you want it after the add to cart, paste it after the end of add to cart, if you want it before add to cart, add it before the add to cart section.

30 Aug 2007, 16:04
#144
jeffm avatar

jeffm

New Zenner

Join Date:
Mar 2007
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Love your template! Just what I was looking for.

I would like to change the referral code during new customer signup into a How did you hear about us? box. Any ideas?

Thanks

30 Aug 2007, 16:17
#145
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

JeffM:

Love your template! Just what I was looking for.

I would like to change the referral code during new customer signup into a How did you hear about us? box. Any ideas?

Thanks

I've never done that, but there is a download for this:

How Did You Hear About Us

30 Aug 2007, 17:25
#146
jeffm avatar

jeffm

New Zenner

Join Date:
Mar 2007
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

I've never done that, but there is a download for this:

How Did You Hear About Us

Thanks. I downloaded and for some reason the drop down box does not appear in my cherry zen template when the customer creates an account? However, when you create it gives you the error that you must select one.

What am I missing in the template do you think?

30 Aug 2007, 17:30
#147
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

JeffM:

Thanks. I downloaded and for some reason the drop down box does not appear in my cherry zen template when the customer creates an account? However, when you create it gives you the error that you must select one.

What am I missing in the template do you think?

My template doesn't address the create_acount page. Perhaps you didn't upload all pertinent files? You did change all instances of YOUR_CUSTOM_TEMPLATE folders to your template folder name, right?

This shouldn't have anything to do with cherry_zen, try the How Did you Hear About Us Support thread.

30 Aug 2007, 18:26
#148
jeffm avatar

jeffm

New Zenner

Join Date:
Mar 2007
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

My template doesn't address the create_acount page. Perhaps you didn't upload all pertinent files? You did change all instances of YOUR_CUSTOM_TEMPLATE folders to your template folder name, right?

This shouldn't have anything to do with cherry_zen, try the How Did you Hear About Us Support thread.

I'm an idiot. Thanks so much for your help and your template.

www.educatorsbookbag.com/store

02 Sep 2007, 02:52
#149
beth_katherine avatar

beth_katherine

Zen Follower

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

Re: Cherry Zen Template Support Thread

I'm still lost as to how to move the price from next to the product image to below on the products page just like it is on the new products page.

and for some reason I lost the vertical lines inbetween the columns of products.

http://smockingbooks.com/index.php?main_page=index&cPath=158_168

Beth-Katherine
almost open but no secure socket layer yet so no orders please

02 Sep 2007, 17:14
#150
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:

I'm still lost as to how to move the price from next to the product image to below on the products page just like it is on the new products page.

and for some reason I lost the vertical lines inbetween the columns of products.

http://smockingbooks.com/index.php?main_page=index&cPath=158_168

Beth-Katherine
almost open but no secure socket layer yet so no orders please

So sorry, I misunderstood you. Upload the original (from my template) includes/templates/cherry_zen/templates/tpl_product_info_display.php.

For the product listing, if you turn on the product name (in your admin, under "configuration", "Product Listing", that problem will go away, OR if you don't want the product name under the image, add this to your stylesheet:

.listingPrice {display:block;}

For the missing horizontal lines... does your includes/templates/cherry_zen/common/tpl_columnar_display.php have 5 lines that look like this:

     $r_params = str_replace(" back", "", $r_params);
     $r_params = str_replace("50", "98", $r_params);
	 $r_params = str_replace("33", "98", $r_params);
	 $col_width = str_replace("50", "48", $col_width);
     $col_width = str_replace("33", "31", $col_width);
02 Sep 2007, 17:18
#151
goodwrench1 avatar

goodwrench1

New Zenner

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

Re: Cherry Zen Template Support Thread

Thanks so much for this contribution, your definitely on the list for donations when I hit it big!

I'm only getting 1 error when I run it through the w3.org validation test and it is the following on my home page

  1. Error Line 28, Column 349: value of attribute "type" cannot be "search"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".

    …cb8eede5c31a9a" /><input type="search" name="keyword" id="searchTop" size="20

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

I believe it's something in the header search bar, but haven't been able to fix it myself (tried unsuccessfully)

Thanks so much for anyones and everyones help!

02 Sep 2007, 19:55
#152
oxicottin avatar

oxicottin

Zen Follower

Join Date:
Aug 2006
Location:
West Virginia
Posts:
320
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hello, First off "Nice temp!" Ok, my first question of many. I installed the template and everything worked great but, I wanted my catigories and product tables from another website so I inported them into the cherry_zen database. well needless to say it moved some settings and I cant figure out which ones. I included a .zip of the items it moved. Im sure its a setting in the admin but which one? Thanks!

02 Sep 2007, 20:27
#153
goodwrench1 avatar

goodwrench1

New Zenner

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

Re: Cherry Zen Template Support Thread

goodwrench1:

Thanks so much for this contribution, your definitely on the list for donations when I hit it big!

I'm only getting 1 error when I run it through the w3.org validation test and it is the following on my home page

I believe it's something in the header search bar, but haven't been able to fix it myself (tried unsuccessfully)

Thanks so much for anyones and everyones help!

BTW I ran http://www.cherryzen.jadetrue.com/ through the HTML validator at w3.org, and it produces the same error if that helps.

03 Sep 2007, 01:07
#154
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

goodwrench1:

BTW I ran http://www.cherryzen.jadetrue.com/ through the HTML validator at w3.org, and it produces the same error if that helps.

You can ignore it. In order to get the rounded search bar in Safari, I had to change type to search.

03 Sep 2007, 01:09
#155
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

oxicottin:

Hello, First off "Nice temp!" Ok, my first question of many. I installed the template and everything worked great but, I wanted my catigories and product tables from another website so I inported them into the cherry_zen database. well needless to say it moved some settings and I cant figure out which ones. I included a .zip of the items it moved. Im sure its a setting in the admin but which one? Thanks!

Check your left and right column widths, there's more info on what to set them at in the readme.txt. See #8 in the instructions.

03 Sep 2007, 05:18
#156
oxicottin avatar

oxicottin

Zen Follower

Join Date:
Aug 2006
Location:
West Virginia
Posts:
320
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Ok, that worked now problem 2. I have link manager and when installed I now have a pink box in my catagories section with the words "Link Heading" and there is now a dot next to "all Products" I check the code for the "Link Heading and it points to stylesheet_categories_dressing.css and here is the code.

.catBoxHeading1 {stylesheet_catego... (line 12)
background-color:#FF66FF;
color:#335511;
display:block;
font-family:'times new roman',serif;
font-size:1.4em;
font-weight:bold;
margin-bottom:2px;
margin-top:2px;
padding:0.3em 0.4em;

Why am I getting this? Thanks!!!

03 Sep 2007, 15:06
#157
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

oxicottin:

Ok, that worked now problem 2. I have link manager and when installed I now have a pink box in my catagories section with the words "Link Heading" and there is now a dot next to "all Products" I check the code for the "Link Heading and it points to stylesheet_categories_dressing.css and here is the code.

.catBoxHeading1 {stylesheet_catego... (line 12)
background-color:#FF66FF;
color:#335511;
display:block;
font-family:'times new roman',serif;
font-size:1.4em;
font-weight:bold;
margin-bottom:2px;
margin-top:2px;
padding:0.3em 0.4em;

> 
> Why am I getting this? Thanks!!!
I do not know. What mod does the styleseet_categories_dressing.css belong to? Have you tried just deleting that section?
03 Sep 2007, 15:47
#158
oxicottin avatar

oxicottin

Zen Follower

Join Date:
Aug 2006
Location:
West Virginia
Posts:
320
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I fixed it! To be honest I have no clue as to where that file came from... But it caused a whole lot of trouble!

03 Sep 2007, 18:08
#159
oxicottin avatar

oxicottin

Zen Follower

Join Date:
Aug 2006
Location:
West Virginia
Posts:
320
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hello, I have a question? If I remove the right column and change the .inner to 120% to go to the edge of the .outer would that effect the way smaller screens view the site? I just wanted to have a left column... Thanks!

03 Sep 2007, 18:21
#160
oxicottin avatar

oxicottin

Zen Follower

Join Date:
Aug 2006
Location:
West Virginia
Posts:
320
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

oxicottin:

Hello, I have a question? If I remove the right column and change the .inner to 120% to go to the edge of the .outer would that effect the way smaller screens view the site? I just wanted to have a left column... Thanks!

Sorry I forgot to ask this as well. How would I add another column at the heading next to Home, Log In, My Acount ect... Thanks!