#31774 closed defect (bug) (invalid)
Widgets Broken in WP 4.1.1
Reported by: | webadmin2000 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.1.1 |
Component: | Widgets | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
After updating to 4.1.1 my widgets are no longer editable. They still function without issue on the live front end of the site but are listed as inactive in my site's admin area and I have lost all ability to click and drag them.
Change History (5)
#2
in reply to:
↑ 1
@
9 years ago
Replying to westonruter:
@webadmin2000 Sounds like a JavaScript error is happening. Could you share the output from the JavaScript console, as well as any other plugins that are activated?
Hi, I de-activated all plugins and still had the issue when I refreshed. This is what appears in the JavaScript console in my browser:
Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
widgets.php:8052Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
jquery-ui-1.8.10.custom.min.js:13 Uncaught TypeError: undefined is not a function
my-script.js:2 Uncaught TypeError: undefined is not a function
#3
@
9 years ago
This one is suspect:
my-script.js:2 Uncaught TypeError: undefined is not a function
If all your plugins are deactivated, then the problem is in your theme. This script is surely in your theme.
@webadmin2000 Sounds like a JavaScript error is happening. Could you share the output from the JavaScript console, as well as any other plugins that are activated?