Problem: I have an edit post form displayed on a page with several post relationship forms. In the edit post form I have a parent select field. I cannot see the selected parent post name, it seems to be hidden by CSS.
Solution: In this case it appears that custom code was added to one or more of the relationship forms to hide the selected parent post. This custom code is also causing the selected parent post to disappear from the post edit form. You must scope the custom CSS code in the relationship form to only target the relationship form selectors, since this CSS will also be included on the page with the edit post form.
Problem:
The user would like to use the markers on a Toolset Map as a filter, once we click on a marker, the view should filter the posts that are near it.
Solution:
This is not built into Toolset. We, currently, can filter post by distance from the user location or a location entered in the location field. We can't filter from a marker.
I have created a new form and created a new layout, but I cant get it to actually show when going to add a new post
Solution:
The Toolset Layouts plugin is in maintenance status, so if you are working on new projects, it is recommended to use Toolset Blocks plugin to display the contents instead of Layouts plugin.