Problem:
Assign a template to the products pages of a specific category
Solution:
You can use the view/block filter hook "wpv_filter_force_template" to assign content template dynamically for single product posts based on the taxonomy term or product category.
The issue here is that the user was searching for the Image box block as per our tutorial.
Solution:
The Image box in the tutorials is referring to how to make use of Toolset Dynamic sources. The Image Box block is not apart of the Toolset package, its a part of the Ultimate Gutenburg addon in the link below. https://wpstackable.com/
Problem: When I try to display a grid View in Elementor using a shortcode, the grid is shown in a single column instead of 3 columns. If I display the same View without Elementor, 3 columns are displayed as expected.
Solution: Copy the missing CSS and paste it into the View's Custom CSS panel:
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>