• Resolved majato

    (@majato)


    I have updated to the latest version of bgmp and now my maps are not loading.

    My site was working perfectly fine before hand and I did not updated any other plugins at the same time.

    I’ve spent the last 3hours searching forn answers and trying to get this resolved but to no avail.

    Here’s one of the pages where a map should be.
    https://www.norfolkplaces.com/indoor-soft-play/
    On this page I have this shortcode:-
    [bgmp-map categories=”indoor-soft-play”]

    Category based maps on my site is a key feature, so unfortunately it looks like I’ll have to search for a more reliable plugin if I can’t get this resolved soon.

    https://www.ads-software.com/extend/plugins/basic-google-maps-placemarks/

Viewing 9 replies - 16 through 24 (of 24 total)
  • Plugin Author Ian Dunn

    (@iandunn)

    Can you try changing line 1155 of core.php from…

    'details'	=> wpautop( $pp->post_content ),

    …to

    'details'	=> $pp->post_content,

    ?

    I think that might be a clue.

    Also, could you edit the Hulabaloos Indoor Play placemark, switch to HTML mode, and then copy/paste the raw HTML into a pastebin.com entry? Then link to it here. That might help me reproduce the problem on my dev server.

    Thread Starter majato

    (@majato)

    Hi Ian,

    Making the change on line 1155 of core.php seems to have worked – Thanks for your help!

    I’m not sure I follow regarding the placemark- if If edit the placemark in wordpress and view the html all I see if the text I added with a href link. Pretty sure this isn’t what you need to help replicate it.

    Plugin Author Ian Dunn

    (@iandunn)

    Hey majato, I’m glad (and, to be honest, kind of surprised) that that worked. That’s not the final solution, since wpautop() is needed to convert line breaks in the post to paragraphs, but it’s a clue.

    Would you be willing to send me the following things, so that I can try to recreate your environment locally and test different fixes?

    1. Backup of your database
    2. Copy of your theme
    3. List of active plugins
    4. Output from phpinfo()

    If you’d like to do that privately, you can e-mail them to [email protected], or e-mail me a link to Dropbox, etc.

    Hi Ian,

    like majato, removing wpautop() worked for me on our staging server. All looks good now with 1.9.3 so have added it to the live site so you can see the result

    https://www.pilates4life.co.uk/courses/maps/

    hope this helps

    Plugin Author Ian Dunn

    (@iandunn)

    Thanks for the report. I’m still not able to reproduce the bug, and a lot of users need wpautop() in order to keep paragraphs in their descriptions, so I can’t just remove it.

    I’ll have to keep working on it.

    We also have the same problem. https://www.gcrailway.co.uk/find-us/ I have tried the options above but to no avail.

    Thanks

    Plugin Author Ian Dunn

    (@iandunn)

    @tallpauluk, actually, it looks like your problem is unrelated to this. You’ve got some errors in your JavaScript console, and that’s probably why the map won’t load. Please start a separate thread for that.

    Plugin Author Ian Dunn

    (@iandunn)

    I’ve pushed a second release candidate that I’m hoping will fix this, but I’m not sure since I’m not able to reproduce the bug.

    Can you guys please test it out and let me know if it works or not?

    Plugin Author Ian Dunn

    (@iandunn)

    The release candidate for version 1.10 is out, and should fix this. Please let me know if any of you are still experiencing problems with it.

    https://www.ads-software.com/support/topic/bgmp-110-rc1-available

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘[Plugin: Basic Google Maps Placemarks] Map not loading after update’ is closed to new replies.