CMS Not Working

Hi,

I can’t figure out why my CMS Nest won’t work. Inside the area’s popup I’ve added a div block as a nest. I also added the link to the area’s page inside the collection item and created the reference on the areas template page.

I’ve added the share link:
https://preview.webflow.com/preview/mind-your-step-festival?utm_medium=preview_link&utm_source=designer&utm_content=mind-your-step-festival&preview=4733b0dca3d56ab4b1838a0170e0cc50&locale=en&workflow=preview

Would you please have a look for me? I tried troubleshooting it with the attribute support but without success.

Thanks in advance.

Very best,

Bart

Hello @Bart! Why are we delaying the CMS Nest script with defer fs-attributes-preventload="true" ? If you need to delay be sure to initiate it with the snippet below somewhere in your code.

window.fsAttributes = window.fsAttributes || [];
window.fsAttributes.cmsnest.init();

Also, the link is correct but I would advise moving it up so it can be the first element inside the collection item as the script assumes the first link found is the link where the collection should be fetched.

Besides this, everything looks okay!

Let me know if this fixes the issue!

Hi @Support-Luis,

I changed the script back to the one on the attributes page. Also I repositioned the link to the top of the item and that seemed to do the trick. Thanks for helping out! :smile:

1 Like