I figured out how to show on all pages but I am trying to make the menu look like the one below where it shows all of the children under the main product category. Couple issues with the Pro side menu. The menu is visually spread out with padding around all of the items. 2nd I can not list the categories by “Order” in which they are organized in WooCommerce. 3rd I need the “count” to show. Is there a way with your plugin to achieve what im showing below?
If you are using the default Woocommerce sorting for categories, you can make the widget display in the same order by selecting “Name” as the “Order By” option. See item 1 in the documentation.
You may show the count next to the links by adding the following filter to your active theme’s functions.php file:
You may override your theme styles to reduce the padding around the menu items by adding the following custom CSS to your site:
I wanted to stop in to let you know the option to “Show post counts” made it into our version 9.1.0 release and is now available for both the categories widget and block.
Feel free to update the plugin and remove the filter whenever you like.
Hi Shane,
Can you please send me the following information so I may take a look:
Thank you.
https://staging2.curatetapasbar.com/all-products/
I figured out how to show on all pages but I am trying to make the menu look like the one below where it shows all of the children under the main product category. Couple issues with the Pro side menu. The menu is visually spread out with padding around all of the items. 2nd I can not list the categories by “Order” in which they are organized in WooCommerce. 3rd I need the “count” to show. Is there a way with your plugin to achieve what im showing below?
https://paste.pics/c0f335f1e83fbb23ffc567f75d8b2d64
Hi Shane,
If you are using the default Woocommerce sorting for categories, you can make the widget display in the same order by selecting “Name” as the “Order By” option. See item 1 in the documentation.
You may show the count next to the links by adding the following filter to your active theme’s functions.php file:
You may override your theme styles to reduce the padding around the menu items by adding the following custom CSS to your site:
This CSS will add an indent for child items.
Have a great night!
Checking on this request?
Hi Shane,
Were you able to give the above suggestions a try?
Hi Shane,
I wanted to stop in to let you know the option to “Show post counts” made it into our version 9.1.0 release and is now available for both the categories widget and block.
Feel free to update the plugin and remove the filter whenever you like.
Enjoy!