Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor WD Support

    (@wdsupport)

    Greetings, @bignouxjonathan!

    Thank you so much for your kind words! We are happy to know you like using Google Maps WD.

    This seems to be a very strange problem. The map doesn’t appear at first, but when you open browser developer tools, it does.

    Could you please contact our team through this form, so we can have a closer look? Please send the link to this forum thread in your message.

    Our development team will check the issue and we’ll post the solution here.
    Thank you! Have a great day!

    Plugin Contributor WD Support

    (@wdsupport)

    Hi, @bignouxjonathan!

    I am happy to inform you, that our development team has resolved the problem on your website. Could you please have a look? They made the following changes. This code is written in /wd-google-maps/frontend/views/GMWDViewFrontendMap.php file:

    jQuery( document ).ready(function() {
        gmwdInitMainMap("wd-map<?php echo $shortcode_id;?>",false, '<?php echo $shortcode_id;?>');
        gmwdReadyFunction('<?php echo $shortcode_id;?>');
    });

    The following was added after it:

    jQuery( "body" ).on("click",".mkdf-tabs-nav li",function() {
        gmwdInitMainMap("wd-map<?php echo $shortcode_id;?>",false, '<?php echo $shortcode_id;?>');
        gmwdReadyFunction('<?php echo $shortcode_id;?>');
    });

    Let me know in case there’s anything else we can assist you with.
    Thank you! Have a great day!

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