• Resolved markeloop

    (@markeloop)


    Hello,

    we use the plugin on a website in combination with modal windows plugin and integrate the google maps shortcode in a pop up windows (if you click on the page right button “Enjoyhotels Kaart”′, you could see).

    The Google Maps seems to load the markers, but not the map, it is a grey screen only. Could you help?

    Best regards
    Daniel

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Daniel

    Thank you for getting in touch with us.

    We’d need to reinitialize the map as soon as the modal has been opened.

    This can be done with the following JavaScript:

    jQuery(".wow_modal_button_right").on("click", function(){
         setTimeout( function(){ InitMap( 1, 'all', false ) } , 800 );
    });

    Please let me know if this helps at all?

    Hi Daniel,
    i am having the same problem.

    I am trying to load the map in a WordPress Popups Plugin.
    The popup opens with:
    a href=”#” class=”salons spu-open-4765 spu-clickable”>Yon-ka salons a

    And the in the popup is only [wpgmza id=”1″] to load the map.

    I have seen the code above only cannot see where i must put it to make it work.

    Thanks again!

    Greetings,
    Reinout

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Google Map not showing in Pop Up Window’ is closed to new replies.