Tagged Questions
0
votes
0answers
25 views
colorpicker WP 3.5 path to stylesheet when called from a child theme
What is the path to the 3.5 colorpicker stylesheet?
wp_enqueue_style( 'wp-color-picker' );
I am trying to enqueue the color picker from a child theme but it does not load.
I have added an admin ...
3
votes
1answer
490 views
How to add Color Picker in Theme Options for the following?
I have a landscaping09 theme.
This is what I want:
A theme options page with the following options:
->Theme color background change (with colorpicker) or url of the image
->General Navbar color ...