Howdy folks! I’m working on a site on WPEngine. I’m running the latest version of ACF (4.2.2) with WordPress 3.6. All the add-ons are also up-to-date.
I pushed a bunch of changes from staging to production yesterday and exported/imported some changes I made to two custom field groups.
Here are some details:
On production, before the change, I had a custom field group that had a repeater field called “slides”.
On production, after the change, I removed that group and replaced it with a new group that included a “select” ( “display_type”) with a conditional field that now lets you select either the “slides” repeater (exact same name) or a new “tabs” repeater.
Now, when I use get_field( ‘slides’ ), it returns false – even though the fields are there.
On the backend, display_type is set to “standard_post” by default. When I select “slides” the UI displays with all the data showing correctly. I am unable to make any changes to it, though. Editing an existing slide or adding a new is not saved on update.
Could it have something to do with the repeater being previously assigned to a different group? If so, how would I correct it?