Viewing 15 replies - 16 through 30 (of 31 total)
  • Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    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

    (@alexanderzagniotov)

    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….

    It seems that adding wp_footer in footer.php file fixed this issue for me. Thank you ??

    It still is not working. Here is the coding for the footer php file:

    [102 lines of code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

    Thread Starter jtquad

    (@jtquad)

    @alex, what is your email? I can send you the zip for the theme – JT

    @alex, here is the code in a pastebin location: https://pastebin.com/DQzzn3MW

    Thank you.

    Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    @jtquad: azagniotov _at_ gmail.com

    @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.

    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

    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.

    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!

    my Comprehensive Google Map Plugin is not working please help me
    https://www.rabbonico.com/sathyam/2012/04/20/g/

    Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    @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, 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?

    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 https://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

    (@alexanderzagniotov)

    @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, 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

    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:
    https://grandhavenarea.com/services-shopping/bakeries/ and https://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)
  • The topic ‘[Plugin: Comprehensive Google Map Plugin] Plugin continuously Loading’ is closed to new replies.