We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't upload an image, here is the console log error:
TypeError: wp.media is undefined term.php 270:25
Hope it helps
The text was updated successfully, but these errors were encountered:
I am having this same issue.
Sorry, something went wrong.
based on what I have been reading the plugin doesn't initialize in the plugin allowing it to use the JS.
// WordPress library wp_enqueue_media();
Adding wp_enqueue_media(); to class-wpadverts-ci.php after line 120 wp_enqueue_style('wpadverts-ci'); worked for me.
No branches or pull requests
I can't upload an image, here is the console log error:
TypeError: wp.media is undefined term.php 270:25
Hope it helps
The text was updated successfully, but these errors were encountered: