WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by dreihochzwo v1.2.3

ACF RGBA Color Picker

A RGBA-Color-Picker field for Advanced Custom Fields

ACF RGBA Color Picker

The facts

Rating
5★ from 5
Active installs
6k+
Price
Free
Last updated
22 Dec 2024
Added
Mar 2017
Requires WP
4.7
Tested up to
WP 6.7.7
Downloads
62,604

Our analysis

AI-assisted

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

  • Supports transparency colours in RGBA mode
  • Customisable colour palettes for each field
  • Displays colour fields in multiple rows for better visibility
  • Works exclusively with ACF PRO

Where it falls short

  • Requires ACF PRO to function
  • Limited to colour selection features only

Verdict

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.

From the developer

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.

Custom color palette

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).

Localizations

  • English
  • Deutsch

Custom color palette

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.

Fixed color palette

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');
?>

Dynamic color palette

If you have an options page where you define some standard colors, create an array from this options like this:

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for custom content structures.

Ad Inserter

Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...

Free 300k+ installs 4.9★ (2,428)
Advanced Custom Fields

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...

Free 2M+ installs 4.5★ (1,438)
Simple Custom Post Order

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...

Free 300k+ installs 4.8★ (569)
WP Activity Log

The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.

Free 300k+ installs 4.7★ (488)
Custom Post Type UI

Admin UI for creating custom content types like post types and taxonomies

Free 1M+ installs 4.6★ (276)