• Hi,

    I’m using 1.2.14 version of your plugin, but i can’t seem to edit the attachments anymore from within the post/page edit screen. The Edit pencil icon is gone. In your admin.min.css i found that the icon is set to display:none, when remove that and also remove position:absolute it works again.

    Screenshots:
    https://uploadpie.com/YIGF1
    https://uploadpie.com/sTWXl

    This is the CSS code:

    td .dashicons-edit, td .edit-controls {
        display: block;
        position: absolute;
        top: 5px;
        right: 12px;
    }

    Is this a bug in the latest version?

    Note: I also noticed when i disabled the plugin Document Gallery that i also use the Edit icon appears, but what does that have to do with each other? > https://nl.www.ads-software.com/plugins/document-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Author dFactory

    (@dfactory)

    Probably the other plugin is generating a JS error in WP admin.
    Did you try some JS debuging?

    Regards,
    Bartosz / dfactory team

Viewing 1 replies (of 1 total)
  • The topic ‘Can't edit attachments anymore.’ is closed to new replies.