Add A Marker Not Working

86 views
Skip to first unread message

Gman

unread,
Oct 17, 2013, 3:41:16 PM10/17/13
to wpgma...@googlegroups.com
When I try to add a marker, the black overlay comes but nothing else.

Patrick McCormick

unread,
Nov 12, 2013, 11:17:51 PM11/12/13
to wpgma...@googlegroups.com
Same here.

luca masini

unread,
Nov 13, 2013, 9:20:35 AM11/13/13
to wpgma...@googlegroups.com
oh yes, i have same problem :(

Il giorno mercoledì 13 novembre 2013 05:17:51 UTC+1, Patrick McCormick ha scritto:
Same here.

Matt Clark

unread,
Apr 24, 2014, 10:36:15 AM4/24/14
to wpgma...@googlegroups.com
I am having the same problem, when I try to place a marker I get the overlay but now edit window.

Jamie Smith

unread,
Jul 26, 2014, 2:45:25 AM7/26/14
to wpgma...@googlegroups.com
I'm having this problem too. Did anyone find a solution?

Margo Courtney

unread,
Aug 17, 2014, 9:56:34 PM8/17/14
to wpgma...@googlegroups.com


On Friday, 18 October 2013 06:41:16 UTC+11, Gman wrote:
When I try to add a marker, the black overlay comes but nothing else.

Me too, and it's obviously not fixed nearly a year later. A shame, it's a neat little plug-in otherwise. 

Finn

unread,
Dec 27, 2014, 12:29:23 PM12/27/14
to wpgma...@googlegroups.com
Hi, the problem can be solved by editing the source code of wpgmappity-iframe.js file:
Search for a function called "wpgmappity_set_add_marker_event".
Delete the following code:

jQuery("#wpgamppity_add_marker_go").click(function() {
    tb_show('Add a Marker',
        "#TB_inline?height=450&width=475&inlineId=wpgmappity_add_marker_dialog",
        null);
    return false;
});

Add this one instead:

jQuery("#wpgamppity_add_marker_go").click(function(){
    jQuery("#wpgmappity_add_marker_dialog").show();
    return false;
});

Reply all
Reply to author
Forward
0 new messages