- Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker
- Overwrite WordPress Color Picker for better implementation of overwriting the Iris
Only run in input and is defined data alpha in true
Download and copy script inside folder dist in you theme options or plugin. For call this script use this code:
wp_enqueue_style( 'wp-color-picker' );
wp_enqueue_script( 'wp-color-picker-alpha', $url_to_script, array( 'wp-color-picker' ), $current_version, $in_footer );
Add class .color-picker
and data-alpha="true"
in input.
This class is optional but then need to call wpColorPicker yourself to the class you want.
-
data-reset-alpha:
-
For set Alpha Channel for disabled transparency after press color palette.
-
data-custom-width:
-
By default the input width is 100 on rgba mode
-
For disabled default input witdh in mode rgba ( Possible values: "false", "0" )
-
For change default input width in mode rgba ( change the number you want, "in pixels" )
Licensed under the GPLv2 license.
If you would like to contribute please fork the project and report bugs or submit pull requests.
If only tested in Firefox and WordPress last versions
For only testing download or clone wp-color-picker-alpha-plugin inside WordPress plugins folder and activate.
- Declare some global variables when is deprecated or not
- Change method to check WordPress version, recommended by @webaware, see comments
- Change method to check WordPress version
- Resolve issues with wp-color-picker.css, see #12
The variable wpColorPickerL10n is used to check if it is earlier than version 4.9 and adjusts the content, only tested in 4.8.3 and 4.9-RC2-42156.
- Add support for WordPress 4.9, also works in lower versions, only tested in version 4.8
- Pull, see #7
- Pull, see #4
- Add functionality to change the width of the element, see #2
- Fixed issue #1
- Show Iris error always, but if not is empty input
- Fixed option reset, not reset in first time
- Fixed width input with data alpha is true and plugin initialize
Initial Release