Problem: After installing Toolset I am unable to edit certain post types and taxonomies.
Solution: Some 3rd-party tools create their own private custom post types and custom taxonomies. Usually those are not editable by Toolset. For example, you can't edit the Products or Orders post types when working with WooCommerce.
The issue here is that the user's Parametric search was not working correctly. Solution:
In a case like this I would recommend that you remove all the filters and try again to re-add them. This should resolve most issues where a filter isn't working.
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: