Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
kbmets7
I tried putting a word in the tagline "today's" but it made the whole site disappear. I assume it is because of the apostrophe. How do I put an apostrophe in the tagline to make it work?
Put a backslash before the apostrophe.
3 Attachment(s)
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
There's nothing in the template preventing any sideboxes from showing up. Do you have any banners turned setup? The shopping cart won't show up until something is in the cart, and order history won't show up until someone is logged in. The best sellers won't show up until you've had orders, and specials and featured won't show up unless you have set specials and featured products setup. Whats new won't show up until you add products.
Thank you for clarifying that.
Gosh, I feel dumb. Once I added some product, purchased something I then was able to see most of the side boxes. I still can't see any banner boxes and all the banners are turned on.
I included a screen shot of the banner manager, column boxes and the site.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
MacDogg
Thank you for clarifying that.
Gosh, I feel dumb. Once I added some product, purchased something I then was able to see most of the side boxes. I still can't see any banner boxes and all the banners are turned on.
I included a screen shot of the banner manager, column boxes and the site.
Ignore my previous message, except the thank you.
I got it going now. I copied over the sideboxes folder to the server and now it works...
Re: Cherry Zen Template Support Thread
Hi Jettture,
I sussed out the culprit that was preventing the "Successfully added Product to the cart ..." box from showing. In the code below, I had changed margin-top to 0px. I changed it to 1px and the box shows again! :-)
Code:
body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:1px;
}
Now when there is no item in the cart, the top of the sideboxes touch the bottom of the green nav bar (there is no gap). However, when an item is added to the cart, the sideboxes drop down leaving a gap between the top of the side boxes and the bottom of the green nav bar...
Not a big deal, but how do I either 1)always have a gap there (even when no item is in the cart) or 2)never have a gap there (even when there is an item in the cart)??? You can see here www.allk-9.com/test Look at it with no item in the cart and then look at it with an item in the cart. You can see the gap between the top of the sideboxes and the bottom of the green nav bar that appears and disappears.
Thanks.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
FatGuyinAZ
I was curious if I could move the
Home |
Log In |
My Account to the left part of the page, where the header search box is? I have that search box turned off. Would I put the:
PHP Code:
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li>
and
PHP Code:
<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>
sections of the tpl_header.php into the navMainSearch div? Also, would the
PHP Code:
if (STORE_STATUS == '0')
have to be moved up higher in the file?
If there is a way to do this and this isn't the proper way of doing it, please let me know. I am not going to mess around with the files unless I know for sure. As always, I would make a backup of all files before doing anything.
Thank you,
Has anyone looked into this?
Re: Cherry Zen Template Support Thread
Hi Jade, 1st off, thank you for all of your contributions and time you have dedicated to the ZC world :smile:
I love your the product info layout in your cherry zen template, and want my product info displayed just like it. However if I copy over the tpl_modules_attributes.php , tpl_modules_main_product_image.php , and tpl_product_info_display.php files, it doesn't look near the same. I imagine that there is a lot defined within the stylesheet for it, and that is why it looks different.
Do you know how I can use the product info display you have designed with my current template? Or if I can reference your stylesheet for these files alone?
Thanks!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
litepockets
Hi Jade, 1st off, thank you for all of your contributions and time you have dedicated to the ZC world :smile:
I love your the product info layout in your cherry zen template, and want my product info displayed just like it. However if I copy over the tpl_modules_attributes.php , tpl_modules_main_product_image.php , and tpl_product_info_display.php files, it doesn't look near the same. I imagine that there is a lot defined within the stylesheet for it, and that is why it looks different.
Do you know how I can use the product info display you have designed with my current template? Or if I can reference your stylesheet for these files alone?
Thanks!
There's a section in the stylesheet that deals with the product info page, it should be marked off with hidden comments, down toward the end of the stylesheet. You can use that section, and then delete any of the same sections from your main stylesheet.
Glad you like the product info layout, I like it too. :cool:
Re: Cherry Zen Template Support Thread
I've searched, but couldn't find the answer. Maybe I didn't use the right terms or found my answer but didn't realize I had. I've looked at this so long I'm :wacko:
Anyway...I want to disable the right column on my Product Info page. I got that accomplished, but the grey background is still there.
What do I need to add to my stylesheet.css to make the right background image not show and my product information take up the whole page instead?
Thanks! :smile:
Re: Cherry Zen Template Support Thread
I've installed the Cherry Zen template but am having problems with the name of the customer not appearing in the Billing Address section on the order email, on the invoice/packingslip or on the admin orders page.
All that appears in the email is the word 'firstname' and the correct surname. I have searched but cannot find an answer to this. When I look in the database, the customer's first name is there.
BTW. Thank you for the lovely template.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Boggled
I've searched, but couldn't find the answer. Maybe I didn't use the right terms or found my answer but didn't realize I had. I've looked at this so long I'm :wacko:
Anyway...I want to disable the right column on my Product Info page. I got that accomplished, but the grey background is still there.
What do I need to add to my stylesheet.css to make the right background image not show and my product information take up the whole page instead?
Thanks! :smile:
The grey is controlled by a background image in the css. You'll have to also disable that background image in the css for that page as well.