Bricks Version: 1.4
The ACF repeater fields, if they are inside posts won’t show up if they’re used inside of a post loop.
Eg scenario to replicate.
- Setup an ACF repeater field, with a few sub fields and apply to all posts.
- Have a few posts on the site, and populate each post with the ACF repeater fields and subfields.
- Create a new page, edit with bricks and use a container and element and set a query loop to pull up the posts.
- Notice you can add in post title etc without issue, but you can’t then set up another container inside of the post with another query loop to get the ACF repeater field data. It won’t fetch the data from the posts.
edit - it’s actually trying to get the ACF repeater fields from the current page being viewed, instead of knowing that it’s inside of a post loop and should be getting the data from the post.
See image below for what isn’t working. The ACF repeater fields inside of a post.