Hey,
I have an ACF repeater filed called “repeater_termine” withe the 3 Sub Fields:
- termine_der_veranstaltung
- startuhrzeit
- enduhrzeit
I want to embed the data from these fields with this lines:
{acf_repeater_termine_termine_der_veranstaltung: l, d. F Y}
{acf_repeater_termine_startuhrzeit} - {acf_repeater_termine_enduhrzeit}
… but they don’t show up!
Why?
There no useful information here. Are you using queries in Bricks or custom code, on a page, in a template… is your structure correct etc.
Try this 4:40 https://youtu.be/9L5N4bybyXY
To see how it should be done and if you still have questions, ask specific, meaningful questions with as much information as needed for someone to answer.
We’re very nice, but not magical, all-knowing beings 
Thanks MIke for taking the time to answer.
Yes, I’m using the Bricks Querp Loop on a page. The ACF fields are Group fields and while the page is pulling the content from the non-group fields is, it doesn’t when they are coming from these ACF Group fields. NOTE: all that was working before! But then I switched to Bricks 1.10 Beta and it stopped working.
In the attached pic you see all my settings [edit: the file was compromised after uploading, so it isn’t very helpful. Page is not live yet, otherwise I would send a link to it]
Thanks for the info. I can’t offer much. I set up a group ACF on bricks 1.9.9 and it worked. Updated to 1.10 - and it still worked. It may still be a bug but may be something in your setup.
Do you have advanced themer? Disable it temporarily - there may be issues with its ver of ACF
Add a new div and basic text on the end of the page, select the ACF field from the dropdown, without any formatting (none of this : l, d. F Y) see if it works. If yes, check you don’t have ‘hide if empty’ conditions or something on the real div - which are testing the wrong field, or are incorrectly set.
If you feel confident everything is right in your code/page - don’t post on a 2year old bug - start a new report so it can be tracked better - perhaps linking to the old one.
Hi @Psychopomp ,
Based on our email conversation, the dynamic data not being output due to incorrect dynamic data applied as the condition.
Additionally, the repeater data is empty because it wasn’t wrapped inside the repeater loop.
Thanks.
Regards,
Jenn
1 Like