Tax-Meta-Class
Tax-Meta-Class copied to clipboard
JS and CSS files not found if Tax-Meta-Class is used in child theme
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 because this files doesn't located in /wp-content/themes/PARENT/Tax-Meta-Class/... but in /wp-content/themes/CHILD/Tax-Meta-Class/...
See issue #108 . You should just assign the correct path to use_with_theme...