Hi there,
I’ve setup a field group named features that contains subfield named title (text), icon (image) and description (WYSIWYG). It’s linked to a dedicated post type. I simply cannot loop over those fields within my bricks template. The query loop of the container grabs the correct acf repeater field, the basic text and headline elements are also connected, but there is no output on the frontend. I am thankfull for any hint in the right direction.
Hello clickfusion63. Thanks for the feedback. I already did this. The Container Block is set to the corresponding ACF Repeater Field. If I check for {post_id} within a rich text element I will get the two repeater fields I’ve setup, but I cannot access the content.
… oh boy. My fault. I used a script from the forum to use the gallery field with the nested slider element:
This clashes somehow with acf. I’ve removed the script and the output is now correct and as expected. Can someone kindly explain me why this clashes with repeater fields? It was not possible to loop over gallery field images within the nested slider so I stumbled over this solution.