Hello,
first I want to say that I love Toolset. It enables me to do things not imaginable in WordPress before at an accessible price.
I'm building a motorcycle dealer network website where I have a section for "vehicles in stock". Each vehicle must be assigned to a dealer. So far so good.
Creating the single view stock vehicle content template I run into an issue. I am pulling data about the vehicle (Post Type A) and also want to pull data of the dealer (Post Type B) and model information like MSRP (Post Type C).
While vehicle data is visible just fine, attempting to add data from Post Type B or C results in blank/empty output.
For example adding the phone number of the dealer only shows one blank space. This is in the fields and text block. I noticed that it works in a heading block though.
UPDATE:
I compared the HTML of the Heading to the HTML of the fields and text block. The heading has a lot more code:
HEADING
[tb-dynamic-container provider='toolset_relationship|dealer-vehicles|parent' source='toolset_custom_field|field-group-for-handler' field='doing-business-as']<h2 class="tb-heading" data-toolset-blocks-heading="1" data-last-update="1.4">[tb-dynamic provider='toolset_relationship|dealer-vehicles|parent' post='current' source='toolset_custom_field|field-group-for-handler' field='doing-business-as' force-string='first' ]</h2>[/tb-dynamic-container]
Fields and Text:
<p>[types field='msrp' format='FIELD_VALUE'][/types]</p>
My issue is resolved now. Thank you!
I have to select the field of Post Type B or C -> Click post selection on the left -> A post related to the current post, set by a Types relationship -> the select the post type the selected field is in.
Seems to be working fine. Thank you.