Toolset Reference Sites are fully working sites, which you can use as the starting point for client projects.
Toolset Real estate is the most flexible way to build WordPress real estate sites.
When you ask for help or report issues, make sure to tell us what you have built so far and what you want to achieve.
Problem: I would like to make the home page of the Real Estate Reference Site display Apartment search instead of House search. I would also like to display a Font Awesome icon next to the "bedrooms" field displayed in search results.
Solution: You must go to Toolset > Layouts and change the usage of the Houses Layout to deselect "Blog/Home". Then you would clone the Apartments Archive Layout and replace the WordPress Archive cell with a custom search View, similar to the one in the Houses Archive Layout. The reason you cannot use the Apartments Layout itself here is that it includes a WordPress Archive cell, which is not designed to be used on the main Apartments archive.
To show a Font Awesome icon, add the classes "fa fa-bed" to the "i" tag just before the types field, like this:
<span class="property-detail" title="Number of Bedrooms">
<i class="text-primary fa fa-bed"></i>
[types field="property-bedrooms" format="FIELD_VALUE"][/types]
</span>
I would like to design the archive pages with Elementor.
Solution:
Elementor templates do not allow you to design the archive pages for custom post types. So you can not use Elementor to design/format Views WordPress archive.
Problem: I can't understand how to create a custom search like you can find in the Real Estate reference site if you click the "Apartments" main menu link. I can see a custom search View for Houses, but not custom search View for Apartments.
Solution: The custom search for Apartments is created with a WordPress Archive, since Apartments is a custom post type and you want to display this custom search on the archive URL /apartments/.