-
Notifications
You must be signed in to change notification settings - Fork 4
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
Uncaught TypeError: this._addClass is not a function #16
Comments
same error noticed here on WP 5.6 , the edit icon in Avada Builder is broken because of this error: |
Hi @liveeadmin. Recently I fixed that problem with install Custom CSS & JS plugin. Then add manually jquery to the admin:
Wordpress has updated jquery: https://wordpress.org/support/wordpress-version/version-5-6/#jquery-update If you have better solution, please update in here. Thanks 👍 |
Thanks, for reference i used this plugin: https://br.wordpress.org/plugins/custom-css-js/ |
Adding the below code to functions.php fixed my issue. but I think this is not a good way.
|
@ledihildawan , can you explain what Your following remark helped me find the solution I posted below:
|
Putting the unzipped Enable jQuery Migrate Helper plugin inside I am using WordPress 5.8.4. My issue was coming from |
@tashrifbillah I fixed the issue the same way @ledihildawan did. For me I had issues with ._addClass with Themify. Click "Add HTML" and then on the right select "Where on page" = "Footer" and "Where in site" = "In Admin". I will attempt to upload an image below. Also, I am using updated jQuery UI files. Here is my code if you want to use it.
|
Muchas gracias me funciono perfecto !!!!!!! |
I just update to the new version and got that message also button add gallery not working.
The text was updated successfully, but these errors were encountered: