• So, I have a freshly installed WordPress. Was setting it up on localhost, and I attempted to access the Widgets page.
    I cannot drag and drop anything. When I click, the URL changes to (for example) wp-admin/widgets.php#available-widgets

    Any ideas?

    This is the error I get in the console:

    Uncaught TypeError: Cannot read property 'click' of undefined
    (anonymous function)
    l load-scripts.php:2
    c.fireWith load-scripts.php:2
    v.extend.ready load-scripts.php:2
    A load-scripts.php:2

    Image.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    Thread Starter Malmoc

    (@malmoc)

    Didn’t help.
    Any other suggestions?

    Try adding define('SCRIPT_DEBUG', true);to the bottom of your wp-config.php file (just before the require_once line).

    Thread Starter Malmoc

    (@malmoc)

    Still no difference..
    I’m really out of ideas, and don’t know what to do.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Widgets page not functional.’ is closed to new replies.