Title: Destroys functionality in wordpress create post
Last modified: August 22, 2016

---

# Destroys functionality in wordpress create post

 *  Resolved [Dennis](https://wordpress.org/support/users/datvaniersel/)
 * (@datvaniersel)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/destroys-functionality-in-wordpress-create-post/)
 * Can not add media to messages/posts
    Can not change timestamps Can not add a 
   featured picture Could not change the visiuability of a post.
 * etc…
 * [https://wordpress.org/plugins/comprehensive-google-map-plugin/](https://wordpress.org/plugins/comprehensive-google-map-plugin/)

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

 *  Thread Starter [Dennis](https://wordpress.org/support/users/datvaniersel/)
 * (@datvaniersel)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/destroys-functionality-in-wordpress-create-post/#post-5316431)
 * Hotfix worked for me:
 * For those users which cant wait till v9.0.21 is available in a few days, please
   manually download the current plugin package and manually overwrite the plugin
   file head.php on your server via FTP.
 * As an alternative, you can fix this issue on your server by opening yourdomain.
   com/wp-content/plugins/comprehensive-google-map-plugin/head.php
    find the line
 * wp_enqueue_script(‘comprehensive-google-map-plugin’, CGMP_PLUGIN_JS. ‘/cgmp.admin’.
   $minified.’.js’, array(‘jquery’, ‘media’, ‘wp-ajax-response’), CGMP_VERSION, 
   true);
 * and replace this line with
 * wp_enqueue_script(‘comprehensive-google-map-plugin’, CGMP_PLUGIN_JS. ‘/cgmp.admin’.
   $minified.’.js’, array(‘jquery’, ‘wp-ajax-response’), CGMP_VERSION, true);
 * v9.0.21 which includes this fix will be available soon via automatic plugin updater…
 * Alex
 * [https://wordpress.org/plugins/comprehensive-google-map-plugin/](https://wordpress.org/plugins/comprehensive-google-map-plugin/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/datvaniersel/)
 * (@datvaniersel)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/destroys-functionality-in-wordpress-create-post/#post-5316432)
 * solved

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

The topic ‘Destroys functionality in wordpress create post’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/comprehensive-google-map-plugin_e2e4ef.
   svg)
 * [Comprehensive Google Map Plugin](https://wordpress.org/plugins/comprehensive-google-map-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comprehensive-google-map-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comprehensive-google-map-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/comprehensive-google-map-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comprehensive-google-map-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comprehensive-google-map-plugin/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [Dennis](https://wordpress.org/support/users/datvaniersel/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/destroys-functionality-in-wordpress-create-post/#post-5316432)
 * Status: resolved