Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter backer

    (@backer)

    still no suggestions =(
    my blog is down and would really get it back up.

    can’t understand the problem, the html is there but doesn’t show.

    davorr

    (@davorr)

    got the same problem ??
    it’s driving me crazy.

    shouldn’t have do the update to 2.7
    still no answer…

    We updated to 2.8.4 in a self hosted situation & the media-buttons div did not show.

    Looking at an old post as a guide found this to work:

    in the file: wp-admin/css/global.css

    find this:

    `.hidden,
    .closed .inside,
    .hide-if-no-js {
    display: none;
    }`

    and replace with this:

    `.hidden,
    .closed .inside {
    display: none;
    }
    /*.hide-if-no-js {
    display: none;
    }*/`

    Hope it works for u.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘post edit add media missing’ is closed to new replies.