Closed neilgee closed 3 years ago
Hi @neilgee Read the Usage Now it is necessary to call it explicitly and I recommend using your own class to prevent other plugins or themes from modifying yours.
Ok thanks, I have added data-alpha-enabled="true"
to the input but picker still not displaying - I think its the inline script tripping me up, will look a bit more closely later.
Have it sorted now - I already had a js file for the backend settings added $( ".color-picker" ).wpColorPicker();
to it, now works perfect - thanks
I have been using wp-color-picker-alpha for various WordPress plugins settings, enqueuing the script and using like so...
This gives me the color picker when selected.
Since version 3 of the script the picker no longer shows - it just falls back to a text field for manual entry.