NO BUG: ACF Data Not Pulling through to Builder correctly

Browser: Chrome 110
OS: macOS
URL: ACF Issue – Luke Juan
Video: bricksacfbug.mov - Google Drive

Bricks builder does not seem to be pulling through ACF field data.

Image fields in particular are not coming back as ‘Dynamic data is empty’ as demonstrated in the video recording.

Hey Luke,

thanks for your report.

You’re specifying custom fields for portfolio items (CPT) and then try to output them on a regular page without querying these portfolio items. It’s expected to not output anything in this case.

You have to either create a single template for your CPT or create a query loop to query your CPT on a regular page and then output those custom fields within the query loop.

Best,

André

I hadn’t activated the query loop. How embarrassing! Sorry for your wasted time and thank you so much for getting back to me so quickly!