ਵੇਰਵਾ
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.
ਸਕਰੀਨਸ਼ਾਟ
ਸਥਾਪਤੀਕਰਨ
- Upload
acf-restrict-color-picker
to the/wp-content/plugins/
directory - ਵਰਡਪ੍ਰੈਸ ‘ਚ ਵਾਧੇ ਨੂੰ ਕਿਰਿਆਸ਼ੀਲ ਕਰਨ ਲਈ ਸੂਚੀ ‘ਚੋਂ ‘ਵਾਧੇ’ ਚੁਣ ਕੇ ਕਰੋ।
ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ
-
I have a question
-
Leave your question in the support tab and we’ll respond!
ਸਮੀਖਿਆਵਾਂ
ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ
“Advanced Custom Fields: Restrict Color Picker Options” is open source software. The following people have contributed to this plugin.
ਯੋਗਦਾਨੀ“Advanced Custom Fields: Restrict Color Picker Options” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।
ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
ਤਬਦੀਲੀ-ਚਿੱਠਾ
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