Hi Luis
here a problem i’m experiencing with cmsnest
https://sisa-srl.webflow.io/dashboard-luis
here you can see accordions nested inside the parent category using nest, the accordion dont open.
At the bottom of the page you can see the same element without the nest, the accordiong works there
here the readonly link, you’ll see two collection at the bottom of the page, one with the nest integration and the other without it
https://preview.webflow.com/preview/sisa-srl?utm_medium=preview_link&utm_source=designer&utm_content=sisa-srl&preview=ec5485dee10ac7b06e5e862c3cada3ed&pageId=6712679cbcb0f9b2e7fec820&workflow=preview
Hi @gianluca!
Try adding this script to your page:
<script>
window.fsAttributes = window.fsAttributes || [];
window.fsAttributes.push([
'cmsnest',
(listInstances) => {
console.log('cmsnest Successfully loaded!');
window.Webflow && window.Webflow.destroy();
window.Webflow && window.Webflow.ready();
window.Webflow && window.Webflow.require('ix2').init();
document.dispatchEvent(new Event('readystatechange'));
},
]);
</script>
Let me know if it works for you!
it works! only thing the grouping functions of the finsweet accordion it’s not working so we cant make it so only one accordion is open at a time
Hey @gianluca
I am trying to debug the site but noticed you don’t have the scripts for Attributes.
Have you changed them to another page or are you taking another approach? Let me know if you would like me to take a look at it!