How to setup ACF repeater inside post query loop (using include)

Browser: Chrome 110, Firefox Developer
OS: Windows
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

I was building this on a Local install, but ran into this issue, so I put it on my server under a subdomain install so I could share it with the group.

Page link: Voter Registration – LWVSA.org

No page caching plugin is installed

  • Created ACF Post Type: Accordions
  • Created ACF Field Group Acc Elements
  • Inside Acc Elements, created a Repeater with fields Acc Header and Acc Answer
  • Created first Accordion Post (Voter Registration)
  • Created Single Template: FAQ Accordion Alpha (from ACSS/Frames)
  • Added Frames FAQ Accordion Alpha template
  • Selected FAQ item and set to Use Query Loop
  • Added {post-title} above FAQ item.
  • Replaced default Question with {acf_acc_elements_acc_header}
  • Replaced default Rich Text with {acf_acc_elements_acc_answer}
  • For Query: Type: Posts; Post Type: Accordions
  • Created Voter Registration Page
  • Inserted FAQ Accordion Alpha template
  • Under FAQ Item: Include: Voter Registration (Accordion)

Information does not display. There should be several entries visible.

Tried:

  • Putting the Include: Voter Registration (Accordion) in the template and setting Conditions and Populate Content
  • Using the Bricks accordion element
  • Putting a new instance of FAQ Accordion Alpha directly on the Voter Registration page and updating the query as needed
  • Removing Include: Voter Registration (Accordion)

Hi @hmt3design,

Thank you for your report. Could you please share temporary admin access to help@bricksbuilder.io with a link to this thread using the same address you used to purchase Bricks so I can try investigating this?

Sent an email to the help address.

@hmt3design Thank you so much for the login details.

The nested accordion inside which you added the dynamic data tags for your ACF repeater where missing a query loop for this repeater. I just added this ACF repeater query loop to your page.

Looking good now:

For others looking for the solution:

What I had

What I also needed:

Thank you!