ACF Support
Forum Replies Created
-
Hi there!
ACF Support Team here, Thanks for keeping in touch we would be happy to assist.Could you be try to share some code? If so, Please add it to .txt file?
Hopefully, it helps.
Hi there!
ACF Support Team here, Thanks for reaching out with your query we would be happy to assist.I am afraid ACF shortcode at the moment only supports text based fields and not complex fields like relationship field.
Could you please create a ticket using our support form so that we can advise you further?
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Custom breadcrumbHi 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®)] Updating ACF content in wp-portalHi there,
You most welcome.
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®)] Register fields via PHPHi there!
ACF Support Team here, Thanks for reaching out with your query we would be happy to assist.Yes, the Register fields via PHP is also available in the free version.
If you need further clarification, please create a ticket using our support form and we can advise further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Edit color of valuesHi 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®)] Changing default comments class- helpHi there!
ACF Support Team here, Thanks for reaching out with your query we would be happy to assist.I am afraid ACF as it is out of the box doesn’t modify third party plugins.
ACF is a developer’s tool that lets you to quickly create custom fields and attach them to different items such as post types. Then one can add custom code to theme files to display custom fields’ data on the front as discussed at https://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/.
It also has a REST API feature where a client can retrieve custom field data as discussed at https://www.advancedcustomfields.com/resources/wp-rest-api-integration/#developer-notes.
Please read more about ACF on our site at https://www.advancedcustomfields.com/.
You can check out our documentation at https://www.advancedcustomfields.com/resources/.
You can also have a look at third-party youtube tutorials such as https://www.youtube.com/watch?v=eMCOE9x5mCc&list=PLgFB6lmeXFOoyP8YUj7TmDnzFrrPcjCf3
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®)] Updating ACF content in wp-portalHi 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®)] i need know what is function nameHi 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®)] Using image fieldHi there!
ACF Support Team here, Thanks for reaching out with your query we would be happy to assist.I am afraid at the moment we do not have a replace button/icon. The pencil icon is used to edit the attachment details.
That said, we have reported this internally for review and further consideration.
If you need further clarification, please create a ticket using our support form and we can advise further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Thousands of warnings in PHP8.2+Hi there!
ACF Support Team here, Thanks for reaching out with your query we would be happy to assist.We currently we are aware of the PHP Deprecated notices in PHP version 8.2. You can prevent the notices from displaying by using the code below:
define('WP_DEBUG_DISPLAY', false);We’ll begin working through them once WordPress 6.2 Beta 1 is released with PHP 8.2 support on 7th Feb. Therefore, we’re intending to ship PHP 8.2 support with ACF 6.1 alongside WordPress 6.2 later this quarter.
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®)] Use with ShortcodeHi there!
ACF Support Team here, Thanks for reaching out with your query we would be happy to assist
Yes, it is not possible at the moment to use the ACF shortcode to display images. The ACF shortcode is for text-based fields such as text and number field types.
However, ACF gives developers the freedom to render content on the front end as per their preferences. In other words, ACF doesn’t render content on the front end and one has to add custom code in order to.
Usually, developers use the get_field() and the_field() functions to render values on the front end.
Unfortunately, different themes have different file hierarchies and it is always a good idea to consult your theme support so that they can advise on the correct file to place your code.
Please have a look at the resources below:
https://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/
If you need further clarification, please create a ticket using our support form and we can advise further.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Author Picture With ACFHi 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®)] Transliteration of ACF problemACF Support Team here. You can use the
acf/format_valuefilter. This filter allows you to modify the value of a field before it is displayed on the front end.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.