Title: [Plugin: Comprehensive Google Map Plugin] Plugin continuously Loading
Last modified: August 20, 2016

---

# [Plugin: Comprehensive Google Map Plugin] Plugin continuously Loading

 *  [jtquad](https://wordpress.org/support/users/jtquad/)
 * (@jtquad)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/)
 * Hey Alex, just installed the plugin and having an issue. When i enter the shortcode,
   all i get is loading. I saw that i may have a wrong address etc in so i went 
   and got my Lat and Long and inserted it instead. Can you please have a look? 
   My Map is at:
 * [http://www.17bcars.com/teeteesweenies/hours-and-location/](http://www.17bcars.com/teeteesweenies/hours-and-location/)
 * Thanks!
 * [http://wordpress.org/extend/plugins/comprehensive-google-map-plugin/](http://wordpress.org/extend/plugins/comprehensive-google-map-plugin/)

Viewing 15 replies - 16 through 30 (of 31 total)

[←](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/?output_format=md)
2 [3](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/3/?output_format=md)

 *  Plugin Contributor [alexanderzagniotov](https://wordpress.org/support/users/alexanderzagniotov/)
 * (@alexanderzagniotov)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652178)
 * If your theme, does not include function call `wp_footer();` before the closing
   BODY tag, my plugin is NOT going to work…. Please check that the above function
   call exists in your theme footer.php, you can find it probably at the bottom 
   of the file, for example:
 *     ```
       <?php
       	/* Always have wp_footer() just before the closing </body>
       	 * tag of your theme, or you will break many plugins, which
       	 * generally use this hook to reference JavaScript files.
       	 */
   
       	wp_footer();
       ?>
       </body>
       ```
   
 * If `wp_footer();` is not there, please try to include it like in the above example.
   This function call must be placed within the opening and closing PHP tags, as
   follows:
 *     ```
       <?php
       	wp_footer();
       ?>
       ```
   
 *  Plugin Contributor [alexanderzagniotov](https://wordpress.org/support/users/alexanderzagniotov/)
 * (@alexanderzagniotov)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652182)
 * Ok, all of you who are using the parallelUS Mingle theme, please update to 7.0.28…
   I put some not very elegant fix in place.
 * If it will not help you, then unfortunately you cannot use my plugin together
   with your Mingle theme. The theme developer(s) (although doing a call to wp_footer())
   do some interesting stuff with their footer, and while working in other themes,
   in Mingle the plugin does not work….
 *  [St0nee](https://wordpress.org/support/users/st0nee/)
 * (@st0nee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652189)
 * It seems that adding wp_footer in footer.php file fixed this issue for me. Thank
   you 🙂
 *  [Okskipper](https://wordpress.org/support/users/okskipper/)
 * (@okskipper)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652194)
 * It still is not working. Here is the coding for the footer php file:
 * _[102 lines of code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   The maximum number of lines of code that you can post in these forums is **ten
   lines**. Please use the [pastebin](http://wordpress.pastebin.com/)]_
 *  Thread Starter [jtquad](https://wordpress.org/support/users/jtquad/)
 * (@jtquad)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652195)
 * [@alex](https://wordpress.org/support/users/alex/), what is your email? I can
   send you the zip for the theme – JT
 *  [Okskipper](https://wordpress.org/support/users/okskipper/)
 * (@okskipper)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652199)
 * [@alex](https://wordpress.org/support/users/alex/), here is the code in a pastebin
   location: [http://pastebin.com/DQzzn3MW](http://pastebin.com/DQzzn3MW)
 * Thank you.
 *  Plugin Contributor [alexanderzagniotov](https://wordpress.org/support/users/alexanderzagniotov/)
 * (@alexanderzagniotov)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652200)
 * [@jtquad](https://wordpress.org/support/users/jtquad/): azagniotov _at_ gmail.
   com
 * [@okskipper](https://wordpress.org/support/users/okskipper/). Thank you. I did
   managed to get a hold on the Mingle theme you are using, a friend of mine uses
   it.
    Unfortunately you cannot use my plugin together with your Mingle theme. 
   The theme developer(s) (although doing a call to wp_footer()) do some interesting
   stuff with their footer, and while working in other themes, in Mingle the plugin
   does not work…. I am sorry, but these days I don’t have time to do thorough digging.
   I am not able to help you at this point of time.
 *  [Okskipper](https://wordpress.org/support/users/okskipper/)
 * (@okskipper)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652204)
 * Alex…….the strange thing is that it worked for a month but when I did an upgrade(
   second one ago), it stopped.
 * Thanks for trying…….
 * pw
 *  [thebestneo](https://wordpress.org/support/users/thebestneo/)
 * (@thebestneo)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652249)
 * Hi Alex, amazing plugin but I can’t use it, it hangs on loading image.
    I’m trying
   it in a local site before use it online.
 * This is the generated code:
    `<br />[google-map-v3 width="350" height="350" zoom
   ="12" maptype="roadmap" mapalign="center" directionhint="false" language="default"
   poweredby="false" maptypecontrol="true" pancontrol="true" zoomcontrol="true" 
   scalecontrol="true" streetviewcontrol="true" scrollwheelcontrol="false" draggable
   ="true" tiltfourtyfive="false" addmarkermashupbubble="false" addmarkermashupbubble
   ="false" addmarkerlist="Via Somma 5, Genova{}conversation-map-icon.png{}Testo
   di prova, ci andrà il link allarticolo del locale.|Corso Europa 100, Genova{}
   1-default.png{}Proviamo con 2" bubbleautopan="true" showbike="false" showtraffic
   ="false" showpanoramio="false"]<br />`
 * Can you help me?
 * Thank you.
 *  [Webrider](https://wordpress.org/support/users/webrider/)
 * (@webrider)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652251)
 * HI – I’ve been using this plugin on one of my sites and it suddenly stopped working
   about a week ago.
 * Now all I get is the “loading” circle, forever.
 * I am running the latest version of the plugin and of WP, and I haven’t changed
   anything on the site in the last few weeks except to add a page and a photo.
 * I’ve had to take it off the site, but I want to have a map in my sidebar – what
   can I do?
 * Help!
 *  [nibinnelson007](https://wordpress.org/support/users/nibinnelson007/)
 * (@nibinnelson007)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652253)
 * my Comprehensive Google Map Plugin is not working please help me
    [http://www.rabbonico.com/sathyam/2012/04/20/g/](http://www.rabbonico.com/sathyam/2012/04/20/g/)
 *  Plugin Contributor [alexanderzagniotov](https://wordpress.org/support/users/alexanderzagniotov/)
 * (@alexanderzagniotov)
 * [14 years ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652267)
 * [@webrider](https://wordpress.org/support/users/webrider/): things dont jsut 
   stop working suddenly. I havent updated it for a long time so you probably did
   something (installed/changed etc) that affected it. What is your site URL? I 
   need to inspect it in order to understand what happened…
 * [@thebestneo](https://wordpress.org/support/users/thebestneo/), I cant help you
   much without seeing your localsite. I need to see the plugin online…. BTW, when
   trying it on localiste, did you have active internet connection?
 *  [Webrider](https://wordpress.org/support/users/webrider/)
 * (@webrider)
 * [14 years ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652268)
 * Seems I’m not the only one who has had this problem.
 * I did nothing to the site that changed anything, and the link is [http://www.freespiritstables.com](http://www.freespiritstables.com)
 * I have taken the plugin off the site, because I gave up on getting a reply from
   you, and could not have a live site with such a problem on it.
 *  Plugin Contributor [alexanderzagniotov](https://wordpress.org/support/users/alexanderzagniotov/)
 * (@alexanderzagniotov)
 * [14 years ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652269)
 * [@webrider](https://wordpress.org/support/users/webrider/), sorry for the delay.
   
   I moved to the States and started a new job, so I am quite busy these days. _“
   this problem”_ can be caused by a number of reasons, that’s why I need to inspect
   your site when the plugin is on. If you want, you can grant me a temporary access
   to your site and I will inspect. I just need around 15-20 minutes. I helped many
   users this way.
 * [@thebestneo](https://wordpress.org/support/users/thebestneo/), Please have a
   look at the following sreenshot with your map on it. It works for me. As I said
   earlier: I cant help you much without seeing your localsite. I need to see the
   plugin online.
    [https://skitch.com/azagniotov/8h7ix/6-8-rosstown-road-carnegie-3163-australia-initbinder](https://skitch.com/azagniotov/8h7ix/6-8-rosstown-road-carnegie-3163-australia-initbinder)
 *  [bondboy49417](https://wordpress.org/support/users/bondboy49417/)
 * (@bondboy49417)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/2/#post-2652270)
 * Alex,
 * I love your plug-in, but I too am having issues with “perpetual loading.”
 * I only have your plug-in coded on 2 pages of my site:
    [http://grandhavenarea.com/services-shopping/bakeries/](http://grandhavenarea.com/services-shopping/bakeries/)
   and [http://grandhavenarea.com/services-shopping/banks-credit-unions/](http://grandhavenarea.com/services-shopping/banks-credit-unions/)
 * Oddly, when I first installed the plug-in it worked… but only once for each page.
   I thought there might be a conflict with another plug-in I am running, but I 
   disabled it on the first link (above) and left it enabled on the second link (
   above)… it worked once on the first link, but now it is back to perpetually loading.
 * HELP! (please)
 * Steve

Viewing 15 replies - 16 through 30 (of 31 total)

[←](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/?output_format=md)
2 [3](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/3/?output_format=md)

The topic ‘[Plugin: Comprehensive Google Map Plugin] Plugin continuously Loading’
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/)

 * 31 replies
 * 10 participants
 * Last reply from: [jackharvest](https://wordpress.org/support/users/jackharvest/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-plugin-continuously-loading/page/3/#post-2652272)
 * Status: not resolved