Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
Description Easily connect ACF fields in Beaver Themer. No need to remember the fieldnames, easily select from the dropdown.
Easy ACF Connect For Themer is a WordPress plugin designed to facilitate the connection of Advanced Custom Fields (ACF) within Beaver Themer. It allows you to easily select field names from a dropdown menu, eliminating the need to remember them. The plugin supports various field types and can return values from the current post, other posts, user IDs, tax terms, or ACF Options pages.
The plugin also includes functionality for adding conditional rules using ACF fields. However, it does not support conditional rules for third-party field types. This plugin is suitable for users who work with ACF and Beaver Themer and need a straightforward way to connect and manage custom fields.
Best for: This plugin is best for WordPress developers using ACF with Beaver Themer.
What it does well
Where it falls short
Easy ACF Connect For Themer provides a simple solution for integrating ACF fields into Beaver Themer, though it has limitations regarding third-party field types.
badabingbreda's own description of Easy ACF Connect For Themer, lightly tidied.
Description
Easily connect ACF fields in Beaver Themer. No need to remember the fieldnames, easily select from the dropdown. It returns all fieldnames, across all fieldgroups.
Easy ACF Connect for Themer also supports ACF Fields on the current post, another post, user_id, tax_termid or even from your ACF Options pages.
Select the Easy ACF Connector… Then simply select the fieldname.
Using the Conditional Logic filter
Easy ACF Connect for Themer also supports adding conditional rules using ACF Fields on the current post or from your ACF Options pages. For that select either “Easy ACF Field” or “Easy ACF Option Field”.
Supported fieldtypes:
Please note that field support means that it will return the ACF-value as a variable (object, array, string or number). It’s up to the module to handle the returned variable.
Adding support for more fieldtypes in list
If you use any third party or custom fieldtypes for ACF ( which can be found on https://awesomeacf.com ) you can add those using a filter in your function.php:
add_filter( 'easy_acf_accepted_acf_field_types' , 'my_custom_add_acf_field_types' );
/**
* Callback that adds one or more fieldtypes to the the easy_acf_accepted_field_types filter
* @param {array} $fieldtypes array with name->value, label->value pairs
* @return {array}
* @since 1.0.0
*/
function my_custom_add_acf_fieldtypes( $fieldtypes ) {
$new_fieldtypes = array(
array( 'name' => 'custom_fieldtype' , 'label' => 'Custom Field Type' ),
);
$fieldtypes = array_merge( $fieldtypes , $new_fieldtypes );
return $fieldtypes;
}
Conditional Rules for 3rd party fieldtypes
There is currently no support or way to extend for 3rd party fieldtypes using the conditional rules. This means that you won’t be able to pick fieldtypes based on the type. Use the conditional rules provided by Beaver Themer instead, but you will need to enter the fieldname manually.
version history:
v1.1.5
Other plugins for custom content structures.
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...
The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.
Admin UI for creating custom content types like post types and taxonomies