Forums

post edit add media missing (4 posts)

  1. backer
    Member
    Posted 3 years ago #

    installed and reinstalled. deleted all files and database and installed a couple of times now. Tried the 2.7 rc1 and two different 2.6.* versions.

    When editing a post the add media buttons are missing, if I select the area where they shall exist I can find the code:
    <div id="editor-toolbar">
    <div class="zerosize"><input accesskey="e" onclick="switchEditors.go('content')" type="button"></div>
    HTML
    Visual
    <div id="media-buttons" class="hide-if-no-js">
    Upload/Insert
    <img src="images/media-button-image.gif" alt="Add an Image">

    <img src="images/media-button-video.gif" alt="Add Video">
    <img src="images/media-button-music.gif" alt="Add Audio">
    <img src="images/media-button-other.gif" alt="Add Media">
    </div>
    </div>

    Så they are there but not visible somehow. The HTML button (visual or html) isn't clickable either.

    I've also inactivated all plugins, I have checked the wp-content/upload/*chache* folder e.g.

    Really need some help here, search but can't find a solution.

  2. backer
    Member
    Posted 3 years ago #

    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.

  3. davorr
    Member
    Posted 3 years ago #

    got the same problem :-(
    it's driving me crazy.

    shouldn't have do the update to 2.7
    still no answer...

  4. arrienc
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic