Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wp-color-picker support #6

Open
ramiy opened this issue May 23, 2016 · 2 comments
Open

Add wp-color-picker support #6

ramiy opened this issue May 23, 2016 · 2 comments

Comments

@ramiy
Copy link

ramiy commented May 23, 2016

The form style metabox (defined in register_form_style_metabox() function) has several color fields. The problem is that they don't use wp-color-picker. The current color fields are not intuitive. You should replace them with the builtin wordpress color-picker for better UX.

@ramiy
Copy link
Author

ramiy commented May 23, 2016

pojo-forms-color-fields

@ramiy
Copy link
Author

ramiy commented May 23, 2016

Seems like the source is in " pojo > core > meta-box > fields > color.php ". It returns a simple text field.

You did a good job in " pojo > core > customize > fields > color.php ". Which returns a wp-color-picker field.

Consider doing the same in meta-boxes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant