Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#31774 closed defect (bug) (invalid)

Widgets Broken in WP 4.1.1

Reported by: webadmin2000's profile 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)

#1 follow-up: @westonruter
9 years ago

  • Keywords reporter-feedback added

@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?

#2 in reply to: ↑ 1 @webadmin2000
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 @westonruter
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.

#4 @obox
9 years ago

  • Resolution set to invalid
  • Status changed from new to closed

I'm with @westonruter on this, I think that this is a theme issue and should be moved to the forums, not the trac.

#5 @SergeyBiryukov
9 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.