이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

ACF Color Swatches

설명

An add-on for Advanced Custom Fields to allow users to select from a list of color choices. Setting up the field works exactly like setting up a radio button list, the main difference being that the key will also be used to style the element.

This is useful for allowing users to pick from a limited selection of colors, rather than enter an arbitrary hex value or choose from a color picker.

Supports all of the following color formats:

  • hex: #FF0000
  • rgb: rgb(255,0,0)
  • rgba: rgba(255,0,0, 1)
  • hsl: hsl(0,100%,50%)
  • hsla: hsla(0,100%,50%, 1)
  • name: red

Note: you may also use none to show a transparent swatch with a checkerboard background.

Compatibility

This ACF field type is compatible with:

  • ACF 4
  • ACF 5 (PRO version)

스크린샷

  • Use the same syntax as defining ACF radio buttons
  • Users will see color swatches that act like radio buttons

설치

  1. Make sure to have Advanced Custom Fields plugin installed.
  2. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin through the ‘Plugins’ screen in WordPress
  4. Use the plugin while creating custom fields

후기

모든 1 평가 읽기

기여자 & 개발자

“ACF Color Swatches”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “ACF Color Swatches”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

4/25/18 – v1.0.7

  • issue – Fixed bug with returning value instead of array

10/23/17 – v1.0.6

  • d57ec40 – Match background-color syntax
  • 4892d0e – Allow transparent values to be selected

10/23/17 – v1.0.5

  • fa93a8b – Add return value option

2/13/17 – v1.0.4

  • 44912a6 – Allow inclusion within theme

10/21/16 – v1.0.3-rc.1

  • 7bdc1d2 – Improved composer instructions

10/7/16 – v1.0.3

  • 9d733d9 – Add composer.json
  • Added readme.txt for WordPress plugin database

5/19/16 – v1.0.3-alpha

  • 0b1b7f6 – Added support for ACF5

11/9/15 – v1.0.2

  • Added checkerboard pattern to indicate transparency
  • Added subtle border to show swatches that match the background color

10/14/15 – v1.0.1

  • Improved browser / OS support by replacing input elements with block elements

9/20/15 – v1.0.0

  • Initial Release