My product cards are clickable to expand product information, however, sometimes when I filter my products my interaction no longer works.
For NDA purposes I will share my Sandbox link via DM
My product cards are clickable to expand product information, however, sometimes when I filter my products my interaction no longer works.
For NDA purposes I will share my Sandbox link via DM
Hey @bree!
This is likely related to how interactions need to be reset after filtering. When Finsweet Attributes filters your collection, it dynamically loads new items, which breaks any Webflow interactions that were originally bound to the collection items.
The solution is to add the fs-list-resetix="true" attribute to your Collection List element that has fs-list-element="list".
Here’s what to do:
fs-list-element="list")fs-list-resetixtrueThis tells Finsweet Attributes to rebind all interactions to the newly loaded items after each filter action.
Important note: This attribute will restore all interactions to their initial state when filtering occurs, so make sure your interactions are designed to work with this behavior.
Since you mentioned sharing your sandbox link via DM, @Support-Luis or @Support-Pedro can take a closer look at your specific setup if the reset interactions solution doesn’t fully resolve the issue.
Let me know how it goes!
Actually @Support-Finn this is resetting interactions that I do not want rest, I have an advanced filter section that I have hidden initially, it is resetting that filter every time I click one and closing it.
See screen recording below. I can DM share link / password
Hey @bree! Unfortunately, we cannot specify which interactions are to be reset. Since we need to restart the whole interaction engine, all of the page’s animations will be reset.