Gutenberg Blocks – jQuery error since last update

Viewing 3 posts - 1 through 3 (of 3 total)
#133898

Oliver
Participant

Hello,
since the last update from 01. August 2020 we’re getting jQuery errors, if we try to add a file in the classic editor in the Download post.
When loading the edit post page, a “Uncaught TypeError: $(…).tooltip is not a function” error appears in the console.
Clicking the “Add media” button or the HTML-Tab has no effect.
We can’t add media, the media lightbox doesn’t show.
Any hint to this behavior?
Regards

  • This topic was modified 3 years, 8 months ago by Oliver.
#133911

Oliver
Participant

I fixed it for me with a workaround.
In wp-config.php I added these lines:


if (strpos($_SERVER['REQUEST_URI'], 'wp-admin') !== false){
    define('CONCATENATE_SCRIPTS', false );
}

Maybe it’s not really a solution, but the media lightbox shows up again.

Regards

  • This reply was modified 3 years, 8 months ago by Oliver.
#133973

Nayeem Riddhi
Moderator

It may also conflict within your theme or plugins. you can also check to activate and deactivating other plugins too

Thanks.

  • This reply was modified 3 years, 8 months ago by Nayeem Riddhi.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Gutenberg Blocks – jQuery error since last update’ is closed to new replies.