Problem:
The user was not able to display a field that accepts multiple instances.
Solution:
The field's slug inside the wpv-for-each shortcode needs to be the actuall slug in the database. Toolset fields are saved on the database prefixed by 'wpcf-'. I fixed the shortcode and it is now working, check this screenshot http://prntscr.com/tr9q2d
Problem: I have a one-to-many post relationship set up between two post types. On the parent post, I would like to display a View of child posts. On the child post, I would like to display a View of sibling posts.
Solution: On the parent post template, insert a View of the child post type. Add a Query Filter for post relationship, set by the post where the View is shown. In the child post type template, insert a View of the child post type. Add a post relationship Query Filter set by a shortcode attribute "wpvrelatedto". In the View shortcode, pass in the current post's parent post ID using the following format:
[wpv-view name="Your Child View Number 2" wpvrelatedto="[wpv-post-id item='@relationship-slug.parent']"]
We document known issues and their solutions in Toolset errata. Save time by checking there first and seeing if what you are facing is a known issue. This list is kept short. We do our best to resolve all known issues with every release of Toolset plugins.
Support Policy
Toolset staff will help you use the Toolset plugins correctly, provide any information you need, help troubleshoot problems and advice on best-practices.
Please make sure to issue only one topic per each support ticket.