Hi,
I went to take a look and saw that only the detail layout was available now?
Hi,
I fixed the problem by changing the dimensions of my images. I made it 215px width and 360px height and it worked fine. If your image width is more than its height then it goes out of the box on the right or left side.
Later the user requested to hide the images so i changed the default view to details and hid images using css. Following is my css code.
.prod-cat-inner {float:left;}
.prod-cat-sidebar {float:right;}
.upcp-list-toggle-icon{display:none;}
.upcp-thumb-toggle-icon {display:none;}
.upcp-details-toggle-icon{display:none;}
.upcp-detail-image-div {display:none;}
.upcp-detail-item {width:450px;}
and for the page..
[product-catalogue id=’6′ starting_layout=’Detail’ products_per_page=’8′]
But the problem is I am not able to limit the number of products per page using products_per_page..Can you tell me how to do it?
this is my page –
http://rangoonrestaurant.ca/?page_id=216
Hi,
Products per page didn’t end up being implemented, because it didn’t seem to make sense with sorting. If it’s something that people would like (see version 2.1 suggestion thread), then it can get put in to the next version of the plugin.
Hello from Aus
I am using your Ultimate Catalogue plugin and was wondering whether you can tell me the best way to remove the word “Details” and the corresponding arrow from the product.
My test link is http://cloud-cfos.com.au/product1/?preview=true&preview_id=1407&preview_nonce=26820e5239
Thanks
Regards
Hi There,
You can add this as custom CSS to your catalogue:
.upcp-detail-details-link {display:none;}
Let me know if that doesn’t work.