• Hi. We updated a WP blog from version 3.2 to 3.9.2. All works well. Except in some pages, when we go to edit them, the text box shows up entirely blank.

    What did we do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Could you open the DevTools in Chrome or FireBug in Firefox and see if you get any JavaScript issues in the console? See this guide for an example.

    You probably have some incompatible scripts, your jQuery or TinyMCE scripts are not handled properly, or your theme/some plugin is causing compatibility issues with older versions and needs to be updated.

    Thread Starter morespinach

    (@morespinach)

    While in the page where the content area appears blank, the JS console in Chrome (on OSX) shows this:

    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) post.php?post=352&action=edit:1
    JQMIGRATE: Logging is active jquery-migrate.js?ver=1.2.1:21
    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) post.php?post=352&action=edit:331
    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) post.php?post=352&action=edit:2139
    JQMIGRATE: jQuery.fn.live() is deprecated jquery-migrate.js?ver=1.2.1:41
    console.trace() jquery-migrate.js?ver=1.2.1:43
    migrateWarn jquery-migrate.js?ver=1.2.1:43
    jQuery.fn.live jquery-migrate.js?ver=1.2.1:471
    (anonymous function) akismet.js?ver=3.0.1:35
    j jquery.js?ver=1.11.0:2
    k.fireWith jquery.js?ver=1.11.0:2
    n.extend.ready jquery.js?ver=1.11.0:2
    K jquery.js?ver=1.11.0:2
    JQMIGRATE: jQuery.browser is deprecated jquery-migrate.js?ver=1.2.1:41
    console.trace() jquery-migrate.js?ver=1.2.1:43
    migrateWarn jquery-migrate.js?ver=1.2.1:43
    Object.defineProperty.get jquery-migrate.js?ver=1.2.1:58
    a jquery.qtip.min.js?ver=1.0.0-RC3:15
    f.fn.qtip jquery.qtip.min.js?ver=1.0.0-RC3:15
    (anonymous function) wp-seo-metabox.js?ver=1.5.4.2:427
    j jquery.js?ver=1.11.0:2
    k.fireWith jquery.js?ver=1.11.0:2
    n.extend.ready jquery.js?ver=1.11.0:2
    K jquery.js?ver=1.11.0:2
    'Attr.nodeValue' is deprecated. Please use 'value' instead. autocomplete.js:15
    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) post.php?post=352&action=edit:1
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pages edit context box in WP_ADMIN completely blank’ is closed to new replies.