c130games
Forum Replies Created
-
Forum: Plugins
In reply to: [12 Step Meeting List] Google Maps Not Loading ProperlyMapbox works!
I’ll keep working with the Google API Key to see if I can get it to work. Thanks for your help.
Forum: Plugins
In reply to: [12 Step Meeting List] Google Maps Not Loading ProperlyI already added the key to the Imports and Settings page. I pulled out all the restrictions on the API console page. I originally had restrictions on the key.
Yes, this is going to replace the existing site.
Forum: Plugins
In reply to: [12 Step Meeting List] Meeting type check boxesNo code on the end of the URL:
Forum: Plugins
In reply to: [12 Step Meeting List] Google Maps Not Loading ProperlyI think I found what’s missing:
Add the API key to your request
You must include an API key with every Maps JavaScript API request. In the following example, replace YOUR_API_KEY with your API key.<script async defer src=”https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap”
type=”text/javascript”></script>What’s the best way to add this javascript to the plugin? Is it single-meetings.php?
Thank you!Forum: Plugins
In reply to: [12 Step Meeting List] Google Maps Not Loading ProperlyYes, this is a new site. I figured it was an API issue. I did create a Google API key and entered it on the site. I tried different settings in Google.
My next move was to set up a Mapbox account and see if I get any further.
Thank you!