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

Cherry Zen Template Support Thread

Views: 845,084

Results 2,201 to 2,220 of 3,245
14 Nov 2008, 9:00 PM
#2201
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

fireant:

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:
Since its "<span class="termsisagree">", then you can style it in the css with:

.termsisagree {color:#000000;}

14 Nov 2008, 9:01 PM
#2202
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:

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!

View the source of the page, then see what the css style is for that section, and do the same thing.

14 Nov 2008, 9:04 PM
#2203
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 did this, but it does not remove the 'larger image' link that appears on each product page.

Well, I can't see how that's possible, since if you remove it, it's no longer using tpl_modules_main_product_image.php, and it's that file that contains the larger image link. Are you sure you removed it from the right file?

includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php?

14 Nov 2008, 9:05 PM
#2204
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

amazeme:

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....

No, this is an image handler issue, not a cherry zen issue.

14 Nov 2008, 9:06 PM
#2205
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

dal2009:

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

That is how it works.

If the customer is logged in, then it will unsubscribe them if they are subscribed.

14 Nov 2008, 9:21 PM
#2206
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

starruby:

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

Please post smaller images. :-)

You removed a section of code from includes/templates/cherry_zen/common/tpl_footer.php:

<!--closting divs for drop shadow --> </td></tr></table></div></div></div></div></div></div></div></div></div>

Look at my original compared to yours and add that section back.

15 Nov 2008, 12:40 AM
#2207
chaddb avatar

chaddb

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

Well, I can't see how that's possible, since if you remove it, it's no longer using tpl_modules_main_product_image.php, and it's that file that contains the larger image link. Are you sure you removed it from the right file?

includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php?

Ok, got this to work, thanks!

15 Nov 2008, 12:44 AM
#2208
chaddb avatar

chaddb

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

View the source of the page, then see what the css style is for that section, and do the same thing.

Forgive my lack of CSS mastery. I've done as you instructed, and i think i need to hide:

listingDescription

but don't know where to find this, i searched in the Developer's Tool Kit but it didn't return any results.

(i'm trying to hide the product description that appears in the search results)

15 Nov 2008, 4:47 AM
#2209
starruby avatar

starruby

Zen Follower

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

Re: Cherry Zen Template Support Thread

jettrue:

Please post smaller images. :-)

You removed a section of code from includes/templates/cherry_zen/common/tpl_footer.php:

<!--closting divs for drop shadow --> </td></tr></table></div></div></div></div></div></div></div></div></div>

Look at my original compared to yours and add that section back.

Hi Jade,

Sorry for the big image... forgot to resize it! Just corrected it.

I compared my tpl_footer.php with the original file and added these 2 lines of code but still it doesnt work. Any idea why?

Thanks for the help

Harshil

15 Nov 2008, 1:06 PM
#2210
division avatar

division

New Zenner

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

Re: Cherry Zen Template Support Thread

Little problem:-

When I view my EZPAges all the next are together

How do I break them up when i press enter like this

Changes to The Online Store

On 17th November, our new online store throws open its virtual doors. It's had a funky makeover so browsing and choosing are easier and more fun than ever before. You'll find improved product demos and info, a 3D simulator tool to give you a real feel for the latest software plus even more help with choosing the right mobile and accessories for your needs.

You stopped by a little while ago... why not pop in again? When you visited our online shop recently, maybe you found what you wanted but decided to come back another time. We wanted to reassure you that although the shop will look rather different, you'll still find all the same great products and services in the new online store whenever you want to buy them.

http://www.cybernet-online.co.uk/shop/index.php
http://cybernet-online.co.uk/shop/index.php?main_page=page&id=7

15 Nov 2008, 3:05 PM
#2211
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:

Forgive my lack of CSS mastery. I've done as you instructed, and i think i need to hide:

listingDescription

but don't know where to find this, i searched in the Developer's Tool Kit but it didn't return any results.

(i'm trying to hide the product description that appears in the search results)

You can't find it because it doesn't exist.

Just as I said to add:

.productDescription {display:none;}

to hide the description on the product page, now that you have the code for the listing, you can do the SAME THING:

.listingDescription {display:none;}

15 Nov 2008, 3:09 PM
#2212
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

Division:

Little problem:-

When I view my EZPAges all the next are together

How do I break them up when i press enter like this

Changes to The Online Store

On 17th November, our new online store throws open its virtual doors. It's had a funky makeover so browsing and choosing are easier and more fun than ever before. You'll find improved product demos and info, a 3D simulator tool to give you a real feel for the latest software plus even more help with choosing the right mobile and accessories for your needs.

You stopped by a little while ago... why not pop in again? When you visited our online shop recently, maybe you found what you wanted but decided to come back another time. We wanted to reassure you that although the shop will look rather different, you'll still find all the same great products and services in the new online store whenever you want to buy them.

http://www.cybernet-online.co.uk/shop/index.php
http://cybernet-online.co.uk/shop/index.php?main_page=page&id=7

You can add padding to <p> by adding this to your stylesheet:

p {padding:.5em 0;}

15 Nov 2008, 3:11 PM
#2213
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

starruby:

Hi Jade,

Sorry for the big image... forgot to resize it! Just corrected it.

I compared my tpl_footer.php with the original file and added these 2 lines of code but still it doesnt work. Any idea why?

Thanks for the help

Harshil

Add this to your css:

#bannerFour {clear:both;}

I had never noticed this bug, as I tested with a wider banner, and it doesn't happen with a wider banner. :smile:

15 Nov 2008, 3:47 PM
#2214
starruby avatar

starruby

Zen Follower

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

Re: Cherry Zen Template Support Thread

jettrue:

Add this to your css:

#bannerFour {clear:both;}

I had never noticed this bug, as I tested with a wider banner, and it doesn't happen with a wider banner. :smile:

Worked like magic... Thanks a ton! :smile:

15 Nov 2008, 10:19 PM
#2215
amazeme avatar

amazeme

New Zenner

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

Re: Cherry Zen Template Support Thread

yep - no problem. I switched the 'additional images' in product types off then on again & now working ok...maybe just a glitch.

jettrue:

No, this is an image handler issue, not a cherry zen issue.

16 Nov 2008, 12:39 AM
#2216
tina_creations avatar

tina_creations

New Zenner

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

Re: Cherry Zen Template Support Thread

Hello. I hope someone can help me here. I just got my cart up and running (for the most part). I am using Zen 1.3.8 with Cherry Zen. I have built the cart using Firefox and have had no problems with it. But, I just checked it in IE7 and the Add to Cart buttons are missing on all of my product info pages! I have no idea where to even begin to try to fix this! Please let me know what files, if any, you need to see and I will provide them. The cart is located at https://www.creationsbycandc.com . Thanks!

16 Nov 2008, 2:07 AM
#2217
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Not sure if I should ask this here or the general thread, but here it goes.

I like how this fellow zenner formated his footer.

how would I implement this?

16 Nov 2008, 2:30 AM
#2218
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Also, I don't care how tpl_product_info_display.php is displayed for Cherry Zen, how do I go back to using exactly what classic zen layout was?

19 Nov 2008, 8:18 PM
#2219
mezloh avatar

mezloh

New Zenner

Join Date:
Jun 2008
Posts:
28
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi, I would really like to get some feedback for a fix in the Cherry Zen theme. It is in the theme itself because when I switch to class green template my index page shows up again.

I'm sure it is an easy fix but I am not finding the problem.

I am using V1.38 and cherry zen. My error log is telling me that it is looking for the Xsell module and it is not there. This is keeping my index page from showing up.

I went into the tpl_products_info_display and removed the xsell entry from the file. I also have removed all files connected to the module, sill no dice...?

Since I have removed all the files why is it still trying to locate it?

If I view my page source the site is there it just isn't visible.

I have searched all over for an answer and haven't come up with anything, so please, if anyone can give me a hand let me know.

my index page is here

Any other info required let em know. Sucks because it is a great selling day on my site.

travis

19 Nov 2008, 8:50 PM
#2220
mezloh avatar

mezloh

New Zenner

Join Date:
Jun 2008
Posts:
28
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Forget it. Problem resolved

Wasn't a PHP issue after all. I let my error logs send me on a wild goose chase. It was a CSS problem.

When I edited out the right column in my CSS I forgot to remove the #indexhomebody from the statement so my index page was not showing.