stefaniaK
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Viewing topic 1 (of 1 total)
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Problems after updating toolset plugins to latest version
Started by: stefaniaK
in: Toolset Professional Support
Problem: After updating Toolset plugins, one option in my custom search filter is automatically selected upon page load. Solution: Add default_label=" " to the wpv-control-postmeta filter shortcodes for Area and Bathrooms, as shown below: ... <label>[wpml-string context="wpv-views"]Area[/wpml-string]</label> [wpv-control-postmeta field="wpcf-region_v1" type="select" url_param="wpv-wpcf-region_v1" default_label=" "] ... <label>[wpml-string context="wpv-views"]Bathrooms[/wpml-string]</label> [wpv-control-postmeta field="wpcf-no-of-bathrooms" type="select" url_param="wpv-wpcf-no-of-bathrooms" default_label=" "] ... That should resolve the problem where one of the options is selected automatically. Relevant Documentation: |
|
2 | 8 | 4 years, 4 months ago |
Viewing topic 1 (of 1 total)