ACF Support
Forum Replies Created
-
Hi @twopeace
Please reach out to support directly by submitting a ticket with more details on what you are trying to archive exactly. You can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.Hi @antoniomartoni
Please reach out to support directly by submitting a ticket. You can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Dissapointed ACF supportHi @shovonbk,
I checked on our end and the ticket seems to have been responsed to on the same day March 06 2025.
Please respond back to that ticket if you run into an issue with the suggested upgrade path we gave you.Kind regards,
Noah.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Video Doesn’t PostHi @toad78
hero_video field returns a file URL only not an array. So in your code, replace:
<?php echo $video_url; ?>with just the $video containing the file URL that is:
<?php echo $video; ?>That should work and if it does not then reach out to support directly and they should help out.
You can open a ticket from here https://www.advancedcustomfields.com/contact/Kind regards,
Noah.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] “Location Rules” not showing custom post typeHi @neilkonka
Could you kindly confirm if you have a local JSON as well as fields registered via PHP? We have seen cases where local registered fields are overriding field groups on ACF user interface.
Also, 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®)] ACF conflicts with bbPressHi @chefranov
Please reach out to support directly by submitting a ticket. You can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.Hi @laclac1,
What is happening is ACF functions e.g. get_field is being called up before ACF has initialized. This could be in your theme code and to fix this you can try and wrap your code in the acf/init hook that fires only when ACF has fully initialized – https://www.advancedcustomfields.com/resources/acf-init/
If that does not work, please reach out to support directly by submitting a ticket. You can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] checkboxes display photoHi @aremun
Please reach out to support directly with more information on what you are trying to archive. Include details such as the field type you are working with and if possible screenshots to illustrate. You can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Custom taxonomy issueHi @claschy
Please reach out to support directly by submitting a ticket. You can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Error after Update to 6.4.0Hi @joshuaall
Please reach out to support directly by submitting a ticket. You can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] add Woocommerce price fieldYou would have to do some modifcations and work with woocommerce hooks to use an ACF field value as the price for a product.
There are some hooks here you can take a look into – https://www.tychesoftwares.com/how-to-change-product-prices-via-a-hook-in-woocommerce/
It will require some level of customization for it to work the way you want.
You can open a ticket from here https://www.advancedcustomfields.com/contact/ if you need further assistance with this.Kind regards,
Noah.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Error ID’s after Update to 6.4.0Hi @diogenesjup
Please reach out to support directly by submitting a ticket. You can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Archive Page not showing Custom posts TagsHi @pradg
Please reach out to support directly by submitting a ticket. You can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.Hi @balaji0709,
There is a guide here on creating a custom field type – https://www.advancedcustomfields.com/resources/creating-a-new-field-type/
You can use the provided code to start work on your custom field type. If you run into an issue you can open a ticket from here https://www.advancedcustomfields.com/contact/
Kind regards,
Noah.