Wordpress Renovation Company Theme google 地图错误 - 缺少 API 键
Wordpress Renovation Copmany Theme google map error - Mising API key
我无法解决 Google 地图缺少 API 键的问题。我找不到在哪里更改它。
这是我的网站:http://biogra.lt/en/contact/。
我使用的主题是 Renovation Compony:https://themeforest.net/item/renovation-company-construction-and-building-wordpress-theme/14835524
谢谢。
您的 API 密钥实际上位于 Google 地图 api 的 URL 内。在源代码的底部附近,您有以下行:
<script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?key=AIzaSyDbBlb-UYr7APyNHb40lYnGbwm8rp6LRFw&callback=initMap&ver=4.5.3'></script>
插入新密钥代替旧密钥。
我无法解决 Google 地图缺少 API 键的问题。我找不到在哪里更改它。
这是我的网站:http://biogra.lt/en/contact/。
我使用的主题是 Renovation Compony:https://themeforest.net/item/renovation-company-construction-and-building-wordpress-theme/14835524
谢谢。
您的 API 密钥实际上位于 Google 地图 api 的 URL 内。在源代码的底部附近,您有以下行:
<script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?key=AIzaSyDbBlb-UYr7APyNHb40lYnGbwm8rp6LRFw&callback=initMap&ver=4.5.3'></script>
插入新密钥代替旧密钥。