Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
yep lines 387 to 390
Code:
// for all pages except where multiple add to cart is used:
define('SUCCESS_ADDED_TO_CART_PRODUCT', 'Successfully added Product to the cart ...');
// only for where multiple add to cart is used:
define('SUCCESS_ADDED_TO_CART_PRODUCTS', 'Successfully added selected Product(s) to the cart ...');
weird huh?
Well, then I'm not sure what the issue is, but I'm pretty sure its not the template. Maybe if you ask in the general forum, someone might have more advice for you. I've seen an error message pop up when I've tried adding a product to your cart without choosing an option, so we know the code "can" work, but for some reason its not working for the cart. I would maybe also suspect some of the extra scripting you have on your site might be conflicting.
Re: Cherry Zen Template Support Thread
hi jettrue;
thanks. i will ask in the general forum. any idea on which files to scrutinize for the problem?
also, any idea why the gap shows between the side columns and the nav bar after adding an item to the cart (but not before)? and how to change that???
thanks.
Re: Cherry Zen Template Support Thread
HI all,
any idea how to increase the product image width/height in the homepage? i tried in the admin-configuration-images.....
but no luck.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sunny747
HI all,
any idea how to increase the product image width/height in the homepage? i tried in the admin-configuration-images.....
but no luck.
Are you talking about the category imagea? That is done where you were, change:
Subcategory Image Height
IF you are talking about the "featured" or "New products" on the home page, those are changed by the:
Small Image Height
Re: Cherry Zen Template Support Thread
in the header search, how are people supposed t osearch if there is no search button there just the field
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Many things (including fonts) can be adjusted in the stylesheet, includes/templates/cherry_zen/css/stylesheet.css
This is where you'll
REPLACE your current #nw:
Code:
#nw {
text-align:center;
vertical-align:top;
margin:0 auto;
}
with this:
Code:
#nw {
text-align:left;
vertical-align:top;
margin:0 auto;
}
You can change the image sizes in your admin, under "configuration", "images".
eh? I have no idea what you mean by the above, LOL.
Thank you so much. Turns out I had to also do the same thing for the css stylesheet backup for it to work but it did work. Again thank you for that.
What I was asking earlier was about link exchanging. I have a page where my banner is displayed for people to add my banner to their site. My problem is that when I enter in the code it only shows my banner and I want the code to show up as well as the banner.
example: http://www.zen-cart.com/index.php?ma...es&pages_id=12
how do I get just the code to show up? This is what I currently have:
http://personalized2perfection.net/i...d=17&chapter=0
Re: Cherry Zen Template Support Thread
Not sure if I should post this here but how does one have text next to a pic?
Let's say I want a picture to be in the left side and on the right of it I want text.
as of now I can only have a picture and then text underneath forcing me to have to center the pic so it looks alright.
http://personalized2perfection.net
there is a pic on my home page that I want to the side (pic of woman and children) with the comment off to the side of the pic.
I also tried to make my side boxes larger but only the blue titles get larger. I try to extend the grey and it will only disappear. What I am trying to do is have each category on one line instead of two...same site:
http://personalized2perfection.net
on the side personalized gifts for kids is on two lines instead of one. is there a way to make the text smaller or make the grey larger without making it disappear?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
CnTGifts
in the header search, how are people supposed t osearch if there is no search button there just the field
Most people know that you enter the text and press enter, many sites are forgoing the search button now, most notably http://www.apple.com
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ashton0603
Thank you so much. Turns out I had to also do the same thing for the css stylesheet backup for it to work but it did work. Again thank you for that.
What I was asking earlier was about link exchanging. I have a page where my banner is displayed for people to add my banner to their site. My problem is that when I enter in the code it only shows my banner and I want the code to show up as well as the banner.
example:
http://www.zen-cart.com/index.php?ma...es&pages_id=12
how do I get just the code to show up? This is what I currently have:
http://personalized2perfection.net/i...d=17&chapter=0
Enter the "<" symbol as < and the ">" symbol as >
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ashton0603
Not sure if I should post this here but how does one have text next to a pic?
Let's say I want a picture to be in the left side and on the right of it I want text.
as of now I can only have a picture and then text underneath forcing me to have to center the pic so it looks alright.
http://personalized2perfection.net
there is a pic on my home page that I want to the side (pic of woman and children) with the comment off to the side of the pic.
I also tried to make my side boxes larger but only the blue titles get larger. I try to extend the grey and it will only disappear. What I am trying to do is have each category on one line instead of two...same site:
http://personalized2perfection.net
on the side personalized gifts for kids is on two lines instead of one. is there a way to make the text smaller or make the grey larger without making it disappear?
Hi,
To get an image to the left, with text to the right, you can add align="left" to the image:
<img src="imagename.jpg" alt="alttext" width="40" height="50" align="left" />
To make the sideboxes bigger, you also have to increase the width of the grey image background behind the sideboxes (includes/templates/cherry_zen/images/sidebox.gif) Open it in an image editing software, enlarge it, and re-upload. Read the readme.txt for FULL details on enlarging the sideboxes (there's other changes that need to be made as well).