Plugin Author
Sympl
(@idocoh)
Hi @zhanhongyuan and thank you for using the plugin.
If you’re working with a repeater field that includes an image sub-field, yes — it will work.
Here’s what you need to do step by step:
- Set the return value of the image sub-field
- In ACF, make sure the repeater’s image sub-field is set to return the Image URL (not the ID or Array).
- Add the image inside your repeater layout
- Inside the repeater widget you have set in Elementor builder, add an Image element.
- Use the image’s URL placeholder
- Instead of pulling the image with Elementor’s dynamic tags, open the Image → Link (URL) field in the settings.
- Enter
#your_image_key (replace your_image_key with the actual sub-field key you set in ACF).
- Result
- Elementor will replace
#your_image_key with the actual URL of the image from the repeater field, and the image will display correctly.
Let me know how that goes for you.