Title: coastlog's Replies | WordPress.org

---

# coastlog

  [  ](https://wordpress.org/support/users/coastlog/)

 *   [Profile](https://wordpress.org/support/users/coastlog/)
 *   [Topics Started](https://wordpress.org/support/users/coastlog/topics/)
 *   [Replies Created](https://wordpress.org/support/users/coastlog/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/coastlog/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/coastlog/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/coastlog/engagements/)
 *   [Favorites](https://wordpress.org/support/users/coastlog/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] jquerey error after wordpress 3.6 update](https://wordpress.org/support/topic/jquerey-error-after-wordpress-36-update/)
 *  [coastlog](https://wordpress.org/support/users/coastlog/)
 * (@coastlog)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/jquerey-error-after-wordpress-36-update/page/2/#post-3984761)
 * [@normanlacy](https://wordpress.org/support/users/normanlacy/):
 * The complete path is:
 * `wp-content/plugins/comprehensive-google-map-plugin/assets/js`
 * Regards,
 * Michael
    // [coastlog.net](http://coastlog.net)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] jquerey error after wordpress 3.6 update](https://wordpress.org/support/topic/jquerey-error-after-wordpress-36-update/)
 *  [coastlog](https://wordpress.org/support/users/coastlog/)
 * (@coastlog)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/jquerey-error-after-wordpress-36-update/#post-3984600)
 * _[@jacklee2](https://wordpress.org/support/users/jacklee2/):_ If all else fails,
   delete the following lines from **assets/js/cgmp.framework.js**:
 *     ```
       if (version < 1.3) {
           alert(CGMPGlobal.errors.oldJquery);
           //Logger.fatal("Client uses jQuery older than the version 1.3.0. Aborting map generation ..");
           return false;
       }
       ```
   
 * Don’t forget to make a backup first.
 * Regards,
 * Michael
    // [coastlog.net](http://coastlog.net)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] jquerey error after wordpress 3.6 update](https://wordpress.org/support/topic/jquerey-error-after-wordpress-36-update/)
 *  [coastlog](https://wordpress.org/support/users/coastlog/)
 * (@coastlog)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/jquerey-error-after-wordpress-36-update/#post-3984557)
 * Quick workaround:
 * You need to edit the file **assets/js/cgmp.framework.min.js**
 * Find the line
 * `if(1.3>m)return alert(i.oldJquery),!1;`
 * and change it to:
 * `if(1.1>m)return alert(i.oldJquery),!1;`
 * Then open the file **assets/js/cgmp.framework.js**
 * Find
 *     ```
       var version = parseFloat($.fn.jquery);
       if (version < 1.3) {
       ```
   
 * and change that to:
 *     ```
       var version = parseFloat($.fn.jquery);
       if (version < 1.1) {
       ```
   
 * That should do the trick…
 * Regards,
 * Michael
    // [coastlog.net](http://coastlog.net)

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