let’s say you have collection list A and collection list B on your homepage. Is it possible to have on another page a List with the updated items from both A&B?
Thanks in advance ;)
let’s say you have collection list A and collection list B on your homepage. Is it possible to have on another page a List with the updated items from both A&B?
Thanks in advance ;)
Hey @gioele
If you want combine collections you can use Finsweet:
Thanks for your answer. I tried to connect the lists and it worked, but not exactly how I wanted.
Let me explain:
My goal is to have on the Homepage a CMS collection in a grid layout with a parallax effect. The grid has 3 columns, as you can see in the screenshot.
Everything works as it should, but the problems begins here, because on the other pages there has to be a slider with the cms items from these 3 lists (columns). I thought that i could combine all of these in one big CMS collection and use Swiper.js to transform it into a slider.
My other option would be to change the 3 cms lists into a single big one, but I don’t know how to target single columns for the parallax effect, because as soon as I select an item as a target, all the items are effected. I also tried with “nth-child” but it didn’t seem to work, maybe I did smth. wrong.
I hope I could explain myself better
@gioele
Can you share your read-only link and published link please?