I’m still new to Bricks and I’m having trouble with ACF fields. I want to keep my setup as modular as possible, so I structured my project like this:
-
A blank page set as the WordPress “Home” page
-
A “Main” template, linked to the Home page via a Condition
-
I also have a Hero template, which contains the design and text content. The text is populated dynamically via an ACF field group.
-
I included the Hero template inside the Main template using the Template element.
Problem:
No matter which condition I use in the ACF field group, the text fields don’t load. They appear to be empty, as if the Hero template doesn’t inherit the context of the Home page.
How can I solve this properly?
Thanks in advance!