I am trying to: make full list of Woocommerce Categories
Link to a page where the issue can be seen: hidden link
I expected to see: hidden link
Instead, I got: Empty UL list (but number of li elements is ok).
This problem now is in two places in sidebar ( KATEGORIE PRODUKTÓW ) and below there is another test view.
I want to have list of all Woocommerce categories and display them in every archive page of woocommerce categories taxonomy. Unfortunetly list display elements only when in current category there is at least 1 product - then list is created well. ( hidden link )
But when in some category there is no product than there is no elements of list ( hidden link ) but ul > li structure is created good (good amount of li elements).
Hello. Thank you for contacting the Toolset support.
First of all - After checking to debug information you shared with us, I found that you are using outdated Toolset plugins. We always recommend running your site with latest stable release plugin version.
*** Please make a FULL BACKUP of your database and website.***
Could you please update ALL Toolset plugins to it's latest official released version and try to resolve your issue. You can download the latest plugin release from your accounts page:
=> https://toolset.com/account/downloads/
Well - I tried to reproduce the issue with latest WordPress version + minimum installation (Toolset plugins + default 2007 theme + WPBakery Page Builder (5.5.2) ) and added nested view to taxonomy archive using layout but it just work fine.
I see the workaround for you is to add loop output content to loop output editor rather using content template. As soon as I place all shortcodes added to the content template within view's loop, its just started to work fine.
=> hidden link