This plugin works with posts, if you made pages, they don’t use categories. So it won’t display any.
I have the same problem. “There are no categories to display”
I have WooCommerce on WordPress which means in addition to pages and posts there is a third type of called Products. All my Products posts are in categories. Anyway to get this to work using WooCommerce Categories and Products? Thanks!
You can modify getCategories function and where it says type, add the type of WooCommerce, i would like to give support to this plugin but don’t know what users wants, if you can email me how it should work with WooCommerce, i would appreciate it.
Sorry that’s all the info I have. I’m not a programmer. Thanks and I hope you work it out.
Ok, no problem. Can you tell me how would you like this plugin work with eCommerce? Should it show its categories?
Yeah it should work exactly like it works for pages and posts. The difference is that the Product pages are inside of Woocommerce, also the categories. I think people using the Woocommerce plugin would find it very useful. Hard to find a sitemap or tree structure for the content section of WP. There are plenty for the sidebar but a shortcode for this is really hard to find.
Great plugin – thanks!
I also wanted this work work with Woocommerce categories:
To make this plugin work with Woocommerce categories I altered the file >> jquery-categories-list.php
Wherever is says:
'taxonomy' => 'category',
I changed this to:
'taxonomy' => 'product_cat',
Now is working with Woocommerce categories… hope that helps 😀
THANKS!!!! It works 🙂 I’ll add this feature for next version.