Problem:
Multiple conditions - Cant add using Toolset conditional block
Solution:
When you edit your conditional block in GUI mode, at bottom of that block after your 2nd condition when you move mouse you will see a + sign that will allow you to add new condition.
Problem: I have a View of taxonomy terms that displays each term as a link in a grid of results. Google recommends increasing the space between each item so that it is more easily clickable on mobile devices. How can I increase the gap between rows in the View results?
Solution: Use CSS padding applied to a wrapper element around the taxonomy shortcode in the loop to increase the gap between rows.
<div class="tssupp-padding-top-bottom-8px">
Example content: [wpv-taxonomy-link]
</div>
Problem: I am trying to edit a Content Template in the Block Editor but I see an error "Something went wrong while fetching the dynamic content from the selected source".
Solution: Use the "View with:" menu at the top of the block editor to select one of the posts you expect to display with this Content Template. That will fix the problem where Dynamic Sources have no context.
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:
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.