The code that's breaking it is in gesso_facetapi_link_inactive().
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | gesso-facets-that-use-checkbox-2551773-4.patch | 944 bytes | mortona2k |
| #3 | gesso-facets-that-use-checkbox-2551773-3.patch | 953 bytes | mortona2k |
The code that's breaking it is in gesso_facetapi_link_inactive().
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | gesso-facets-that-use-checkbox-2551773-4.patch | 944 bytes | mortona2k |
| #3 | gesso-facets-that-use-checkbox-2551773-3.patch | 953 bytes | mortona2k |
Comments
Comment #2
mortona2k commentedThe last line in gesso_facetapi_link_inactive replaces the facetapi-checkbox and facetapi-inactive classes with facet and is-inactive. However, the classes were used by facetapi.js, and elsewhere in facetapi and search_api_views.
I saw that this change was made in https://www.drupal.org/node/2452099.
Comment #3
mortona2k commentedThis patch adds classes to facet markup instead of replacing them
Comment #4
mortona2k commentedComment #6
dcmouyard commentedSince these classes are needed for facetapi.js, I didn’t use the SMACSS classes theme setting to show/hide these classes.