• Resolved Jing

    (@gujingc)


    1) Does this solution support multisite?

    2) Our use case is like this: Each local associations has a number of local support groups affiliated with it. The groups and associations can terminate or initiate their affiliation at any time. Each subsite is for an association. When a group is affiliated with an association, we would like to show the on the map page on the subsite assigned to that association.

    How to best achieve this dynamically? Thanks a lot.

    Jing

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    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 4 years, 9 months ago by Jing.
    Plugin Author codepeople

    (@codepeople)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 Questions’ is closed to new replies.