Closed KhawarMehfooz closed 12 months ago
Quick question: is this the only ACF field group being used or are there others not shown? I'm wondering if there is some sort of collision of field keys causing this. Like another image_slider
field being used somewhere else.
Yes, this is the only field group used in the project.
Hm, something else must be going on, but I'm not sure what. I used your code exactly in my functions.php file and installed ACF Builder in the same place you have it, and attached the field group to just the post
post type and the repeater functions as normal.
If you open the dev console in the browser, are there any javascript errors?
WordPress Version: 6.3.2 ACF Version: 6.2.2 ACF Builder Version: 1.12.0
There is no proper error on the browser console.
https://github.com/StoutLogic/acf-builder/assets/80300513/e7f49708-2cf2-4220-8b8b-14595dc927a5
Are you using ACF or ACF Pro because only Pro supports repeater fields. If so which version?
I am using the free version of ACF. Version 6.2.2
I was thinking that I could create custom fields without ACF Pro by using this library.
Unfortunately no, this library is just a way to configure fields and field groups programatically for field types that already exist rather than using the Admin UI.
Thank you.
I am creating a Repeater field using ACF Builder, but I am encountering issues with it. The Repeater field is not displaying.
Here is the code snippet:
Output:
https://github.com/StoutLogic/acf-builder/assets/80300513/9f936cf3-6a72-419d-a3f8-654a3f8be2c7