Here is the image from the link above in case the link is invalidated.
I have used cloned fields in block field groups. Simple stuff for the time being, but so far they work as expected.
That is a very valid need. I have it myself. At the moment, based on observation and testing, it seems that multiple field groups can be assigned to blocks, but all the fields from all the field groups will appear in the same place, ie either in the content or the sidebar.
Perhaps the best way to assign the same field group to many blocks is by cloning the field group into the block’s fields. My need was to separate fields of content with fields that work like attributes to the content and have the first ones inside the content of the block editor and the latter ones in the sidebar.
I just found the solution to the problem. My hooks were registered in the functions.php but I did it after having called get_field() a little bit earlier. Calling get_field() initialises ACF and thus the hooks were useless afterwards.
Seems so simple now, but was quite hard to grasp…
We are having similar issues, but from within a theme. It is like the filter acf/settings/load_json never fires from within functions.php. Even if we put a PHP exit call in the function nothing happens.
Yes, it works. Thanks dotKev.
So, we are waiting for an update, right?
Hi Elliot,
Upgrading the repeater plugin to 1.0.1 solves the problem.
I think I know why version 1.0.1 does not come up in WordPress updates: its readme.txt file still states “Version: 1.0.0”. Maybe you want to look into this.
Cheers
Yes, of course. Bear in mind that prior to updating from 4.1.6 (I think) everything was working fine.
Any place I can download version 1.0.1 from?
The repeater field update does not come up in WP Admin’s Plugins section. Should it? Any other place to download it from?
I can verify that the exact same problem exists with two of our installations.
Current versions:
WP: 3.5.2
ACF: 4.1.8.1
ACF Repeater: 1.0.0
It is kind-of an emergency, because we’re using it to create photo galleries and it’s too impractical to add one image at a time…
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.