Problem: I would like to create a View of taxonomy terms, but I cannot select a taxonomy in Content Selection.
Solution: The Blocks Editor does not yet support Views of taxonomy terms or Views of Users. Instead, you must use the legacy editor to build these Views and place them in the Block Editor using the wpv-view shortcode.
Problem: I have defined a custom field in my Form and set its value using a URL parameter. I would like to hide that field on the front-end, but if I use HTML comments the field value is not saved. How can I hide the field but save the value from a URL parameter?
Solution: Use CSS to hide the field itself or a container element:
Problem:
The user is using a slider and would like to have different sizes and item numbers depending on the screen.
Solution:
We can implement this with two views/sliders inside two container blocks.
The first container block is configured to be hidden for mobile, and the second one is configured to be visible only on a mobile. Check this screenshot on how to make the container hidden for tablets http://prntscr.com/10m3jy3
The first container holds the slider view that you have already prepared(3cols, 3items for Desktop. 2cols 3items for tablet ). And the second container holds a new slider view that has 1 column and 1 item.