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>
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.