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:
Problem: The price range fields in my form do not appear to be working correctly.
Solution: The price range filter controls are not in sync with the Query Filter, so you must either add the correct Query Filter configuration, or recreate the price range filter controls.
To fix the Query Filter manually, select the price custom field, choose "UNSIGNED" as the data type and "between" as the comparison, then match up the URL parameters for min and max with the values specified in the price range filter controls in the Search and Pagination editor.
To let the GUI fix it for you, delete the price range filter controls from the Search and Pagination editor area. Then recreate them using the buttons above the Search and Pagination editor area. The system will automatically create the corresponding Query Filters.
Problem: I would like to modify the design of long lists of checkboxes in custom search Views.
Solution: If changing checkboxes to select fields is not acceptable, you can make the checkboxes appear in a more horizontal format by adding some custom CSS:
You could also wrap the checkboxes fields in a div with a set height and add vertical scrolling, which would conserve vertical space. You could put all or some of the filters in a collapsible panel that can be hidden.