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

Cherry Zen Template Support Thread

Views: 844,697

Results 1,361 to 1,380 of 3,245
05 May 2008, 17:22
#1361
fbroz avatar

fbroz

New Zenner

Join Date:
Mar 2008
Posts:
35
Plugin Contributions:
1

Cherry Zen Template Support Thread

Lovely:

Jettrue, is there a way to use the cool photo frame and shadow you designed on the main index and on the category pages, too?

Lovely,

I spent a very long time working on a solution for this over the weekend, and I believe (Jettrue please correct me if I am wrong) that since the category images are centered in the table cells, the drop shadow technique can not be used on them.

If you apply the drop shadow to the category images on the main page, they float over to the left of their table cells and don't look right. As far as I can tell there is no solution for this that retains your ability to fluidly resize the window. If you are willing to lose your resizing, you can specify the width of the table cell in the css and manually center it based on that number.

Hope this helps.
Frank

05 May 2008, 22:01
#1362
athenadesign avatar

athenadesign

New Zenner

Join Date:
May 2008
Location:
UK
Posts:
13
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

You can try adding the code generated by fireworks into includes/templates/cherry_zen/common/tpl_header.php

So you can add HTML within a PHP file ok, I assume i add it to:

<!--bof-branding display-->

Thanks!!

06 May 2008, 03:17
#1363
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I'm having an issue with this template when viewed with IE6. I wasn't aware of this until I saw it tonight at my sister's house. The sidebox and headers on the right are not in alignment. If anyone could check out my site with IE6 then offer some sort of fix, that would be awesome.

Thank you

06 May 2008, 15:17
#1364
uvfch avatar

uvfch

New Zenner

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

Re: Cherry Zen Template Support Thread

Hi,

I have been testing cherry in IE7 and FF, they are all working well now. But when changing browser to IE6, something strange happened, here are some pics:

first one is in FF, without problem;

the 2nd in IE6, the header;

the 3rd in IE6, right column;

any idea?

https://www.lessuv.com/store,

thanks.

06 May 2008, 21:39
#1365
uvfch avatar

uvfch

New Zenner

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

Re: Cherry Zen Template Support Thread

uvfch:

Hi,

I have been testing cherry in IE7 and FF, they are all working well now. But when changing browser to IE6, something strange happened, here are some pics:

first one is in FF, without problem;

the 2nd in IE6, the header;

the 3rd in IE6, right column;

any idea?

https://www.lessuv.com/store,

thanks.

Solved, no reply needed, thanks!!

07 May 2008, 00:33
#1366
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

uvfch:

Solved, no reply needed, thanks!!

Please share how you solved this problem. Others, like myself, may have issues like this too.

Thanks

07 May 2008, 18:58
#1367
hjl avatar

hjl

New Zenner

Join Date:
Oct 2007
Location:
South Africa
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hello,
Can someone please help me.

I'm using my site as a showcase only for the time being.

I did set it to Showcase in admin. Now I would like to remove the "Specials..." link from the Categories box. I've tried everything I could think of. I would also like to know if I can remove the link between the specials and categories links. It doesn't serve any purpose but I don't know how to get rid of it

And also if you could help me with some info on how to remove or hide the "Shopping Cart" and "Checkout links" at the top of the page. I only need the "Home" link.

If I'm not making any sense please visit my site and have a look http://www.complete-online.co.za

I would really appreciate any help.

Thank you.:wacko:

08 May 2008, 00:58
#1368
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I found an issue with this template

Paragraph spaces dont Show

http://www.homepartyusa.com/bayberry-lane-spring-2008-p-5.html

That description should be like this

This catalog is perfect for a number of uses including Mail Order, Catalog distribution, leave-behinds, order stuffers and more! It's updated seasonally and has a bound in envelope, making it easy for your customers to place their orders. Filled with hundreds of high impulse products. An exceptional marketing tool to help grow your business!

Note: Prices listed in the Bayberry Lane catalog are RETAIL PRICES. Our company's name is NOT printed on any catalog so you can pass them off as your catalogs.

I switched over to the default template and the sapce is there

Any ideas? Cant believe no one else has found this

08 May 2008, 02:03
#1369
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

you have to hit enter twice in order for the space to show up and some times that wont even work

08 May 2008, 03:31
#1370
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I wouldn't think it's the template that causes this but rather the HTML Editor. I am using FCKeditor and I am not having this issue. Just to be sure I went into my test site and opened a product. There were no blank lines (paragraph lines) so I opened the product in my Admin->Catalog->Categories/Products. I manually hit Enter once in the description to add the paragraph, saved the changes then refreshed the product in my other browser window. The paragraph line was there but it was more like a line-break <br> in html. As you said above, pressing enter twice will give you a full blank line. Just to be certain I tested this on 2 more products and everyone worked.

Maybe change HTML editors?

08 May 2008, 13:48
#1371
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

CnTGifts:

I switched over to the default template and the space is there

Any ideas? Cant believe no one else has found this

You can either use two <br />'s between your paragraphs (in plain text mode), use the HTML editor instead and press enter twice, or add this to your css:

p {padding:.5em;}

08 May 2008, 13:55
#1372
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

HJL:

Hello,
Can someone please help me.

I'm using my site as a showcase only for the time being.

I did set it to Showcase in admin. Now I would like to remove the "Specials..." link from the Categories box. I've tried everything I could think of. I would also like to know if I can remove the link between the specials and categories links. It doesn't serve any purpose but I don't know how to get rid of it

And also if you could help me with some info on how to remove or hide the "Shopping Cart" and "Checkout links" at the top of the page. I only need the "Home" link.

If I'm not making any sense please visit my site and have a look http://www.complete-online.co.za

I would really appreciate any help.

Thank you.:wacko:

  1. Specials Link: Turn off in admin, under Configuration, "Layout Settings". You can also turn off the line between specials and categories there:
    Categories Separator between links Status

  2. Open up includes/templates/cherry_zen/common/tpl_header.php and change this section (approx. 39-46)

      } else {
        if (STORE_STATUS == '0') {
?>
            <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
            <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
            <?php } } ?>
            <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS; ?></span></a></li>
            <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT; ?></span></a></li>

to this:

      } else {
        if (STORE_STATUS == '0') {
?>
            <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
            <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
            <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS; ?></span></a></li>
            <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT; ?></span></a></li>
            <?php } } ?>
08 May 2008, 13:57
#1373
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

FatGuyinAZ:

I'm having an issue with this template when viewed with IE6. I wasn't aware of this until I saw it tonight at my sister's house. The sidebox and headers on the right are not in alignment. If anyone could check out my site with IE6 then offer some sort of fix, that would be awesome.

Thank you

Do you have this in your css (added in my last update):

* html #navColumnTwo {
    margin-right: -170px !important; /* Fixes IE6 Issue */
    }
08 May 2008, 14:20
#1374
hjl avatar

hjl

New Zenner

Join Date:
Oct 2007
Location:
South Africa
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thank you very much Jade,

I really do appreciate the help!!

HJL

08 May 2008, 16:32
#1375
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thank you that works

08 May 2008, 18:54
#1376
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Do you have this in your css (added in my last update):

  • html #navColumnTwo {
    margin-right: -170px !important; /* Fixes IE6 Issue */
    }

Yes that is in the CSS I have. I am using your 1.5 version of Cherry Zen. I started thinking and I changed the above from -170 to -150 and the problem is fixed.

Thank you
08 May 2008, 21:18
#1377
kbmets7 avatar

kbmets7

Zen Follower

Join Date:
Jan 2008
Posts:
89
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Great template. Just downloaded it for a new site.

I have a question, how do I center align the EzPages gray bar below the logo? Right now it is left aligned. Thanks again!

Kevin
https://www.PosterExpo.com
https://www.Artisthood.com

08 May 2008, 22:08
#1378
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

kbmets7:

Great template. Just downloaded it for a new site.

I have a question, how do I center align the EzPages gray bar below the logo? Right now it is left aligned. Thanks again!

Kevin
https://www.PosterExpo.com
https://www.Artisthood.com

Try adding text-align:center to #navEZPagesTop

08 May 2008, 22:21
#1379
nonamejava avatar

nonamejava

New Zenner

Join Date:
Jul 2007
Posts:
9
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi Jade! Love this template. This looks great!

I am switching our site https://www.NoNameJava.com over to this template and am having a couple minor issues (one I'm sure is anyway).

Could you tell me how to get the logo and banner at the top to line up without any spaces. I have a 750px wide logo and a 250px wide banner to cover the minimum site width of 1000px. The logo is set to float left and I have removed (set to 0px) the side margin - although there still seems to be a small space there. I'd like the banner to float to the right inline with the logo, but it wants to fall below and towards the center???

Ultimately I'd like to have these inline with another bar running below the logo (like the search bar/home/checkout...) with links to catagories and contact us pages etc.

The other issue is with the shopping cart side box. If I set this to be on I get the following error in the sidebox:

Fatal error: Call to undefined function: tm_box_head() in /usr/local/4admin/apache/vhosts/nonamejava.com/httpdocs/includes/templates/template_default/sideboxes/tpl_shopping_cart.php on line 64

Any help you could give would be greatly appreciated.

By the way... are you a coffee drinker?

08 May 2008, 22:43
#1380
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

nonamejava:

Hi Jade! Love this template. This looks great!

I am switching our site https://www.NoNameJava.com over to this template and am having a couple minor issues (one I'm sure is anyway).

Could you tell me how to get the logo and banner at the top to line up without any spaces. I have a 750px wide logo and a 250px wide banner to cover the minimum site width of 1000px. The logo is set to float left and I have removed (set to 0px) the side margin - although there still seems to be a small space there. I'd like the banner to float to the right inline with the logo, but it wants to fall below and towards the center???

Ultimately I'd like to have these inline with another bar running below the logo (like the search bar/home/checkout...) with links to catagories and contact us pages etc.

The other issue is with the shopping cart side box. If I set this to be on I get the following error in the sidebox:

Fatal error: Call to undefined function: tm_box_head() in /usr/local/4admin/apache/vhosts/nonamejava.com/httpdocs/includes/templates/template_default/sideboxes/tpl_shopping_cart.php on line 64

Any help you could give would be greatly appreciated.

By the way... are you a coffee drinker?
You'll have to set the width of the site to a static width, and it will have to be a little bigger than 1000px because of padding issues and such (try 1020px).Change #nw in stylesheet.css to the below:

#nw {
	width:1020px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
	}