Problem:
Is there a feature where Types can show the user's gravatar image?
Solution:
To display the gravatar image based on the email, you need to write the custom shortcode that should return the gravatar image based on email.
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.