Hello,
What I did:
Created an options page with a repeater field where you can select a taxonomy and an image associated with it. (see attached image)
What I got:
Image does not save to the repeater field. The image appears to have been added but then you refresh the page and it prompts you to add an image as if there was never one there.
This is on a base wordpress 4.0.1 with no other plugins. I have attached the JSON export it generated.
Edit:
Here is what I am using to create the options page:
if( function_exists('acf_add_options_page') ) {
acf_add_options_page(array(
'page_title' => 'Theme General Settings',
'menu_title' => 'Theme Settings',
'menu_slug' => 'mississippi-hills-general-settings',
'position' => 9.1,
'capability' => 'edit_posts',
'redirect' => false
));
}
This reply has been marked as private.