I have checked all three pages, Events works perfect as it’s straightforward,
as for the Find Care & Partner Directory pages, you’ll need a lil tweak to get things going
On both the Find Care & Partner Directory pages, remove the fs-list-field="locations" from the parent wrapping element that also has the fs-list-element="list"
What’s happening is that Finsweet Attributes is picking that fs-list-field="locations" from the parent as the main fs-list-field and ignoring the other inner ones
Thank you for this. I implemented that change, and still no luck. Any other ideas?
Also to note: The results counter seems to be working correctly on both pages (Find Care and Partner Directory), but the filters, search, and sort functionality do not.
The issue was pinpointed to an infinite CSS animation on the Partner Directory and Find Care pages. The two pages that weren’t filtering both contained a pulsing dot animated with an infinite pulseGlow keyframe animation. The page where filtering worked didn’t have this animation.
It appears that when List Filter v2 runs, it waits for animations within the list to finish before re-rendering the filtered results.
Adding the following CSS resolved the issue by temporarily disabling the animation while List Filter v2 is filtering, sorting, or loading: