I have a custom post type (ACF) with a custom taxonomy. I have a page with a section containing 3 columns with a headline and a posts element. The posts element is set to be a looper provider using query builder set to pull from my CPT and each posts element pulls from one of the CPT categories.
When there is no posts I would like to display a simple text message in place of the posts. I have a headline element with the message with conditions set to display if provider empty. It shows correct in the Cornerstone preview, but is not displaying on the frontend. Currently I have the headline added inside the Posts > Post > Article element. What am I missing to get this to work. In other pages and on other sites, I’ve gotten this to work using provider output. Is it the ACF source causing the condition not to be met?