• Resolved Bee

    (@bldesignbp)


    Hello.

    I love the plugin for the media organization but I have discovered that the “Your post has been updated” notice one gets on the Dashboard view after updating or adding a new post/page, is not there when this plugin is activated. Deactivating brings back that little notice.
    Thoughts?

    WordPress multi-site
    PHP 7.0
    WP 5.1.1

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ninja Team

    (@ninjateam)

    Hi @bldesignbp ,

    You can try edit CSS code in
    media-folder-wp/admin/css
    filebird-admin.css

    find

    .wp-admin.upload-php .update-nag, .updated {
     display: none;
    }

    and replace

    .wp-admin.upload-php .update-nag,
    .wp-admin.upload-php .updated {
     display: none;
    }

    Please let me know if this helps.

    Best regards,
    Kelly

    • This reply was modified 5 years, 11 months ago by Ninja Team.
    Thread Starter Bee

    (@bldesignbp)

    That seemed to do it.
    Will this be fixed on the next update or do I need to hold on to this note for the future?

    Plugin Author Ninja Team

    (@ninjateam)

    Hi bldesignbp,

    You can modify the code as Kelly said above to fix it.
    And we will modify that code in the next update too.

    Best regards,
    Tommy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Update Notice Disappears’ is closed to new replies.