• Running newest WP 4.0.1 and have tried this with no plugins and twentyfourteen theme

    When I go into the WP admin area and look at Appearance -> Menus, I do not get any drop control to open an item. In fact I get only 3 X’s which are to delete the item.

    Then I checked the meta boxes on a normal post. The control to open/close a meta box is missing.

    I have never seen this before… it seems like CSS and/or JS is missing.

    I have downloaded 4.0.1 and pushed it complete to overwrite all files, but still happens. I see the problem in chrome & FF and I have cleared my cache.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Tim Nash

    (@tnash)

    Spam hunter

    In chrome, if you right click, inspect element and then click console tab does it show any error? They normally show up as red links which you can then expand.

    Thread Starter drsceifers

    (@drsceifers)

    Nope, no errors.

    I do get these warnings, but not related to my problem

    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=1&action=edit:301 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)
    plugin.min.js?ver=4104-20140822:1 Deprecated TinyMCE API call: <target>.onNodeChange.add(..)
    post.php?post=1&action=edit:1 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)

    Thread Starter drsceifers

    (@drsceifers)

    When looking at JS in Menus admin page I compared the bad site and a good one running same 4.0.1 version of WP

    The one that does not fail is missing “plupload,json2” on the load-scripts.php? line in the header.

    It is possible some files were improperly updated. Stuff like that happens.

    Did you try reinstalling wordpress, through /wp-admin/update-core.php ?

    (As always, for safety, make sure you have a backup of your files and database done beforehand)

    Thread Starter drsceifers

    (@drsceifers)

    I did re-install it. Through the updates page and then by overwriting all files from a clean download from wordpress.org

    It’s the weirdest thing. is there any plugin that will scan the DB for integrity? I wouldn’t think this issue is related to the database, but it could be…

    I am uploading an image I have of the Menus page in the WP admin

    fb photo of issue

    Yeah, that is weird.

    Three possibilities that I could be testing if it were me

    – simply cleaning your browser’s cache and cookies and trying again. Never happened with wordpress, but I’ve seen various sites look totally bad after an update of their CMS, admin-side, until I cleared my cache and cookies, haha.

    – create yourself a brand new admin-power-level account, and see if that new user has the same issue. At times, I found that some admin items were looking weird, and resulted from total clutter in the wp_options for my admin user, creating myself a new admin-level account solved the problem, I just switched to the new account

    – or you could try a “cleaner” reinstallation, based on an initial deletion of the wp-admin and wp-includes folders. Maybe files that should have been deleted, weren’t.
    Because the FTP-upload can take a while and nobody wants to see one’s site offline while an upload seems to be sluggisly taking forever, a good trick is to upload your brand new wordpress files in a subdirectory (like /reuploading/ ) and, once the upload is done, only then delete the wp-admin and wp-includes directories, after which you’d be simply moving the contents of /reuploading/ to the folder above…

    Also, before the heavy operations, are you seeing weird things shown in your website’s apache error log, associated with your IP ? This way, you’ll see if stuff happens when it’s you, as the admin, browsing the site…

    Thread Starter drsceifers

    (@drsceifers)

    Found the actual problem, now I need to determine what caused it

    2 body tags and missing styles.

    customize-support svg

    but should be more like

    wp-admin wp-core-ui js menu-max-depth-1 nav-menus-php auto-fold admin-bar branch-4 version-4-0-1 admin-color-ocean locale-en-us customize-support svg

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

The topic ‘WordPress Admin lost controls on meta & Menus’ is closed to new replies.