• Everything on the front end seems to be working correctly. When on the admin side menu doesn’t fly-out and can’t move widgets or toggle menu links.

    Things I’ve Tried:

    • Disabled and reinstalled plugins and themes
    • Manually reinstalled WordPress
    • Cleared Caches

    I’ve changed wp-admin > load-styles file from
    error_reporting(0);

    to

    error_reporting( E_ALL | E_STRICT );

    This seems to help but it doesn’t seem to be 100% fixed. It still acts weird sometimes. I don’t if this matters or not but the site is running on iis.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Difficult to say without being in the admin panel. My suggestion is to check your JS console for errors, here’s how you can do this on different browsers:

    An Article from The WordPress Codex
    An Article from Yoast

    If you don’t see any errors I would try a different browser, on a different network, on a different computer.

    Thread Starter snodak

    (@snodak)

    This is the error in the console
    Uncaught TypeError: wp.media.view.EditorUploader is not a constructor
    at HTMLDocument.init (media-editor.min.js?ver=4.9.8:1)
    at i (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,utils,editor,unders&load[]=core,shortcode,jquery-form,backbone,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.8:2)
    at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,utils,editor,unders&load[]=core,shortcode,jquery-form,backbone,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.8:2)
    at Function.ready (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,utils,editor,unders&load[]=core,shortcode,jquery-form,backbone,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.8:2)
    at HTMLDocument.K (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,utils,editor,unders&load[]=core,shortcode,jquery-form,backbone,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.8:2)

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

The topic ‘jQuery Not Loading’ is closed to new replies.