Dynamic Slider with ACF Repeater Looper Provider - Nested Group Field

I’m trying to create a dynamic slider where each slide’s background image is pulled from an ACF Repeater field. The repeater (project_images) is nested inside an ACF Group (project_details) on a custom post type. I want to use the Slide Container’s Looper Provider to loop through the repeater rows and output one slide per image. What is the correct Looper Provider setting and DC tag syntax to make this work? I’m on Pro 6.8.9.

Hello @mattmintun,

Thanks for writing in!

You can have a looper provider structure like this:

[Slider Element]
  └── [Slide Container]  <---- Looper Provider: {{dc:acf:post_field field="project_images"}}
        └── [Slide]      <---- Looper Consumer: Auto
              └── (Ang sulod sa slide, sama sa text, image, etc.)

If this is not working out of the box, then we would be happy to double check your site if we can log in. You can create a secure note in your next reply with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
– Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

image

Best Regards.