Advanced Custom Fields: Restrict Color Picker Options

Plugin Banner

Advanced Custom Fields: Restrict Color Picker Options

by Adam Walter

Download
Description

Restrict Advanced Custom Fields color picker field to a specific subset of custom colors. Removes the color wheel and slider from the field UI so the user can’t pick any other colors

Features

Include the color palette from the current theme by enabling the option on the plugin settings page.

Get the current color options palette in your template code with the acfrcpo_get_color_options function.

  1. Upload acf-restrict-color-picker to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  1. Comma-separated list of HEX color values used to define the color options. Optionally include the current theme's color palette as well.

    Comma-separated list of HEX color values used to define the color options. Optionally include the current theme's color palette as well.

  2. Simple color swatches allow the user to easily choose from your color set.

    Simple color swatches allow the user to easily choose from your color set.

I have a question

Leave your question in the support tab and we’ll respond!

Restricts all the colors!

By Dave (forthesakeofreason) on April 29, 2022

Does what is says. Thanks.

Works like a charm

By thehappyhipster on April 19, 2022

Perfect, easy solution. Awesome that it can fetch the theme colors defined in theme.json to. Thank you for sharing!

WOW genau das habe ich gesucht!

By 4system on May 1, 2021

Einfach klasse. Vielen Dank.

This is Ok!

By Anne Warren (annewarren) on December 4, 2020

I used it, felt great!

Perfect

By permanyer on November 19, 2020

Perfect! 1M Thanks!

Awesome Addon for ACF

By makkal on October 24, 2016

Colors can be chosen easily. Thumps up.

Handy!

By ProfessionalWerewolf on September 3, 2016

A solid plugin. Really handy for simplifying the color picker.

1.3.1

  • Bug fix: Adds check for false return from get_theme_support (Thanks @faketib0 and Dan Mensinger!)

1.3

  • Adds option to include the current theme’s colors. Thank you to @mrwweb for this idea!
  • Adds acfrcpo_get_color_options function to get the current color palette. Thank you to @badjesus for the feature request!

1.2.1

  • Fixes $l10n parameter syntax in wp_localize_script.

1.2

  • Finally fixes long standing issue with multiple instances of color pickers.

1.1

  • Change the plugin name to better match similar plugins in the ACF world.

1.0

  • First version of the plugin
Back to top