Toolset lets you develop truly custom sites, including WooCommerce, Membership and Directory/Classifieds sites.
Visit our dedicated tutorials to learn how to build each of these sites using Toolset:
I have an existing view that includes filters and results that I'm happy with. I'd like to use only one of the filters on the home page and land the search on the page that I've built with the view and full search.
Is there way to build only a search that links to the results on another page?
Solution:
You can get the page ID with Views shortcode:[wpv-post-id], then use it in [wpv-conditional] shortcode, check if it isn't specific home page ID, display other filter fileds in the search form. for example:
I have created a Listings post type with an Address custom field. The Google autocomplete results currently show results for the entire world. I'd like to limit them to only show results for Panama (the country).
Solution:
There isn't such a built-in feature within Toolset map plugin, you can try the workaround of another blog post:
The issue here is that the user wanted to display his search results as a grid.
Solution:
In the loop wizard for views you have the option to do a Bootstrap grid display. Select Bootstrap or Table grid and select the number of columns you want and the grid code will be automatically generated.
Problem: I have Employee posts and Specialisme posts. I would like to connect each Employee with one or more Specialisme posts. On the Specialisme single post page, I would like to show all the Employees that are related to this Specialisme, and I would like to know which Employee is the Technical Director, which is an Administrator, and which is a Support person.
Solution: Create a M2M relationship between Employee and Specialisme posts. Add a custom field that allows you to select the role each Employee has in the Specialisme. Then connect the posts using this new M2M relationship. Create a View of Employee posts filtered by post relationship, where the Employee is related to the post being displayed. Add a custom field filter to display only Admins, or only Tech Directors, or only Support persons.