Title: Missing insert button in tab Media Library
Last modified: August 21, 2016

---

# Missing insert button in tab Media Library

 *  Resolved [Chris](https://wordpress.org/support/users/moargh/)
 * (@moargh)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/missing-insert-button-in-tab-media-library/)
 * Hey,
 * when I want to add an image which is already uploaded from my Media Library the
   inser button is missing.
 * Can you help out?
 * [https://wordpress.org/plugins/dynamic-featured-image/](https://wordpress.org/plugins/dynamic-featured-image/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [Chris](https://wordpress.org/support/users/moargh/)
 * (@moargh)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/missing-insert-button-in-tab-media-library/#post-4579788)
 * [http://chrismagiera.de/dev/button-is-missing.jpg](http://chrismagiera.de/dev/button-is-missing.jpg)
 *  Plugin Author [Ankit Pokhrel](https://wordpress.org/support/users/ankitpokhrel/)
 * (@ankitpokhrel)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/missing-insert-button-in-tab-media-library/#post-4579924)
 * Hello,
 * I don’t know why you are having problem with already uploaded images. I checked
   it and there isn’t any problem. And since the old media uploader is outdated 
   i will change it with new media uploader ASAP in the upcoming version.
 * Thanks,
    Ankit
 *  Thread Starter [Chris](https://wordpress.org/support/users/moargh/)
 * (@moargh)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/missing-insert-button-in-tab-media-library/#post-4579928)
 * I found out that it’s just missing in Pages, in Posts it’s there.
 *  Plugin Author [Ankit Pokhrel](https://wordpress.org/support/users/ankitpokhrel/)
 * (@ankitpokhrel)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/missing-insert-button-in-tab-media-library/#post-4579931)
 * If it was because of the plugin it should be missing from both pages and posts.
   Did you checked by deactivating the plugin?
 *  Thread Starter [Chris](https://wordpress.org/support/users/moargh/)
 * (@moargh)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/missing-insert-button-in-tab-media-library/#post-4579971)
 * Hm, it’s the only plugin I have installed, so no conflict with other plugins.
 *  Thread Starter [Chris](https://wordpress.org/support/users/moargh/)
 * (@moargh)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/missing-insert-button-in-tab-media-library/#post-4579974)
 * Sorry, I solved the problem:
 * It was caused by a function in my functions.php:
 *     ```
       function remove_editor() {
       	remove_post_type_support('page', 'editor');
       }
       add_action('admin_init', 'remove_editor');
       ```
   
 * When removing it, the button’s back!

Viewing 6 replies - 1 through 6 (of 6 total)

 The topic ‘Missing insert button in tab Media Library’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dynamic-featured-image_444643.svg)
 * [Dynamic Featured Image](https://wordpress.org/plugins/dynamic-featured-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dynamic-featured-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dynamic-featured-image/)
 * [Active Topics](https://wordpress.org/support/plugin/dynamic-featured-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dynamic-featured-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dynamic-featured-image/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Chris](https://wordpress.org/support/users/moargh/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/missing-insert-button-in-tab-media-library/#post-4579974)
 * Status: resolved