All Finsweet Attributes solutions stopped working!

Hi guys,

All solutions on 1 of my client site have stopped working (Resources Center). These include: Filters, Combined, and TOC.

Browsing this page seems fine in incognito mode, but I suspect the issue would still happen to existing visitors. Is there anything we can do here to solve this? Thanks in advance.

The issue seems to come from the VisualDX script. Changing the script version fixes it for me:
<script src="https://cdn.jsdelivr.net/npm/visualdx@1.0.1/dist/vdx.min.js"></script>

Hey @lenonguyen!

Which script version were you using before? This is the second instance I have seen of Attributes breaking because of VisualDX.

Maybe we can fix this by appending their script to the head after our solutions have loaded :thinking:

Another user has solved this by moving the VisualDX script to the </body>

Hi @Support-Luis,

I think there were some changes to the VisualDX script that were conflicting with the FS scripts. I’ve managed to fixed this by targeting an older version of the Visual DX script

1 Like