CMS Load Issue, duplicating Items

I’m using the Finsweet FS Load More attribute, but on the published site some CMS items appear twice and not all published items are showing. I’ve checked the CMS and there are no duplicates. I’ve also reviewed the attributes and scripts but couldn’t find the issue. I’m sharing the read-only link as well — any help would be greatly appreciated.


Here is my site Read-Only: Link

Website Link: Camel Snow| Luxury Ski Holidays & Alpine Escapes by The Camel Collection

Duplicate loads usually happen when the Load More attributes are applied to both the Collection List and its wrapper, or when the script is included twice. Had this pop up in a client build recently, cleaning up extra attributes fixed the duplicates.

I’ve checked all the wrappers, and none of them have any attributes except for the list. Additionally, there are no multiple scripts on the page.

Hey @Kamran_Ahmad ,

I noticed that you are using Finsweet v2’s List Load feature whereas for Range Slider and Custom Form Select you have installed Finsweet v1 scripts. It is generally recommended to use one version consistently, so you can implement Finsweet v2 for the other features as well. You can test this by cloning the existing page and changing the script and attributes to one version consistently to see if it works.

That being said, I also noticed multiple code embeds inside the page ‘Camel Snow’ appending the finsweet script for form select and range slider, which you can probably get rid of, if you have already installed the relevant script in the site settings once.

With the above changes, you can test if the issue gets solved.

Hope this helps.

I’ve removed all the scripts and filters and kept only the pagination, but the issue still remains.

Hey @Kamran_Ahmad ,

Can you share the page where you have removed the additional scripts and also ensured that only one version of Finsweet is used for all 3 use-cases (load, custom select and range slider)?

The page you shared earlier still seems to use different versions of Finsweet and also has the multiple embed elements calling the script in addition to the site settings code that you have enabled.

For testing purposes, I removed the scripts and checked again, but the issue was still not resolved. I’ll now revert the changes back.

If the issue were related to having two versions of Finsweet, it should have been resolved after deleting all the filters. However, removing the filters had no impact, so it doesn’t seem to be related to that. Based on my testing, the issue appears to be connected to the Load More function only, because once I remove Load More, the CMS items start working normally.

In the situation of conflicting v1 & v2 FS attributes, you’d need to remove the v1 scripts entirely.