Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
A RGBA-Color-Picker field for Advanced Custom Fields
The ACF RGBA Color Picker is a WordPress plugin that enhances the Advanced Custom Fields (ACF) experience by providing a colour picker that supports transparency through RGBA mode. It allows you to create custom colour palettes for your fields, giving you flexibility in design. This plugin is suitable for developers and designers who want to implement advanced colour selection in their ACF setups.
The plugin includes features like the ability to define individual colour palettes for each field and displays colour fields in multiple rows to accommodate large palettes. It is designed to work exclusively with ACF PRO, version 5.5.0 or higher.
Best for: This plugin is best for WordPress developers and designers using ACF PRO who need advanced colour selection options.
What it does well
Where it falls short
The ACF RGBA Color Picker is a useful tool for those working with ACF PRO, offering enhanced colour selection capabilities. It is particularly beneficial for projects requiring customisation of colour palettes.
dreihochzwo's own description of ACF RGBA Color Picker, lightly tidied.
The RGBA Color Picker is a color picker that supports transparency colors in RGBA-Mode.
The plugin offers the possibility to customize the color palette according to your own wishes. You can define your own custom color palette with the acf/rgba_color_picker/palette filter. In addition, you can define an individual color palette for each field in the field settings.
New in version 1.2.0
If there are a lot of colors for the color palette, the color fields are getting very tiny. To prevent this, the color fields are now displayed in several rows (with a maximum of 10 colors per row). So it is possible to define a lot of colors for the standard palette.
Furthermore, the color picker is now absolutely positioned and this does not shift other elements of the page every time the color picker is opened.
This plugin works only with the ACF PRO (version 5.5.0 or higher).
Use the acf/rgba_color_picker/palette filter to create your own standard color palette for the color picker. Your custom standard color palette, just like the default color palette, can be overridden in the field settings for each field individually.
Put a code like this into your themes functions.php (you can use HEX or RGBA color values and can also mix them):
<?php
function set_acf_rgba_color_picker_palette() {
$palette = array(
'#FFF',
'#0018ff',
'#00FF36',
'rgba(255,168,0,0.7)'
);
return $palette;
}
add_filter('acf/rgba_color_picker/palette', 'set_acf_rgba_color_picker_palette');
?>
If you have an options page where you define some standard colors, create an array from this options like this:
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