ACF Options page fields don't show nothing. tested with two different sites (latest version of Wordpress and Elementor).
Expanding betalglad's report
I had the same issue where no field types would work in Elementor, however I had to add this to my functions.php and recreate my fields under "Options" that becomes available on WP dashboard
if( function_exists('acf_add_options_page') ) {
acf_add_options_page();
}
When you do that, Text fields work when you use a Heading or regular Text widget and select Dynamic, then ACF Field, then click the "wrench" icon. However, no other types of fields work aside from text. Specifically "image" and "url" --
Bug Report
Theme: OceanWP (but also happens with all others I've tested, Twenty Seventeen, etc)
Issue 1: When using any widget with "link" option (icon, button, etc), using dynamic ACF URL field data from options page does not work.
Issue 2: When using "image widget", no image shows when "ACF image field". I've tried returning image data as all 3 options (array, id, & url).
ACF Pro version 5.7.1
Elementor PRO 2.1
My options settings (type URL)

Elementor shows field is available, however when viewed link doesn't show. Happens same with an image field.

Most helpful comment
Expanding betalglad's report
I had the same issue where no field types would work in Elementor, however I had to add this to my functions.php and recreate my fields under "Options" that becomes available on WP dashboard
if( function_exists('acf_add_options_page') ) { acf_add_options_page(); }When you do that, Text fields work when you use a Heading or regular Text widget and select Dynamic, then ACF Field, then click the "wrench" icon. However, no other types of fields work aside from text. Specifically "image" and "url" --
Bug Report
Theme: OceanWP (but also happens with all others I've tested, Twenty Seventeen, etc)
Issue 1: When using any widget with "link" option (icon, button, etc), using dynamic ACF URL field data from options page does not work.
Issue 2: When using "image widget", no image shows when "ACF image field". I've tried returning image data as all 3 options (array, id, & url).
ACF Pro version 5.7.1
Elementor PRO 2.1
My options settings (type URL)

Elementor shows field is available, however when viewed link doesn't show. Happens same with an image field.
