• In the modal window the google maps says it can’t be loaded correctly. That’s strange because acf itself has no problems inside the wp backend. The api is set correctly and all other plugins are working well either with that api. What’s the problem here?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Shabti Kaplan

    (@shabti)

    Please try placing this code into your functions.php in your child theme and let me know if it works

    function google_map_fixer() {
    ?>
    <script>

    var googleMap = ‘<div id=”map”></div>’;
    window.addEventListener(‘load’, initializeMap);
    window.addEventListener(‘resize’, function(e) {
    map.fitBounds(mapBounds);
    });
    $(“#mapDiv”).append(googleMap);

    </script>
    <?php
    }
    add_action(‘wp_head’, ‘google_map_fixer’);

    Thread Starter ToTTi

    (@formgarten)

    Hi Shabti,

    no, doesn’t work. It still says: Google Maps cannot be loaded correctly on this page. Do you own this website?

    Strange.

    Hello, Is there news of this? Thanks

    Thread Starter ToTTi

    (@formgarten)

    I’m sorry no. I’m fighting for support since tons of weeks. Made videos of it and sent them to him. Frustrating

    Plugin Author Shabti Kaplan

    (@shabti)

    We found the source of the problem

    Next week we will have an update that fixes this issue.

    Thread Starter ToTTi

    (@formgarten)

    ????????????????

    Hello kapplan,
    In my opinion you have created a plugin with a lot of potential but you don’t give it the attention it deserves. Your times are not normal at all, 6 months ago you said that you are integrating payments, now this bug is essential to make a fix asap. We do not see an answer from the author.
    Cheers

    Thread Starter ToTTi

    (@formgarten)

    @vitexio You’re completely right. I’m really disappointed with the support,too. He really tried the best in the first few weeks but after that I wrote tons of emails about the same two or three issues (I’m pro customer). The more time I spend with the plugin, the more problems I notice – technical ones and graphical ones also. I understand the difficult times we are all living in, but somehow it has to go on. The worst thing for me is that I will probably get a customer order withdrawn because I haven’t had the user frontend completed for almost two months, just because of the support described here. I rate the plugin as an early beta stage. I’m sorry to have to say that, because the author is actually a nice person.

    Thread Starter ToTTi

    (@formgarten)

    A few weeks ago I have been told that they could address the problem with Google Maps and today I saw there’s an update and in the history it says: fixed Google map issue.

    The bad thing about it: not true! It still says: Google Maps cannot load properly on this page. The interesting thing about it for months right now is that in elementor editing mode the map is showing up within the acf frontendform – in normal website view live mode the error above.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Google Maps not working in modal window’ is closed to new replies.