Elementor: ACF Options page fields don't show nothing.

Created on 7 Aug 2018  路  1Comment  路  Source: elementor/elementor

ACF Options page fields don't show nothing. tested with two different sites (latest version of Wordpress and Elementor).

bug statumerged

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)
options_settings

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

>All comments

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)
options_settings

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pnpetroff picture pnpetroff  路  3Comments

joelbqz picture joelbqz  路  3Comments

bdthemes picture bdthemes  路  3Comments

stratboy picture stratboy  路  3Comments

pingram3541 picture pingram3541  路  3Comments