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 like features from both or more Reference Sites you offer.
How can I "merge" all 2 or more reference sites onto one, so to create a website with all those features?
Solution:
You cannot import a whole reference site to an existing reference site as it would overwrite the old one.
But, as an example you can create an Install of the Classifieds reference Site and then, another install of the Real Estate Site, and use the Module Manager Plugin, for example, you can take features from one site and add it to the other site.
That would need careful testing afterwards since the Classifieds and Real estate sites sometimes rely on customised add-on plugins or specific CRED forms and code that cannot be altered if it should work.
Problem:
Issue with Real Estate reference site install. I get server timeout error.
Solution:
When you try to install any Toolset reference site please make sure that you have enough memory on your server and max_execution_time and post_max_size is correctly setup with your sever.
Problem: I would like to add international properties, cities and states to the Real Estate reference site.
Solution: Go to Toolset > Post Fields and edit the "Property details - house" field group. Add a new Address field called "Property Location" and make sure the slug is "property-location". Save, and then visit the House editor in wp-admin. You should now see an address field where you can place any address, which will be used for the placement of the map marker (You need a Google Maps API Key to do this).
Repeat the process to add the Property Location post field to the other property types post field groups.
You can add Cities and States from the wp-admin Dashboard as well. If your States do not have a two-letter code, omit that value.
Problem: I have a repeating image custom field, and I would like to show thumbnails of each image that link to full-size image files.
Solution: Use the wpv-for-each shortcode to iterate over each image, then use the types field shortcode to output the resized thumbnail and full-size image URL.
Problem: I would like to add an address field to the Office post type in the real estate reference site, and use that address to plot the office on a map.
Solution:
- Go to Toolset > Post Fields and edit the "Property Details - Office" field group.
- Click "Add new field" and choose an Address field. Name the field "office address" or something similar, insert the field, and save the Field Group.
- Go to Offices > All items, click to edit the Office called "Small Office", and see the new address field in the editor area. You will see a notification here that says "You need a Google Maps API key to use Toolset Maps address fields. Find more information in our documentation." In order to see a map, you must supply your own Google Maps API key as described here: https://toolset.com/documentation/user-guides/display-on-google-maps/
- Next you must add this field to your Office CRED form so that users can set the address field on the front-end forms. Go to Toolset > Post Forms and edit "Add Office" form. Place your cursor in the form contents where you would like the address field to appear, then click the "Add Post Fields" button. You will find your new office address field in the "Custom Fields" section. Click to add the field, then save your form.
- Finally you may wish to add the field to the Layout used to display Offices, the Single Property Layout.