This is more likely that you updated to or beyond WordPress 5.5.
With the update to WordPress 5.5, a migration tool known as
jquery-migrate will no longer be enabled by default. This may lead to
unexpected behaviors in some themes or plugins who run older code.
This tool was removed in 5.5 and it’s breaking many sites. Look for a plugin called jquery migrate helper. I’m betting that this will fix your problem.
As a note, this is a TEMP fix for the problem. This plugin will provide more information to solve the issue but it will not solve the main issue.
Your other option is to downgrade to an older version of WordPress temporarily on the live site and then address the issue on a staging site by updating your themes / plugins.
Related Posts:
- Localhost load-scripts.php Error 500 in Dashboard [closed]
- “SyntaxError: Unexpected token < in JSON at position 0"
- How can a Discord bot create a hyperlink in a Discord message in an embed or in general? [closed]
- SyntaxError: Unexpected token o in JSON at position 1
- Uncaught ReferenceError: jQuery is not defined [duplicate]
- syntax error: unexpected token <
- How to define type for a function callback (as any function type, not universal any) used in a method parameter
- Error OPTIONS net::ERR_CONNECTION_REFUSED
- Uncaught ReferenceError: jQuery is not defined [duplicate]
- How do you check that a number is NaN in JavaScript?
- Check if checkbox is checked with jQuery
- What is an unhandled promise rejection?
- What is a good regular expression to match a URL? [duplicate]
- How can I get the data-id attribute?
- document.getElementById vs jQuery $()
- How to import jquery using ES6 syntax?
- What are the difference between $(document).bind(‘ready’, function) and $(document).ready(function() {})
- Getting “TypeError: failed to fetch” when the request hasn’t actually failed
- How to randomize (shuffle) a JavaScript array?
- TypeError: Router.use() requires middleware function but got a Object
- What is the most efficient way to deep clone an object in JavaScript?
- Loading local JSON file
- How to check all checkboxes using jQuery?
- Accessing elements by type in JavaScript
- What is the most efficient way to deep clone an object in JavaScript?
- RegExp in TypeScript
- Uncaught TypeError: Cannot read property ‘value’ of null
- How to subtract date/time in JavaScript?
- Full-screen iframe with a height of 100%
- Change CSS of class in Javascript?
- keycode 13 is for which key
- SyntaxError: ‘import’ and ‘export’ may appear only with ‘sourceType: module’ – Gulp
- Get the value of checked checkbox?
- Tainted canvases may not be exported
- Error: Cannot find module html
- Is it possible to append to innerHTML without destroying descendants’ event listeners?
- How to add an object to an array
- Finding the average of an array using JS
- What happened to Lodash _.pluck?
- Simplest/cleanest way to implement a singleton in JavaScript
- Extract hostname name from string
- How to connect signalR from angularJs
- How can I copy to clipboard in HTML5 without using flash?
- how to get the value of a textarea in jquery?
- Maximum call stack size exceeded on npm install
- Getting HTML form values
- How to run a function when the page is loaded?
- RegEx: How can I match all numbers greater than 49?
- Multiple left-hand assignment with JavaScript
- Disabled href tag
- How to get child element by class name?
- TypeError getElementsByTagName is not a function issue
- Creating Accordion Table with Bootstrap
- Creating Multiple Modals on a Single Page
- How to check if the URL contains a given string?
- Check if url contains string with JQuery
- Why onbeforeunload event is not firing
- etect the Enter key in a text input field
- Uncaught SyntaxError: Unexpected end of JSON input at JSON.parse (
) - What’s the equivalent of Java’s Thread.sleep() in JavaScript?
- wp_enqueue_script isn’t connecting my custom js file
- What do the args for Gutenberg subpackage “hooks” function “doAction” mean?
- How do I fire a snackbar notice in admin?
- Contact Form 7 – Give each checkbox a class?
- Should a WordPress plugin polyfill the global JS environment?
- Close TinyMCE plugin window on click away
- is_page not working when loading javascript with add_action in functions.php
- Running JS after theme customizer finished initialization
- Hide reply button after moveForm is called
- How to add custom javascript into from custom plugin
- remove inline scripts from the_content() produced by plugins?
- Help display image in single post using javascript zoom image..?
- How to set callback to execute after all the tinyMCE editors have been initialized?
- Checks when fetching data from multiple REST API endpoints in Gutenberg
- How to get the title of the item that is clicked on
- Correct way to include extra styles & script files?
- Correctly enqueue scripts of type=text/paperscript (PaperJs Library)
- useSelect second parameter
- How can I allow HTML in Gutenberg UI elements help text?
- Javascript in wordpress
- How do I make my wordpress post appear in a mouse hover preview?
- Do I just put the html in a page when enqueueng or do I also have to reference js file from the html page [closed]
- UnitControl – Block has encountered an error
- jQuery UI Tools: Scrollable: More than 1 instance possible?
- imporing HTML+javascript from REST API
- Uncaught TypeError: switchEditors.switchto is not a function
- Check if user can in javascript
- Rest API and how to deal with it in server side
- The script works only once by clicking on the opening and closing
- Add JavaScript-Library “Fitty” to WordPress
- Variations Javascript not working when product display on Quick view via ajax
- how to do open a link in a open window from menu bar? [closed]
- How to adjust the selector used in JS to target only the one that was clicked on?
- Mobile menu will only toggle on
- How can I stop loading wordpress jquery on header?
- Change color of a specific word generated by script [closed]
- How to remove js using theme, which was added by plugin in WordPress site?
- WP REST API – “rest_user_cannot_view” ONLY on specific users
- Uncaught ReferenceError: tippy is not defined
- How to add a new attribute to core wp block editor without npm?