Hi Steven –
Thanks for your reply! I do have the Google Maps API enabled (screenshot attached of the settings section), and am not seeing any errors in the console. I do note (from the source view) that I’m not seeing any calls to the googleapis.com / Google Maps API – although it’s possible that you have that concatenated somewhere in the plugin source to another JS file – but I’m hesitant to manually insert that, if that’s not appropriate to how this is supposed to work.
You can see the plugin usage here:
http://www.rcus.org/directory/congregations/
And if you expand an entry, you’ll see that at the end is a blank area where the map should show. It’s outputting the map div (with the appropriate data attributes), but it appears nothing is triggering the actual Google Map call, even though we have it turned on in the admin settings (see 1st screenshot).
Should we be instantiating that map with something other than a call using:
$entry->getMapBlock();
In the card.php template? (see 2nd screenshot)
Thanks!
Nathan.
