i tried to use iris color picker in my plugin admin area but when i implemented i’m getting this error- TypeError: $(…).wpColorPicker is not a functionCode- function sam() {...
I’ve gotten as far as creating custom post types, custom fields and linking those to templates on this first time WordPress project i’m working on, but i seem to...
Recent WordPress install, default theme. There are three colors which can be customized from the admin gui, but there are at least three other colors visible on the website...
I’m trying to build a sidebar plugin for Gutenberg which uses the ColorPicker component to store a chosen rgba value in metadata using withSelect and withDispatch (I’m testing below...
I’m creating a wordpress theme and in that I am using the theme customizer to allow users to change the accent color of my theme. Now everything is working...
I’m trying to add a colorpicker to the featured image meta-box. Here is some background: I use the featured image meta-box to place parallax background images. Because a user...
I need to have the client’s theme colors here so he doesn’t have to remember the color codes each time he’s using them. Is is there any way to...
Question: How could you add a few transparency options (none, semi-transparent and solid) to the chosen color in the wp color picker? I’m working on a set of theme...
I’ve started fully integrating the WordPress Theme Customisation API into my WordPress theme and it’s phenomenal. One issue I’ve encountered is that including the default colour picker is great,...
I’ve implemented an Iris Colour Picker into the front-end of my theme thanks to the help provided in this question and all works well on the desktop front. However,...