Hello @gujingc
I’m sorry, but the sub-sites would separated from each other. With the current version of the plugin it is not possible to load on the same map, points defined in different sub-sites.
Best regards.
Thread Starter
Jing
(@gujingc)
Thank you for the quick reply.
We have no intention to put maps of subsites together. They need to display separately.
This is our staging site with 2 subsites. Please take a look.
https://staging.strokefocus.net/monday/association/
https://staging.strokefocus.net/hope/association/
Right now, the issue we are running into is that the map is not displaying consistently with Chrome. Firefox always works. That is why we are looking for a potential replacement solution.
As long as it displays what we already have, then that is all what we look for.
-
This reply was modified 6 years, 3 months ago by
Jing.
Hello @gujingc
If the maps are separated by sub-sites yes you can implement them with our plugin. However, the issue with your website is very simple. If you check the source code of your page, you will see the Google Maps api is included on the line 169:
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDMetFFnnoipNmmg1XBKYhFp-0emwRFT_w&callback=initMap"
type="text/javascript"></script>
But the initMap function is being defined from the line 361
You need to modify the place where Google Maps API is included after the definition of the initMap function.
Best regards.