It supports any custom post types including WooCommerce. However, i do not have any WooCommerce powered demo site, not even w4dev uses WooCommerce π
It’s free, so you can try it.
Thanks for the quick reply.
Will try.
Will it support pagination with the short-code?
Yes of-course. Please check the demo and plugin details π
Some success and good show!.
Now some questions :
1) How to remove the huge blank space above the listing?
2) As you can see some thumbnails are jumbled-up. How to fix this?
3) How to get the title below the image and wrap around the image size?
4) Finally, most important, I don’t see the pagination?
Page link : http://www.nammavidyaranyapura.org/test22/
original woocommerce shop page : http://www.nammavidyaranyapura.org/product-category/all-shops/
Help?
I tried to fix the jumbled-up images using display=table.
Seems to be working on all browsers, except firefox.
There’s a <pre> tag around the shortcode which is causing the space. And for the #w4pl-list-8778 li, add overflow:hidden to wrap the text within the element.
Thanks for the reply.
How to remove this space?
Also How to get the title below the image.
There are some more meta data associated with the categories.
is it possible to get the same?
I removed some more space from the <p> tags.
Still I see space above the content.
How do I get the pagination?
If I use -1 for the number to be displayed, it is displaying all, but no pagination.
Also, display:table, won’t work in fire-fox – any fix for this?
Hi, use [nav] to display a navigation. It should be outside the loop.
Example:
[posts]
[post_thumbnail]
[title]
[/posts]
[nav]
Thank you very much for pointing out the mistake.
While doing cut/paste, some extra code (<pre…..pre>) added to the page.
I went into HTML mode and deleted the text.
Now display is as expected.
I’m using the shortcode below :
[postlist id=”8778″]
How and where to add the [nav] code?
Also the product display has some more meta fields like cart, read more, price etc, how to get all these added to the display in your plug-in?
I have made another page ‘test22a’ with built-in woocommerce shortcodes.
Have a look at it for reference.