Contact page map not wotking

Our map worked fine and then it just stopped. Any idea how to fix? Also how would one add a space between the “I am not a robot” and the send button? Thx!

Hi There @galatia

Thanks for writing in! When testing you page, I see the following error on the console log. Please check your Google API key first.

Google Maps JavaScript API error: InvalidKeyMapError

Upon checking further, I see that you’re using an older version of X theme and Cornerstone plugin in your site. You can see the latest version numbers from here (https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195). Please follow our guide here (https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62) and update accordingly.

To resolve the spacing issue, try adding the following CSS rule into your X -> Theme Options -> CSS area.

.wpcf7-submit {
    margin-top: 10px;
}

Hope that helps.

It worked before and I did not change the API key, is there any reason why it would just up and change for no reason? Thanks so much for your help!!

Could it be that the API key “went bad” for some reason? I did not locate a specific named location per se on the map that was a place but rather just found a spot, could that be an issue with google maps?

Hey @galatia,

It could be. Google Maps now requires that you enable billing for your maps. For more details, please see https://cloud.google.com/maps-platform/user-guide/

With that said, please try using a new API key.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.