I’m in desperate need of help.
I have a collection with a card.
When clicking on an element inside the card I want a div (absolute/full) with content to appear.
This div is set to HIDE which mean the interaction need to show.
This I can do with SELECTED ELEMENT but not with a class based interaction.
I could go with selected element but as I use the collection multiple places on the site I need to set up interactions for each. Really want to avoid.
See my TEST interaction. Trigger is “about-affiliate-link-wrapper” and shoud SHOW “about-affilate-wrapper”. Both are set up to class trigger - but not working.
I’m sorry, but I think I will need your help again.
I have done what you showed me and it works.
But now I need the same thing to happen with 2 of the small text snippets.
By clicking on the BANGTAO BEACH text I need the LOCATION-MAP-WRAPPER to open just like the one we just made (ABOUT-AFFILATE-WRAPPER) and by clicking on the WE RECOMMEND text snippet the OUR-COMMENT-WRAPPER has to show.
I can only make it work if I pull the out of card-text-wrapper as with the ABOUT-AFFILIATE-LINK but then I can’t get the similar design where the smal text snippets are side by side.