Customizing 'JM Products' in backend

Hey!

First, I love the template, and I’m using it on a new website. In the JM Products configuration, I cannot get the "Height of Thumbnail" and "Width of thumbnail" options to work.

No matter what value I choose, the thumbnails remain in the same size. I’ve flushed all cache.

Is there any way I can manually set the default size of the thumbnails?

I also need to remove the "Add to cart" on hover that appears on the products displayed on the homepage. Please let me know how I can do this.

Cheers!
Baba

3 answers

Profile photo of Sherlock 0.00 $tone December 28, 2012
Public

Hi bbangali,

I just go to your back-end, try to make change at the the "Height of Thumbnail" and "Width of thumbnail" field as you mentioned and I see it work, the image size at the front-end got changed following, please let me know in more details why did you think it does not work.

To remove the add to cart on hover at the product you open the file of skin/frontend/default/jm_wall/css/theme.css look for this css
.
HTML Code:

products-grid .actions .btn-cart {
left: 0;
position: absolute;
top: -100px;
width: 100%;
}

change it to

HTML Code:

.products-grid .actions .btn-cart {
display: none;
left: 0;
position: absolute;
top: -100px;
width: 100%;
}

Hope it helps !

#1
Profile photo of Susan Proctor 0.00 $tone February 3, 2013
Public

Hi, Support

I also have the same problem, as I change the height and the width of the thumbnails in the JM Products configuration and, but the thumbnails remain the same!

I have tried this many times. Could you advise me please?

Thanks.

#2

Please login or Register to Submit Answer

Written By

Comments