New Zenner
- Join Date:
- Jul 2007
- Posts:
- 9
- Plugin Contributions:
- 0
Cherry Zen Template Support Thread
I tried that - I went all the way to 1200px - the site got wider, but the banner stayed where it is.
Views: 844,697
New Zenner
I tried that - I went all the way to 1200px - the site got wider, but the banner stayed where it is.
Totally Zenned
Wit hthe built in Quanity Discounts going the table messes up on some prodducts when you have your text set to larger
http://www.homepartyusa.com/apple-shower-gelsoap-set-p-12.html
See the 12-23
$2.07
the 12 and 23 display on 2 seperate lines
Totally Zenned
never mind i got it sorted
Zen Follower
I just installed image handler with by cherry zen template. Ouch...it moved my entire site down, so there is now a big border at the top. Plus, the x box is there, but it doesn't appear to be working. Thoughts...
https://www.artisthood.com (put your cursor over a product image at the bottom)
Zen Follower
Never mind. Found the answer here.
http://www.zen-cart.com/forum/showthread.php?p=540121&highlight=cherry+image+handler#post540121
I love the template. Will make donation soon.
Totally Zenned
nonamejava:
I tried that - I went all the way to 1200px - the site got wider, but the banner stayed where it is.
Yup, you also need to remove width:75% from #taglineWrapper, remove the padding for #bannerTwo.
New Zenner
Great. Thank you!
New Zenner
I just installed Cherry Zen yesterday and I am trying to position the layout boxes, however, it will not show more than 4 boxes. Currently I have Categories and Information on the left and Search and Who's Online on the right.
In the layout Boxes Controller I have Categories, Info, What's New, Featured and Banner Box all turned on, left column, sort order set to 10, 20, 30, 40, 45, 300 respectivly, single column sort order all set to 0, single colum status all set to off.
I have best seller, order history, search, shoipping cart, banner box all, banner box 2, specials and who's online all turned on, right column, sort order set to 10, 15, 20, 25, 30, 40, 45, 200 respectivly, single column sort order all set to 0, single colum status all set to off.
I have set sort order to 0 for all just in case that was an issue but it still doesn't show me all the boxes.
Any suggestions?
TIA.
Totally Zenned
MacDogg:
I just installed Cherry Zen yesterday and I am trying to position the layout boxes, however, it will not show more than 4 boxes. Currently I have Categories and Information on the left and Search and Who's Online on the right.
In the layout Boxes Controller I have Categories, Info, What's New, Featured and Banner Box all turned on, left column, sort order set to 10, 20, 30, 40, 45, 300 respectivly, single column sort order all set to 0, single colum status all set to off.
I have best seller, order history, search, shoipping cart, banner box all, banner box 2, specials and who's online all turned on, right column, sort order set to 10, 15, 20, 25, 30, 40, 45, 200 respectivly, single column sort order all set to 0, single colum status all set to off.
I have set sort order to 0 for all just in case that was an issue but it still doesn't show me all the boxes.
Any suggestions?
TIA.
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.
Zen Follower
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?
Totally Zenned
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.
New Zenner
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.
New Zenner
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...
Totally Zenned
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! :-)
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.
Zen Follower
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li> ```and > > ```php <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 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,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:
Has anyone looked into this?
Zen Follower
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!
Totally Zenned
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:
Zen Follower
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:
New Zenner
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.
Totally Zenned
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.
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.