simonF-5
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Get categories search filter only go two levels deep
Started by: simonF-5 in: Types Community Support |
2 | 4 | 6 years, 7 months ago | ||
Include a category search filter depth limit
Started by: simonF-5 in: Types Community Support |
2 | 3 | 6 years, 7 months ago | ||
Views search form triggers missing form label error on WAVE
Started by: simonF-5
in: Types Community Support
Problem: Is there a way to add a label to a views search form? I'm trying to optimise my page for accessibility, and WAVE keeps telling me every search box (element with js-wpv-filter-trigger class) I have is missing a label. I tried to add a label to the shortcode, but this doesn't work (e.g. <div class="search-cat"> <label>[wpml-string context="wpv-views"]Search in categories:[/wpml-string]</label> [wpv-control taxonomy="category" url_param="wpv-category" type="select" default_label="Any" taxonomy_orderby="term_group"] </div> - the label value doesn't actually appear when you inspect the page). Solution: please try to use tag to wrap the Views shortcode, and test again, for example: <div class="search-cat"> <label>[wpml-string context="wpv-views"]Search in categories:[/wpml-string] [wpv-control taxonomy="category" url_param="wpv-category" type="select" default_label="Any" taxonomy_orderby="term_group"]</label> </div> Relevant Documentation: https://www.w3.org/WAI/tutorials/forms/labels/#associating-labels-implicitly |
3 | 8 | 6 years, 7 months ago |