Hi,
I’m trying to build a winelist using Webflow CMS. The structure I’m going for is as follows:
Country (H1)
Region 1 (H2)
Wine 1
Wine 2
Region 2 (H2)
Wine 3
Wine 4
I’ve got a working example of the setup at www.restaurantiris.no/winelist
I’m using a custom script to hide the headers for each item (the wines) if the region or country equals the last items country of region. My issue is that I can’t seem to get my script to fire when used in conjunction with CMS load. If I for example use the infinite option, the script removes the duplicate headers for the first 100 items (I guess these are loaded with the page), but not for the following 230 items.
Is there a way to make the script trigger after CMS load has rendered the items, either using the “infinite” or “render-all” options?
Best,
Tobias