The galleries are initialized on the first load, but after subsequent AJAX requests(after filtering) the galleries are not initialized, we need to add custom Javascript code to do it. I added the following code to trigger galleries initialization after filtering with AJAX or after AJAX pagination. http://prntscr.com/xswedy
Problem:
The user was using a form to create products from the frontend, the attributes were not appearing in the products on the backend, and they were appearing in the WCFM dashboard.
Solution:
It turns out that WooCommerce saves the attributes in the taxonomy terms table when a product is created. And If it is a variable product it also saves the attributes in a custom field on the product (_product_attributes). I think that WooCommerce pulls the values of this custom field in the backend and that WCFM pulls the attributes from the taxonomy terms table.
Problem: After activating any one of several Toolset plugins, the column-based design of the My Account page for WooCommerce is broken. I use a child of the GeneratePress theme.
Solution: Deactivate Bootstrap by going to Toolset > Settings > General tab.
Problem: I would like to create a custom Content Template for single Products using Toolset WooCommerce Blocks, but I cannot select a WooCommerce Blocks template in the WooCommerce Blocks settings. I only see WooCommerce Views template.
Solution: WooCommerce Views and WooCommerce Blocks are the same thing, the names are used interchangeably. Select the WooCommerce Views template.