Tax-Meta-Class
Tax-Meta-Class copied to clipboard
A class for creating WordPress taxonomies custom fields
If you try to use this class in a child theme, Tax-Meta-Class try to load CSS and JS from the parent theme. There is a 404 error in Chrome Console...
when there is no ColorPicker field exist, it causes js error on console. so it stops other js run (image picker, file picker,...)
A fix would be : return ( $pagenow == 'edit-tags.php' || $pagenow == 'term.php' ); on line 1139
**BACKGROUND** 1. The main JS file always calls `$('.at-color')wpColorPicker()` even if the user never instantiated a color field. 2. The class only enqueues `wp-color-picker` lib only if the user instantiates...
Hi After adding first taxonomy i am adding second taxonomy without page refreshing i notice two issue one is color picker display same color which was selected for first taxonomy...
when adding a text field and providing the arg 'std' with a default value that value does not show when the box is rendered. The show method will only output...