Can’t share because it’s a white label project for an agency, but here’s the setup:
I have a card saved as a template. In this card are various fields, including the card title and card price fields. Each of these fields have 4 instances with conditions to display if one of 4 keywords is contained in the current URL. The card then goes in a query loop.
Everything works fine in the main query loop of 8 cards. The conditions behave properly.
When I click load more using the native load more query interaction, the fields from the card that don’t have conditional logic display, the ones that do have conditional logic don’t.