Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Veronika7747
Since I am having difficulties with Short Desc., the test site on ISP does not have it yet. But even when you look at:
http://store.annron.com/index.php?ma...=index&cPath=1
there is not much space between the long desc. and the Model.
I just noticed that that left justify I did justifies all data (including the price). How can I left justify ONLY the long desc.?
In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.
Also, the description text there is already left justified, so remove this:
Code:
.productListing-data
{
text-align:left;
padding-right:10px;
}
And you can add this to get more padding around the description:
Code:
.listingDescription{padding:10px;}
Re: Cherry Zen Template Support Thread
[QUOTE=jettrue;475775]In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.
Above just gives more room for all the other things, but not more space between Short Desc. and Model. Right now, headings for these two run together.
Thank you for all your help.
Re: Cherry Zen Template Support Thread
[QUOTE=Veronika7747;475782]
Quote:
Originally Posted by
jettrue
In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.
Above just gives more room for all the other things, but not more space between Short Desc. and Model. Right now, headings for these two run together.
Thank you for all your help.
You didn't add this part, as per my instructions:
.listingDescription{padding:10px;}
Re: Cherry Zen Template Support Thread
[QUOTE=jettrue;475797]
Quote:
Originally Posted by
Veronika7747
You didn't add this part, as per my instructions:
.listingDescription{padding:10px;}
Sorry, I was still working on my laptop version. I've uploaded to ISP, it now includes Short Description (heading Sub_Category on my page) and when you look at: http://store.annron.com/index.php?ma...=index&cPath=1
you can see what I was trying to adjust (space between that and Model), but it's O.K., I am happy I was able to incorporate short desc. into the template without seeing "double".
Thanks again
Re: Cherry Zen Template Support Thread
[QUOTE=Veronika7747;475849]
Quote:
Originally Posted by
jettrue
Sorry, I was still working on my laptop version. I've uploaded to ISP, it now includes Short Description (heading Sub_Category on my page) and when you look at:
http://store.annron.com/index.php?ma...=index&cPath=1
you can see what I was trying to adjust (space between that and Model), but it's O.K., I am happy I was able to incorporate short desc. into the template without seeing "double".
Thanks again
Well, if I were you, I'd remove some of those things. Do the shoppers really need to see the model number? Or even the subcategory?
Anyhoo, I've played around with some css coding that will help. I would first change your price column width to something smaller, like 75 or 100, like I mentioned before.
Then remove your .productlisting-data css, and then add this chunk:
.productListing-data {text-align:center;}
/* Added for more space around long desc and left justify text */
.listingDescription{padding:10px;text-align:left;}
#listCell0-0{width:165px;} /*width of image column*/
#listCell0-1 {width:450px;} /*width of description column*/
Now, this won't help the padding all that much between subcategory and model, it will only help with a wide browser. I think you just have TOO much there, and there's not much to do about that, except remove some.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Make sure all the language files from the template are uploaded and are in their correct spots.
Many Thanks for thank there was one in the wrong place. Sorry its took so long to get back on here lol
Re: Cherry Zen Template Support Thread
[QUOTE=jettrue;475954]
Quote:
Originally Posted by
Veronika7747
Well, if I were you, I'd remove some of those things. Do the shoppers really need to see the model number? Or even the subcategory?
Anyhoo, I've played around with some css coding that will help. I would first change your price column width to something smaller, like 75 or 100, like I mentioned before.
Then remove your .productlisting-data css, and then add this chunk:
.productListing-data {text-align:center;}
/* Added for more space around long desc and left justify text */
.listingDescription{padding:10px;text-align:left;}
#listCell0-0{width:165px;} /*width of image column*/
#listCell0-1 {width:450px;} /*width of description column*/
Now, this won't help the padding all that much between subcategory and model, it will only help with a wide browser. I think you just have TOO much there, and there's not much to do about that, except remove some.
Thank you again. Once finished this will be retail & wholesale site and the "Model" is the product ID which is required for wholesale. I managed to change the word "Model" to "ID", but not on the heading as yet.
Also during my upload, I "lost" the data for sub_category on the display page. It works fine on my laptop... and I am still trying to find the pages to include this additional field on "all listing, new listing etc."
Re: Cherry Zen Template Support Thread
[QUOTE=Veronika7747;476055]
Quote:
Originally Posted by
jettrue
Thank you again. Once finished this will be retail & wholesale site and the "Model" is the product ID which is required for wholesale. I managed to change the word "Model" to "ID", but not on the heading as yet.
Also during my upload, I "lost" the data for sub_category on the display page. It works fine on my laptop... and I am still trying to find the pages to include this additional field on "all listing, new listing etc."
But does the customer need to see the model number before they add it to their cart? The model # will show up on your admin details, and on their invoice, I think.
Anyhoo...
You may find the subcategory code here you added here:
tpl_modules_product_listing.php, since its working on your Product Listing page.
Re: Cherry Zen Template Support Thread
[QUOTE=jettrue;476167]
Quote:
Originally Posted by
Veronika7747
But does the customer need to see the model number before they add it to their cart? The model # will show up on your admin details, and on their invoice, I think.
Anyhoo...
You may find the subcategory code here you added here:
tpl_modules_product_listing.php, since its working on your Product Listing page.
All the tpl_ were/are identical, BUT my main_template_vars.php did not upload properly! Took me almost a whole day to find it..
Thank you for your help!
Re: Cherry Zen Template Support Thread
Hi Jettrue,
Thank you very vey much for this wonderful template! I think it's one of the best out there, free or paid.. and I'm donating once I'm done with twicking the template.
I have an issue I'm hoping you can guide me how to resolve it. I don't remember doing anything to cause this but here is the problem: on product and category listing the Model, Manufacturer name and image are bunched up together (only on some items). You can see it here: hxxp://www.arearugsclub.com/rugs/index.php?main_page=index&cPath=1
thank you very much!
PS: I sent a pm while ago, did you get it?