Okay
  Public Ticket #875865
MAPS API Key not working
Closed

Comments

  •  2
    Martin started the conversation

    I just set up the Oxygen and noticed that always when I tgo to "Contact us" the Background does not load. pls fix this error its this Error:


    Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error_.hb @ js?v=3&libraries=places&callback=google.loader.callbacks.maps:37
    Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys

    T
    hanks

  •  2
    Martin replied

    I had the same Problem. Somehow it occured because I duplicated one whole Site to another domain. But this should not happen!

  • [deleted] replied

    Hi Martin,

    Sorry for the delay of the answer, as we were on holidays break and support team was partly active. Now we are back and able to help with any issue.

    Are you using Oxygen 4.0 please? If not please update the theme to the latest version and then download this file and replace it on the tpls/ folder.

  •  2
    Martin replied

    Hey Somehow I cant create any Tickets anymore because it shows me 

    • That purchase code doesn't seem to be valid.

    But I bought it over THIS Site and at the beginiong it worked...

  •  2
    Martin replied

    So I willl just post my Ticket here!

    After installing my Google API Key the Map works fine but if I try to test if the "Route planer" works I get the error Cannot find this address! or in german Adresse konnte nicht gefunden werden!

    Would be nice if you could fix that.

    Also the 'message Textarea' can be stretched untill its behind the Map and cant be minimized again (screenshot)

    Also if you change the heigth of the message area a gray stripe will show up under the Map with the added heigth (which have been added to the massage area) shown in both screenshots

    BTW: this errors are there since I use Oxygen

    @Ylli: I'm using Oxygen 4.1 and placing the File you wrote in tpls/ folder did NOT solved the Problem

    Here my site to test: 
    http://made-in-germany.sale/en/contact/
    or 
    http://made-in-germany.sale/kontakt/

  •  2
    Martin replied

    Also when you open the 'Top Cart' and scroll down a bit the Main menu will collaps much faster and will not work properly.

    For mopre infos pls watch the Pictures

  • [deleted] replied

    Hi Martin,

    After checking your contact form I saw this error when typing address:

    This API project is not authorized to use this API...

    So after Googling it I saw that other people had this issue and its related to your Google Dev Account, you need to enable Geocoding, and one answer was:

    From the picture you posted, it say it's disabled...

    Go to Developer Console -> APIs & auth -> APIs

    Search for Geocoding and click on Google Maps Geocoding API -> Enable API. Do the same thing for Geolocating

    Read more:

    http://stackoverflow.com/questions/32994634/this-api-project-is-not-authorized-to-use-this-api-please-ensure-that-this-api

    For Contact Form Textarea add this CSS:

    .contact-store textarea {
    resize: none;
    }

    I hope this will help you.

  • [deleted] replied

    As for "Top Cart" that glitch is present only when sticky menu is active and cart top is visible. This is handled automatically by javascript and currently I am not sure how this can be fixed. Will check for possible fixes.