On my custom post template I want to show the image assigned to the category.
There are many categories so I don’t want to create a new template for each one.
Can I dynamically get the term ID to populate the Post ID field?
I created a shortcode to return it along with the prefix (eg. course_category_31) but this doesn’t work in the Post ID field (I knew it was a long shot but worth a try!).
Any idea how to make this happen?
Works great when I enter ‘course_category_31’ manually.
]]>If you are using php8 and you do *not* have acf active, you get a fatal error:
Uncaught TypeError: call_user_func_array(): Argument #1 ($function) must be a valid callback, non-static method easy_acf_connect::easy_acf_admin_error_need_acf() cannot be called statically....
With PHP 7.4 you get a warning
Deprecated: Non-static method easy_acf_connect::easy_acf_admin_error_need_acf() should not be called statically
Hi, great plugin! I’m having an issue with the latest version of ACF. I can see group fields listed inside Beaver Themer with Easy ACF, but not any sub fields. I assume it’s recent ACF updates that have broken the feature.
]]>Is it possible to specify a format when grabbing a date field? Something like:
[wpbb post:easy_acf_connect selected_acf_field='event_start_date' acfo='current' format='M Y']
Is it possible to set a condition based on an ACF date field? I have an ACF date field called “event_date”, and I have a Beaver module with registration details. I would like that module to only appear if the event_date is greater than or equal to today. Meaning the registration details would disappear when the event date passes.
I set up a shortcode to return the current date:
$currentDate = date( ‘Ymd’);
But if I set the condition to show of the date if >= [currentDate], it doesn’t work.
Does anyone know if there’s a way to accomplish this?
Thanks
]]>Hi,
Please advise how to connect acf repeater in easy acf connect plugin.
The acf repeater sub-fields cannot be found in easy acf connect.
Kindly help.
]]>Hi,
Great that you added ACF checkbox fieldtype to Themer Conditional Logic in v1.1.4!
I noticed a small limitation though (maybe difficult to bypass?):
the field output has to be set as Value or Label to be evaluated.
If i set it to Both (array), the condition seems to always be false.
Thanks for your great addon. ??
]]>I just installed and activated the ‘Easy ACF Connect For Themer’ plugin.
My BB Themer layout already includes several ACF fields I previously added using BB Themer’s field connection tool (connect/insert).
When editing this BB Themer layout, I can now select to connect or insert an Easy ACF field.
Unfortunetely, in the ‘ACF Field’ window, the ‘Select Field’ dropdown shows nothing.
Why?
]]>Hi there,
I installed this, and I get the Easy ACF section, but when I click the dropdown there are only two entries – Contact Map and Contact Details – but I can add ACF fields manually fine! Any thoughts ? (Those two fields are from a differetn CPT BTW!). The page I am editing is a Themer Single template for WooCommerce that has extra fields via ACF.
TIA, Dave
Hi,
by coincidence I found a difference in the result between a text field inserted by the plugin and a text field inserted manually. It seems like something with the font size and/or letter spacing. The text inserted by the plugin is shorter, maybe slightly smaller. Example:
https:///internetpage.cz/store/different-result.png
Greetings. H.