I have a layout for a single post created. It contains a section I only want displayed if the corresponding ACF repeater field is not empty. Logically, I thought the provider is not empty condition would work for this. It does not and in fact kinda works in reverse – selected is empty displays when it has content.
My set up is:
Section >Row>column>
Container Div element as provider
Child Headline element with static text
Child Headline element as consumer with a static graphic icon
I’ve also tried setting the condition to the ACF field with is not ’ ’ without success. What am I missing here?