• Several of our wordpress sites after the 2.8 upgrade have lost editing abilities and the right side menu for saving drafts and publishing posts.

    I have tried all methods–even installed a brand new wordpress blog without any plugins or themes and the visual editor is missing. Re-installation was listed as the the resolution and this is not working.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • URL?

    Thread Starter casevos

    (@casevos)

    https://www.csvfblog.org, sandystimes.com and sevosfamily.com

    We were able to find a work around for sandystimes.com, if it works for the rest of them then this is a bug in the 2.8 software that needs attention:

    Option for 2 column screen not present in add/edit page, thus, publish box, set to column 2 dissapears.

    FIX :
    in FILE : wp-admin/edit-form-advanced.php

    LINE 268

    add_meta_box(‘submitdiv’, __(‘Publish’), ‘post_submit_meta_box’, ‘post’, ‘side’, ‘core’);

    becomes

    add_meta_box(‘submitdiv’, __(‘Publish’), ‘post_submit_meta_box’, ‘post’, ‘normal’, ‘core’);

    Hi,

    I tried that but it did not work for me (:

    Also, my Dashboard page is only coming up with one column and I can’t find the option to change it.

    What may be causing this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to save draft or publish in 2.8’ is closed to new replies.