Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
I'm not seeing this happen anywhere, can you point me to a specific page where this occurs?
The site is live with the template now. If you click on the subcategories product listing, you will see that the product descriptions are in duplicates.
thanks,
Isvara dasa.
my site is www.touchstonemedia.com
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
I'm not seeing this happen anywhere, can you point me to a specific page where this occurs?
The site is live with the template now. If you click on the subcategories product listing, you will see that the product descriptions are in duplicates.
thanks,
Isvara dasa.
my site is www.touchstonemedia.com
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
isvara99######################
The site is live with the template now. If you click on the subcategories product listing, you will see that the product descriptions are in duplicates.
thanks,
Isvara dasa.
my site is
www.touchstonemedia.com
Ah, I see, I was looking in the wrong spot.
So this only occurs in the Cherry Zen Template? I can reproduce this error on my site. Have you made any modifications to includes/modules/cherry_zen/product_listing.php?
Re: Cherry Zen Template Support Thread
Hi Jettrue,
I am using your Cherry zen on one of my sites and I love it. But I want to know how, if it's possible, to use the drop shadow on the product info images on my other site. I don't want to install the whole template as I'm pretty happy with the site the way it is. I want to add it to the Kelly's Country Corner site. I use a tan background image and I think the illusion that the images are actual bordered photos would look really nice. Is there any way to do that without the whole template? Nothing against the template...you know I love it! :smile:
Thanks,
Kelly
Re: Cherry Zen Template Support Thread
Hi,
I uploaded the zen template.
Now I am wondering how to get rid of the categories listed at the top of the page.
I mean when I list a category in the menu it also shows up on the top of the page and I don't want that.
Ex. http://www.the-unique-boutique.com I stopped working on it because I want the category at the top removed before I get too involved.
Thanks for any help
sandra
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Ah, I see, I was looking in the wrong spot.
So this only occurs in the Cherry Zen Template? I can reproduce this error on my site. Have you made any modifications to includes/modules/cherry_zen/product_listing.php?
No, I did not make any modification to the product_listing.php nor do I know how to do it. I am not a programmer.
thanks,
Isvara dasa.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sleepless
Hi Jettrue,
I am using your Cherry zen on one of my sites and I love it. But I want to know how, if it's possible, to use the drop shadow on the product info images on my other site. I don't want to install the whole template as I'm pretty happy with the site the way it is. I want to add it to the Kelly's Country Corner site. I use a tan background image and I think the illusion that the images are actual bordered photos would look really nice. Is there any way to do that without the whole template? Nothing against the template...you know I love it! :smile:
Thanks,
Kelly
Sure, all you'd have to do is upload includes/templates/cherry_zen/tpl_modules_main_product_image.php (to your template folder of course)
Then add this to your css:
Code:
#productMainImage{
float:left;
background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
background: url("../images/shadow.gif") no-repeat bottom right;
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
}
#productMainImage img{
display: block;
position: relative;
background: #ffffff;
margin: -3px 6px 6px -3px;
border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
padding: 4px;
}
I think that will take care of it!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
icyorchid
Hi,
I uploaded the zen template.
Now I am wondering how to get rid of the categories listed at the top of the page.
I mean when I list a category in the menu it also shows up on the top of the page and I don't want that.
Ex.
http://www.the-unique-boutique.com I stopped working on it because I want the category at the top removed before I get too involved.
Thanks for any help
sandra
That's not part of the template per se, you can just go to your admin and turn off "Categories-Tabs Menu" under "configuration", "Layout settings"
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
isvara99######################
No, I did not make any modification to the product_listing.php nor do I know how to do it. I am not a programmer.
thanks,
Isvara dasa.
Does this occur when you switch to any other template?
Re: Cherry Zen Template Support Thread
Thank you! It looks great!!
Kelly