Can't make CMS Tabs and CMS Nest to work

I have a project that I can’t make CMS Nest and CMS Tabs to work together.

I ran the automated support tool but it says that I don’t have a link to the template page in my collection item but I do.

Can anybody take a look and point me in the right direction please?

Preview link:
https://preview.webflow.com/preview/alks-hedonist-gallery?utm_medium=preview_link&utm_source=designer&utm_content=alks-hedonist-gallery&preview=0c66d6bdc8d234cc7309413e7776911a&workflow=preview

Live site:
https://alks-hedonist-gallery.webflow.io/artists

Hey @aaron! I am afraid you are missing the link to the current item on your parent list. I suggest you add it as a direct child of the CMS item element.

Everything else looks to be correctly set-up. Please add and let me know

‘parent’ list was the key here.

The ASS wasn’t actually pointing me in that direction. Thanks.

1 Like

All good! You are welcome! :muscle:

Hello! @Support-Luis

I am having a similar issue getting cms nest and tabs to work together.

Here is my read inly link: Webflow - powerX

The relevant page is Knowledge Hub Centre (in the Resources folder).

Thank you!

Hey @thesourdoughstudio! You are missing the setting to delay the CMS Tabs script. Can you please use this script?

<!-- [Attributes by Finsweet] CMS Tabs -->
<script
  defer
  fs-attributes-preventload="true"
  src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmstabs@1/cmstabs.js"
></script>

@Support-Luis - Have added it in to the head code (it was in the body code before) and it doesn’t seemed to have made a difference :frowning:

@thesourdoughstudio, you still have the original script on the page, you’ll need to remove it and use the one I provided or add the tags to the existing one.

It should look like this :slight_smile:

@Support-Luis Sorry for being an idiot!

Thank you so much :smiley:

1 Like