Skip to content

Commit a05b493

Browse files
committed
Updated readme's to reflect disable facets, new submit facet
1 parent 6931f5e commit a05b493

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ FacetWP must be installed and activated.
1919
- Disables auto-refresh
2020
- Customizes icon for prev/next pagination links
2121
- Scroll back to top of results when pager is clicked
22+
- Only accessible facet types are enabled: Checkboxes, Dropdown, Radio, Search, Pager, Reset, Sort
23+
- Custom "Submit" facet type added
24+
2225

23-
## Search button
24-
We add the Submit button as a Custom HTML block:
25-
```
26-
<button id="search" onclick="FWP.refresh()" class="facetsubmit" type="submit">Filter</button>
27-
```
2826

2927
Semantic HTML checkboxes courtesy of Mark Root-Wiley, [MRW Web Design](https://mrwweb.com/) [Accessibility Addon for FacetWP](https://github.com/mrwweb/accessibility-addon-for-facetwp)

readme.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ FacetWP must be installed and activated.
2727
- Disables auto-refresh
2828
- Customizes icon for prev/next pagination links
2929
- Scroll back to top of results when pager is clicked
30-
31-
32-
We add the Submit button as a Custom HTML block:
33-
<button id="search" onclick="FWP.refresh()" class="facetsubmit" type="submit">Filter</button>
30+
- Only accessible facet types are enabled: Checkboxes, Dropdown, Radio, Search, Pager, Reset, Sort
31+
- Custom "Submit" facet type added
3432

3533

3634
Semantic HTML checkboxes courtesy of Mark Root-Wiley, [MRW Web Design](https://mrwweb.com/) [Accessibility Addon for FacetWP](https://github.com/mrwweb/accessibility-addon-for-facetwp)

0 commit comments

Comments
 (0)