Problem: I have a custom search View and I would like to display the filters only in a widget on my site. I would like to display the results on the same page, but the WP Views Filter widget does not allow me to set the destination of the results like this.
Solution: Use a custom HTML widget instead with the wpv-form-view shortcode:
The issue here is that the user wanted to exclude their products from the general site search on the frontend.
Solution:
This is actually an issue with Woocommerce itself. The Woocommerce setting on the Products to hide them from Shop and Search only applies to the Shop Search and not the general Site wide search.
Problem:
Image srcset in toolset blocks for custom image with custom size
Solution:
The srcset will be available when a WordPress registered size used to display the image, if you are using the custom image size, it will not used..
Having said that, srcset will not be applied when you are using the custom image size.
The issue here is that the user's templates suddenly stops showing.
Solution:
In this user's case the issue was being caused by the NextGen plugin. This was introduced in version 3.9.0 of NextGen. If you have this plugin you can revert to a previous version or disable it.
Should this occur and you don't have NextGen installed I would recommend opening a ticket in our Support Forum.