ACF Support
Forum Replies Created
-
Hi there!
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting these issues, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Allow “Unsafe HTML” EverywhereHi there!
ACF Support Team here, Thanks for reaching out with your query we would be happy to assist
You can use the filter below to allow HTML. Please note that using this filter in a setup where you don’t trust all users is not recommended.add_filter( 'acf/shortcode/allow_unsafe_html', function ( $allowed, $atts ) { return true; }, 10, 2 );If you need further clarification, please create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Calling ACF link in a field dynamicallyHi there!
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] display ACF Google MapsHi there!
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] The_field()Hi there!
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Bugs in latest update 6.2.6Hi there!
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Dynamic field with ElementorHi there!
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Hi there!
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Fixing Output CodeHi @jimk1416
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Pot TranslationHi @ozosh182
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] InnerBlocks without extra wrapperHi @thessav
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Missing field with last updateACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our support form and we can look into it further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] backend : can’t edit field in field groupHi @eoik,
Please reach out to support directly by opening a ticket from here https://www.advancedcustomfields.com/support/ and they should be able to investigate and get to the bottom of this issue.
Also if you are using the free version of ACF you do not need a key but the pro version requires a key for updates and support.
Regards,
Hi there,
That notification just says that those listed fields contain HTML in them and in a future update, the HTML will be stripped before the field values are rendered on your template files.What you can do is remove the HTML from the fields and add it to your template files or allow those HTML tags in use using this method shown here https://www.advancedcustomfields.com/resources/html-escaping/#customization
Alternatively you can use the get_field method if you trust the HTML in those fields instead of using get_field method – https://www.advancedcustomfields.com/resources/get_field/
Hope this clears things up but if not you can open up a ticket with us from here https://www.advancedcustomfields.com/support/
Regards.
Hi there,
Sorry to hear about how this change affected your sites.
There is a blog post that was published with more detials on this change and other similar changes coming to the_field and the_sub_field methods – https://www.advancedcustomfields.com/blog/acf-6-2-5-security-release/A fix that is suggested is to specify the tags you do not want striped \ escaped from the field value’s output using the method shown here https://www.advancedcustomfields.com/resources/html-escaping/#customization
Hope this clears things up but if you need further assistance on this you can open a ticket with us from here https://www.advancedcustomfields.com/wp-content/uploads/2024/01/notice-screenshots.png
Regards,