-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACF Widget fields not rendering in Elementor #2059
Comments
Can you explain please what is mean ACF widget, plugin? |
@arielk Apologies, so I am displaying ACF fields in a normal WP widget I've created. When adding this widget via the elementor editor, the ACF fields will not display. |
Can you please share with us the code of your widget? |
Sure could do, but just done some further testing.
|
Can confirm it doesn't work. Using Wordpress 4.8, ACF Pro 5.6 and Elementor 1.5.5. No error in PHP or JS console. ACF compatibility would be the killer feature! I'd like to use it to create custom components in a easy way (instead of creating them using Elementor API). |
@nicooprat +1 |
1 similar comment
@nicooprat +1 |
@nicooprat ++ acf+elementor for the win |
@enkota I think it’s a bit differentת this issue relates to compatibility with ACF, in order to build a new widget for Elementor under WordPress widgets, but the other issue is for adding a custom field into existing widgets. |
@arielk I see! Okay no worries, keep us updated if you need any further testing with ACF. Thanks! |
FWIW I managed to show ACF fields in Elementor by adding: do_action_ref_array( 'in_widget_form', array( &$instance, null, $this->get_settings( 'wp' ) ) ); right after Doesn't work for any reason, ACF scripts aren't loaded I think but I don't have time to search anymore. Hope it'll help someway. |
Hello everyone, does version 2 solves this problem ? I would love to use Elementor, but I can't until I'm sure ACF Pro is supported. |
In Elementor Pro v2 we added partial support for ACF integration, as for ACF WordPress native widget, it's not something we can change or update, it has to come from the 3rd party plugin author. thanks for the suggestions. |
Where to add that do_action_ref_array code in WordPress? |
Not sure if this is already known but currently ACF Widget fields will not render within Elementor, they output within the standard WP widget area however. Are there plans to support this?
Thanks!
The text was updated successfully, but these errors were encountered: