Questions tagged [acfpro]

ACF PRO is the professional version of ACF (Advanced Custom Fields), a plugin for WordPress

ACF is a WordPress plugin for WordPress edit screens and custom field data.

References

341 questions
0
votes
0 answers

ACF Sort repeater by date

I'm using ACF plugin on my site. I want to sort my link containing date. So, in frontend I have something like that 01.10.2017, News 02.02.2018, News 06.09.2017, News and I want it to be like that 02.02.2018, News 01.10.2017, News 06.09.2017,…
MMPL1
  • 533
  • 7
  • 21
0
votes
1 answer

ACF form post woocommerce product

i am developing a multivendor shop and i want the vendors to post products from a Template page. i am using Advance custom fields to achieve this functionality. What i did by far is to create the page template and managed to display the form but i…
0
votes
3 answers

Custom loop not displaying all available posts

I am having trouble with a custom Wordpress / ACF loop I am working on. The idea is that it displays the latest posts within the 'events' post type, hiding any posts where the event date has passed. The posts do hide if the date has passed. However…
CharlyAnderson
  • 737
  • 2
  • 14
  • 34
-1
votes
2 answers

Add a button to load more ACF repeted fields via AJAX

I am trying to add a button to load more ACF repeted fields via AJAX. The code seems fine but the button is not working. I have added the limit of posts to show on page load to 3 which is working but upon clicking on the button there is an error in…
-1
votes
1 answer

Query users, count the number of times they appear on a post, and update their profile with the count

I have put together the below snippet to count how many time seach user in the specified role appears in an ACF user field on several of my posts and it works fine if I actually specify someone's user_id (eg: $user_id= 32;), but when I want to run…
Webbb
  • 31
  • 7
-1
votes
1 answer

How to loop within a loop in WordPress?

How can I run a loop within a loop in WordPress? My attempt is this so far but it seems to crash the server each time. 'careers', 'posts_per_page' => '10', 'meta_key' => 'company', 'meta_value' => …
Henrik Harju
  • 95
  • 1
  • 10
-1
votes
1 answer

How to Compare a Today Date with Null or Empty Date Field in ACF?

I am using ACF plugin to get the date and also it's not a mandatory field (Because there has another "To Be Announced field"). So if people didn't select that date, It will be showing a null value or empty field. I want to compare today date with…
amarrajk
  • 46
  • 4
-1
votes
1 answer

Wordpress ACF dynamic status bar

I am in the process of creating a order tracker using Wordpress, ACF, and a yet to be decided form plugin for use on the front-end. The back-end is working just fine but now I'm working on the front-end. What I am trying to accomplish is a visual…
-1
votes
1 answer

How do we map ACF File Field to WPForms File Upload field?

I have an ACF(Advanced Custom Field) file field which required to be mapped with the front end WPForms File Upload field. When someone uploads a file via front-end WPForm form I need to see the file attachment in the WP Admin dashboard under ACF…
-1
votes
1 answer

Get meta from podcast episode into wordpress template

Is there a way to get the Podcast Name, Episode Title, and Date through a link inserted in a wordpress post? I'm using ACF plugin where the user may insert a podcast link. Like what happens when I paste a link in WhatsApp, and an information with…
Horacsio
  • 105
  • 1
  • 9
-1
votes
1 answer

Impossible to filter custom post in query using tax_query

First time than I use Timber and I'm looking for help to find a way to filter some custom_post with a taxonomy. In this file single-news.php, I try to display in my custom posts (news) controller a link with a an acf taxonomy field named…
dAvydAv
  • 9
  • 2
-1
votes
2 answers

How to update a field while creating a new post with ACF form

I'm using an ACF Form in the front-end of a WordPress website. The ACF form in 'Post A' creates a new post 'Post B'. I am trying to create a function that will update an ACF field in Post A (I will then use this to remove the form from Post A so…
SteveAsh
  • 25
  • 7
-1
votes
1 answer

Options Page Not Loading from .json in WordPress?

I have ACF Pro bundled into my Custom WP Theme and followed the instructions here: Including ACF within a plugin or theme I set up a acf-json folder and resaved all my field groups and they all saved themselves into a .json files (6 total) as…
-1
votes
1 answer

Showing ACF text field shortcode value using ACF repeater field

I’m trying to show the text field value using ACF shortcode with ACF repeater field. But instead of displaying the shortcode value it’s showing the shortcode itself. Can anyone please let me know how can I output the text value of shortcode using…
-1
votes
1 answer

Trying to add 'buy-buttons' from Ewid e-commerce platform to a site made with wordpress and ACF plugin without success

My ultimate goal is to install ecommerce code into parts of my site. I have a site for displaying the furniture that I sell, but so far it is only showing it. It is impossible to buy it. For that reason I am experimenting with ecommerce tools. They…
1 2 3
22
23