I’m having two issues with this plugin.
1. The settings page for ACF Extended is throwing an error. Undefined array key “path” from the following line:
/plugins/acf-extended/includes/admin/settings.php:622
2. When I try to save or sync fields using acf json the file is deleted instead of updating. When I turn off acf extended this works as expected.
Any idea on either of these? Thanks!
]]>Hi! Quite self-explantartory this one. When this plugin enabled, the input fields for a custom display and return format for the date field do not show. Version 0.9.0.9
]]>The Gallery field is set to the “Uploaded to post” option with WP uploader and used in a front-end form in CPT. The Media window does not show the images which were just uploaded and the Media library page inside the admin show the images as “(Unattached)”. The same happens with the Image field.
I’ve found this reply: https://www.ads-software.com/support/topic/images-upload-via-frontend-form-doesnt-show-images-in-the-media-gallery-2/#post-15408379
The code in the reply fixes the issue, but only when used with acf_form(), with acfe_form() it is fixed partially as when images are added into the gallery the field do not show the added images.
]]>Just updated to 0.9.0.8 and noticed when editing “some” pages, the layout is all broken. For example the “revisions” and “yoast SEO” panels are now full screen and covering everything on the backend. Other pages editing don’t have this problem.
Also some Dynamic preview blocks work just fine, others are empty and don’t allow editing. Reverting back to 0.9.0.7 fixes both of these issues for me.
]]>Hi, I’ve been using Dynamic Render extensively. However, an update to ACFE broke the feature. I’ve since managed to track down the exact issue.
I use the Flexible content field to wrap all the sections of a page. Here’s my field group structure:
…..
– Flexible Content #1
— Layout (single layout option)
— Relationship field <— Issue
– Flexible Content #2
….
The relationship field is linked to another CPT which also has a similar structure with all content nested inside a layout within a flexible content field. My dynamic-render.php loops through the related post to fetch some values to then render it in the preview of that layout. debug.log points at an error on the line with the ??:
$event_fields = get_field('region_event_information_section', $event->ID);
if ($event_fields) :
$layout = $event_fields[0]; // Get first layout
?? $event_title = $layout['event_title']; ??
$venue = $layout['venue'];
<?php endif;
What changed? What must I change?
Thanks for this terrific plugin!
]]>The field no longer loads terms if the “Use AJAX for lazy loading of choices?” option is enabled.
]]>Hello,
The update to 0.9.0.8 broke the dynamic render function.
I have sent you the details in the ticket system on https://www.acf-extended.com/.
Ticket: D35ND
This is a pretty urgent issue for us.
Thanks for your time,
Koen
trying to write custom data value and pressing enter and nothing happens (it doesn’t set it as the value):
Hello ACF Extended Team!
We hope this message finds you well.
We are the team behind Prosopo, a CAPTCHA solution focused on providing a privacy-friendly
alternative to Google reCAPTCHA. We believe our solution would be a great addition to your plugin, offering users a more privacy-conscious choice (we’re talking about your forms).
Would you be open to reviewing and accepting a pull request that adds Prosopo as an available CAPTCHA vendor?
The PR will adhere to WordPress Coding Standards and align seamlessly with your plugin’s existing
architecture.
Look forward to hearing your thoughts.
Best regards,
The Prosopo Team
Konrad,
Please don’t take this badly, but I’ve recently had 2 very expensive plugins I bought abanoned by the developer, things went quiet, no support tickets being answered.
Please just confirm you’re very busy at the moment
Regards
Pete
P.S. I still can’t purchase the Por version, PayPay just never returns then I get a message that something went wrong.
]]>Hi all,
i have noticed this on a lot of my websites.
when accessing “pages” or any other custom post-type the page loads broken.
if i deactivate ACF:E its fixes it but i want ACF:E
HELP?
]]>How can I debug a form not saviny updates to an existing post?
Here’s the exported form if that helps acfe-export-form-photo-add2-2024-10-17.json
Regards
Pete
]]>Hi Konrad,
I feel the level of support you’ve provided, I want to buy your Pro version, but trying the individual ite or the 10 site version via PayPal or the creditcard fails. Paypal just opens the PayPal popup and spins and spins for 5 mins befor I gave up, and via the Credit Card says an error has occurred.
You’dd better get it fixed to earn some money!
Regards
Pete
]]>Is it possible to set form action to be triggerd only on specific field condition?
]]>Hi there, for a custom post type I have defined a field (type: taxonomy terms) where the backend user can pick from certain taxonomies (here: some custom taxonomies and the post categories). The pick values are generated here: acf-extended/includes/fields/field-taxonomy-terms.php@convert_terms_to_choices(). There is a function call acf_get_grouped_terms() in line 1409. This function is defined in advanced-custom-fields-pro/includes/api/api-term.php. In this function, all categories are received by a parameter. What I don’t understand is, why are these categories sliced (line 253) based on an offset (line 236). 14 categories get in, only the last three get out. I do not see the reason for this behaviour, could you please explain what I am doing wrong or is this a bug?
Best regards,
Henning
View post on imgur.com
detected by imunify as SMW-INJ-CLOUDAV-js.spam.polyfill-27348-3
]]>Good morning all,
I need to change my relationship between my Photos and People field groups to bi-directional. I currently have a repeater field with a relationship field pointint to the People field group.
I`m not exactly sure what I need in the People FG to add a bi-directional relationship, and whether changing things from one-way relationship to two-way will destroy current relationships.
Any help would really be appreciated.
]]>Hi! Can this plugin add custom field to wooCommerce quick edit so I can do bulk edit?
]]>I noticed this error when I tried to update from 0.8.8.9 to the next version and have left it for a few versions to see if would be fixed but it’s still an issue for me now.
We have an Advanced Link field which is within a Repeater which is itself within Flexible Content. It was working fine but on updating the plugin, if I do get_field then the array looks like this (i.e. it’s pretty much empty) and therefore doesn’t display properly on the front end.
Array ( [type] => post [value] => 8 [url] => [name] => [title] => Download the Case Study [target] => )
Strangely it doesn’t affect every single instance (I think it might be different whether it’s linking to a Post or URL) and also, saving the page can retrieve some of the values.
Any thoughts? We’re staying on the older version of the plugin for now.
Thanks, Gregor
]]>Hi there,
Since I started using ACF Pro extended, I have had a fatal error with my Elementor templates. I had already contacted ACF itself and they tried to help me, but indicated that the problem probably lies with ACF Pro Extended. I've shared my debug logs below:
[18-Sep-2024 06:49:34 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:35 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:35 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:36 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:36 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:42 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:42 UTC] PHP Deprecated: Functie print_emoji_styles is sinds versie 6.4.0 verouderd! Gebruik in plaats daarvan wp_enqueue_emoji_styles. in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/functions.php on line 6085
[18-Sep-2024 06:49:43 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:43 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:46 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:46 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:46 UTC] PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/kses.php on line 1805
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 0 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 1 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/kses.php on line 1805
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 0 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 1 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/kses.php on line 1805
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 0 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 1 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/kses.php on line 1805
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 0 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 1 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/kses.php on line 1805
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 0 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Warning: Undefined array key 1 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:46 UTC] PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/kses.php on line 1805
[18-Sep-2024 06:49:48 UTC] PHP Deprecated: Creation of dynamic property acfe_form_front::$fields is deprecated in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/acf-extended-pro/includes/modules/forms-front.php on line 14
[18-Sep-2024 06:49:48 UTC] PHP Warning: Undefined array key 0 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:48 UTC] PHP Warning: Undefined array key 1 in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php on line 34
[18-Sep-2024 06:49:48 UTC] PHP Fatal error: Uncaught TypeError: str_contains(): Argument #1 ($haystack) must be of type string, array given in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/blocks.php:1687
Stack trace: 0 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/blocks.php(1687): str_contains() 1 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/formatting.php(5215): filter_block_content() 2 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/class-wp-hook.php(324): wp_pre_kses_block_attributes() 3 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/plugin.php(205): WP_Hook->apply_filters() 4 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/kses.php(946): apply_filters() 5 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/kses.php(754): wp_kses_hook() 6 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/kses.php(2232): wp_kses() 7 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php(89): wp_kses_post() 8 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php(44): ElementorPro\Modules\DynamicTags\ACF\Tags\ACF_URL->get_value() 9 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/dynamic-tags/manager.php(207): Elementor\Core\DynamicTags\Data_Tag->get_content() 10 [internal function]: Elementor\Core\DynamicTags\Manager->get_tag_data_content() 11 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/dynamic-tags/manager.php(100): call_user_func_array() 12 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/dynamic-tags/manager.php(65): Elementor\Core\DynamicTags\Manager->parse_tag_text() 13 [internal function]: Elementor\Core\DynamicTags\Manager->Elementor\Core\DynamicTags{closure}() 14 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/dynamic-tags/manager.php(64): preg_replace_callback() 15 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/controls/base-data.php(91): Elementor\Core\DynamicTags\Manager->parse_tags_text() 16 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/controls-stack.php(1329): Elementor\Base_Data_Control->parse_tags() 17 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/controls-stack.php(1176): Elementor\Controls_Stack->parse_dynamic_settings() 18 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/controls-stack.php(1263): Elementor\Controls_Stack->get_parsed_dynamic_settings() 19 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php(521): Elementor\Controls_Stack->get_settings_for_display() 20 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/widgets/button.php(140): Elementor\Widget_Button->render_button() 21 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/controls-stack.php(2325): Elementor\Widget_Button->render() 22 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/widget-base.php(635): Elementor\Controls_Stack->render_by_mode() 23 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/widget-base.php(759): Elementor\Widget_Base->render_content() 24 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/element-base.php(618): Elementor\Widget_Base->get_raw_data() 25 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/element-base.php(618): Elementor\Element_Base->get_raw_data() 26 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/element-base.php(618): Elementor\Element_Base->get_raw_data() 27 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/element-base.php(618): Elementor\Element_Base->get_raw_data() 28 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/element-base.php(618): Elementor\Element_Base->get_raw_data() 29 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/element-base.php(618): Elementor\Element_Base->get_raw_data() 30 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/base/document.php(1085): Elementor\Element_Base->get_raw_data() 31 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php(435): Elementor\Core\Base\Document->get_elements_raw_data() 32 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/base/document.php(738): ElementorPro\Modules\ThemeBuilder\Documents\Theme_Document->get_elements_raw_data() 33 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/modules/library/documents/library-document.php(66): Elementor\Core\Base\Document->get_initial_config() 34 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php(659): Elementor\Modules\Library\Documents\Library_Document->get_initial_config() 35 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/base/controls-stack.php(1070): ElementorPro\Modules\ThemeBuilder\Documents\Theme_Document->get_initial_config() 36 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php(38): Elementor\Controls_Stack->get_config() 37 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php(144): Elementor\Core\Editor\Loader\Common\Editor_Common_Scripts_Settings::get() 38 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/editor/editor.php(364): Elementor\Core\Editor\Loader\V2\Editor_V2_Loader->enqueue_scripts() 39 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/class-wp-hook.php(324): Elementor\Core\Editor\Editor->enqueue_scripts() 40 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 41 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/plugin.php(517): WP_Hook->do_action() 42 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/script-loader.php(2263): do_action() 43 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/class-wp-hook.php(324): wp_enqueue_scripts() 44 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 45 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/plugin.php(517): WP_Hook->do_action() 46 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/general-template.php(3065): do_action() 47 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php(31): wp_head() 48 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php(194): include('/var/www/vhosts…') 49 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-content/plugins/elementor/core/editor/editor.php(169): Elementor\Core\Editor\Loader\V2\Editor_V2_Loader->print_root_template() 50 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/class-wp-hook.php(324): Elementor\Core\Editor\Editor->init() 51 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 52 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/plugin.php(517): WP_Hook->do_action() 53 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-admin/admin.php(419): do_action() 54 /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-admin/post.php(12): require_once('/var/www/vhosts…') 55 {main}
thrown in /var/www/vhosts/eenhoornevenementen.nl/media.eenhoornevenementen.nl/wp-includes/blocks.php on line 1687
I hope you can help me.
]]>
Hi Konrad,
I have created a user in wordpress’ user backend and wanted to allow the user to update their user profile once logged in via your acf extended form.
I have tried all sorts of combinations and haven’t managed to get it to work. I can’t find any documentation on your site either for the action: Update User
This is what I’ve done: I have created an acf field group with the typical user detail fields i.e. username, password (to log in) and other fields that I want the user to update like first_name, last_name, description, Linkedin_Profile….
Can I use the Action: Update User to load the user field group upon successful user login and then allow the user to update the user profile details with the other user inputs on the ACFE form?
Is it also possible to load the existing details if they exist when the user logs in just using their username and password?
Many thanks for your great support!
Hi Konrad,
On a certain setup (summarized at the end), I get this error where the edit page dies with the message “Link not found.” The issue doesn’t exist when ACF Extended is not activated and this is the log message when the edit page loads.
PHP Notice: Undefined index: link_id in /nas/content/live/cardinalpeakd/wp-admin/link.php on line 116
It looks like this link.php file is mistakenly accessed with the setup. In other cases, the edit page loads fine and link.php file is not accessed.
I’m not sure if this will help but when link.php is accessed, I can see in the logs that an “action” called “acfe/flexible/layout_preview” is recorded.
These are the plugin versions I’m using. Both the dev and the live sites have the same issue.
Dev: ACF PRO – 6.2.4 | ACFE – 0.8.9.5
Live: ACF PRO – 6.3.6 | ACFE – 0.9.0.7 (both latest)
Please have a look when you have a chance and feel free to let me know if you need more information from me.
Thank you for the time!
The setup that’s giving me the issues is as follows. Please also refer to the screenshots.
“Content Groups” Field Group (Flexible Content) -> “Simple” Layout -> “Simple” Component Field -> “Simple” Component (Flexible Content) -> Any Layout
If no layout is added to the “Simple” component, the issue is not present (see the “OK Screen” attachment).
]]>I am encountering a fatal error on posts that contain ACF fields after the update. On the front-end, everything works fine, but on the back-end, when I try to update a post, I get a fatal error message in WordPress.
]]>Hi,
I’ve created an ACF Frontend form using your plugin. The form is allowing the form user to create a new user account and new post. The form saves successfully, but not all acf fields are save to the post.
Do we have to save each field as metadata?
When I look at the saved post in the backend I also notice that only some of the acf fields have been populated, this makes me feel that I’m missing a setting, or there is a problem saving to the database for some acf fields. Have you come across this issue before?
Thanks.
Hi,
I used the official WP importer to move a set of custom posts to a staging server. Whenever these posts are edited, a fatal error occurs:
Fatal error: Uncaught Error: Cannot access offset of type string on string in /wp-content/plugins/acf-extended/includes/modules/performance/module-performance-ultra.php
Newly created posts are unaffected.
Plot twist: a second CPT, imported at the same time, is unaffected. Both CPT’s are created using ACF.
Not sure where to begin on this one. Tried setting the affected CPT fields to ‘save as individual meta’ but that didn’t work.
Thanks in advance.
]]>How to import ACF field values from a CSV in existing pages?
Is this a feature of the add-on, or ACF pro version?
I’ve been trying for days with WP Import, but it will simply not populate the ACF fields.
]]>I’m using Dynamic previews for my Flexible Content fields. For every layout group in my output code I use something like id=”blocknum-<?php echo get_row_index();?>” to be able to apply dynamic styles/js inline when needed.
This works and outputs everything correctly on the front-end. However I just noticed in the admin with Dynamic Previews, they simply all return a value of 1. So every single layout group on the backend, in the dynamic preview, it’s outputting id=”blocknum-1″. It’s making it tough for me to update the dynamic inline styles for those layouts on the backend. There are workarounds I can do, however this seems like either a bug, or something I’m missing?
]]>Hi AcF Team,
We have installed the plugin and no translation to Spanish is available. In the description Spanish is listed among the seven languages available.
Thank you.
Greetings.
Latest everything; default theme.
When clicking the “toggle layout”, the layout will change to transparent. When saving the page, the status gets reverted, as if you didn’t click “toggle layout” at all.
]]>We have a taxonomy (Classifications) that is a critical input for editors. Each classification has an associated description that tells the editor which kinds of posts can be assigned that classification. Currently editors must display the list of classifications and carefully review the description of each in order to set the classification properly. I would like to have this functionality embedded in the Post Edit screen.
Alternatives:
I have no idea how to do this and I have no php knowledge.
]]>