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.
The issue here is that the user wants to combine 2 separate custom fields into one filter for a search.
Solution:
Unfortunately no you won't be able combine 2 different custom fields into 1 for a search as they will need to be queried as separate meta queries in the database.
Because of this if the fields are combined as one filter then you won't be able to do it.