Home › Forums › Theme support › Theme HONEY: Menu font size cannot be customize › Reply To: Theme HONEY: Menu font size cannot be customize
Hi,
when I tried to use the shorcode for Google Maps into Honey Themes contact page, I´m recieving the following error messages:
“Se ha producido un error. Esta página no ha cargado Google Maps correctamente. Descubre los detalles técnicos del problema en la consola de JavaScript.”
Checking developer tool on my browser, I can see that´s the problem comes from API KEY for Google MAPS that´s is missing (based on developer documentation of Google Maps):
“Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys” util.js:211:12
“Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required” util.js:211:12
“Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error” js:34:391
This is the code inserted on the Contact page of my website:
[map type='ROADMAP' width='100%' height='auto' zoom='2' x='40.466486' y='-3.691150']
I was reading forum cases about this problem but I cannot find any solutions. Could you help me? Must I create a API KEY? Where must be included?