Problem:
The user has a grid view that should display 2*3 elements, and it was displaying 3 rows with (3,2,1) columns.
Solution:
The issue was caused by a nested <em> HTML tag in the custom field used inside the loop of the view. That breaks the validity of the whole view and Toolset generated an undesired grid.
Once we removed the child "em" tag, the issue was fixed.
Toolset Blocks plugin is based on WordPress Blocks editor, if you are using other page builders to design the page, and display shortcodes in other page builders, it is not recommended to setup the view block or map block, this will conduct unexpected results.
To avoid those unexpected results, you need to setup views with classic editor, and display views with shortcodes.
Problem:
Extend Views Search - How to reset the view filters
Solution:
With Toolset custom search, it offers the Reset button, What if you try to use the Reset button and before performing new search try to Reset your search.
Problem:
The user was unable to choose the featured image in an Image block inside an archive template.
Solution:
Because the archive template is assigned to a taxonomy, we can't tell what custom post types it will display and if they implement the featured image.
This will be fixed in the future.