Skip Navigation

[Resolved] Relationships not appearing on front end in search

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 voice and has 0 replies.

>
Author
Posts
#2631839

I am trying to:
I have a search box for searching for rooms. the usual custom search fields are set and working for room type, bathrooms, price etc, but i have 1 more search filter called building. it is a parent relationship with the room listing. In the page builder when setup it does populate with the proper values but on the front end nothing is populated except the label of the search filter. The code on the front end appears to not have anything to actually pull in the options. it just has

<label class="wpv-custom-search-filter__label" for="wpcf-building-location-name">Building Name</label>
<!-- ## -->
<span class="wpv-custom-search-filter__input"></span>

Link to a page where the issue can be seen:
hidden link