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 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, Thanks for reaching out with your query we would be happy to assistIn order to change the upload folder, you could hook into the acf/upload_prefilter hook as shown below:
function my_acf_upload_prefilter( $errors, $file, $field ) { add_filter('upload_dir', 'my_upload_directory'); return $errors; } add_filter('acf/upload_prefilter/name=acf_field_name', 'my_acf_upload_prefilter'); function my_upload_directory( $param ){ $mydir = '/custom-field'; $param['path'] = $param['basedir'] . $mydir; $param['url'] = $param['baseurl'] . $mydir; return $param; }Please have a look at a discussion at https://support.advancedcustomfields.com/forums/topic/uploaded-files-location/
If you need further clarification, please create a ticket using our support form and we can look into it further.Hi @ryanac
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®)] Change taxonomy order in admin columnHi @floortjahh
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®)] Divi Theme Builder & Taxonomy ImageThis 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 @janbrokes
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®)] ACF Image Fields Changing Filename of ImageHi @juliemclelland @kathyeng07
ACF Support Team here.
If the issue is emanating from the “ACF Frontend Admin” plugin, I’d recommend reaching out to the plugin developer/support team for help.
Thanks!
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Divi Theme Builder & Taxonomy ImageACF Support Team here.
Could you please confirm that the Image field Return Format is set to
Image Array?https://www.advancedcustomfields.com/resources/image/#display-image-arrayForum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] customize accordion fieldsHi 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®)] ACF fields don’t display in custom templateHi there!
We are glad you were able get to the bottom of the issue.
Please don’t hesitate to reach out via our support form in case of anything else.
Have a good one.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] admin-ajax.php 400 Bad RequestHi there!
ACF Support Team here, Thanks for reaching out with your query we would be happy to assist.
Could you please try to reproduce the issue in a staging environment to avoid breaking your production site by switching to one of the stock WP themes(Twenty Twenty Three) as well?If the issue persists, we would love to continue investigating and troubleshooting, 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®)] ACF and TaxoPressHi there!
ACF Support Team here. This forum is generally used by ACF users to help each other out.
However, we would love to get more information about your setup, 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®)] ACF admin menu missingHi @eyedia
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 @slckv
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.