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
I have a View with a Container inside. I chose a grey 1 pixel outline for this Container. The grey outline is showing on the web browser. However it is not showing on the mobile.
Solution:
Deactivate plugin "SG Optimizer", test it again in front-end both desktop and mobile devices.
Query the related posts for a given page in a short code. When I pass in get_the_ID() or even a specific Post ID, the array I get back contains all children of all posts.
Solution:
You can follow our document to setup the PHP codes with function toolset_get_related_posts().