Google Maps Problem

6 replies · opened Oct 5, 2016

AA-N-COct 5, 2016

Link: https://a-cute.de/bauservice/index-onepage.html
I cannot set my real Business adress in google maps.
I forgot a /div some where but i cannot find it, if you scroll down the page, the slider is in the COTACT box as picture, please fix that.

PS: Is this ticket private so i can share with you my ftp login?

AA-N-COct 5, 2016

FTP Login
Server: home615116210.1and1-data.host
Username: u84138225-semi
Password: semicolonweb
Port: 22
Protokoll: SFTP

SSemicolon WebSTAFFOct 5, 2016

Hello,

We have just checked out your Website and you will need to use the Google Maps API Key in order to fix this issue. Using the Google Maps API Key was optional before but it has become mandatory recently. Please find the following code:

http://maps.google.com/maps/api/js

and replace it with:

https://maps.google.com/maps/api/js?key=YOUR_API_KEY

You can generate your API Key for Google Maps from here: https://developers.google.com/maps/documentation/javascript/ and then Click on Get a Key in the Header. Change the YOUR_API_KEY in the above code with the Generated API Key.

This should definitely fix your issue. Let us know if we can help you with anything else or if you find any further issues.

SSemicolon WebSTAFFOct 6, 2016

Hello,

Thank You so much for your Patience. Unfortunately, currently we do not offer Customization Services. You will need to fix your Customized Codes manually as it is also against Our Support Policy: https://themeforest.net/page/item_support_policy . If you need any other help, we are always here to Help you out with them!

Regarding the Issues with HTML Validation, please consider fixing the Nested Comments and the Unclosed/Stray HTML tags which will fix the issue.

Thanks for Understanding! Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

HhermzesNov 5, 2016

Hello,

I have the same problem but i cannot find where to put the API key.
The explanation is really not clear for me.
I have set the coordinates (latitude and longitude) in the file jquery.gmap.js
in which file do i put the API key ? and where in the file ?
Could you please show a screenshot and a step by step help please ? It is really frustating.

You can see my problem at : www.tacticpublicite.com/lehuidoux/

Thank you.

SSemicolon WebSTAFFNov 6, 2016

Hello,

We Really Apologize about the Inconveniences caused! Please follow the Steps here:

  • Never Edit the jQuery.gmap.js File. Simply restore it to the Default Version.

  • Now, open the contact.html File and find the following code on this page:

https://maps.google.com/maps/api/js

and replace it with:

https://maps.google.com/maps/api/js?key=YOUR_API_KEY

Use the above Guide to Generate an API Key and change YOUR_API_KEY in the above code with your newly generated API key.

  • Now, to use a Latitude/Longitude Combination, you can change the Location by simply changing the address: 'Melbourne, Australia' option to a Latitude/Longitude Combination in the Google Maps JS Initialization Code. Example:

	jQuery('#google-map1').gMap({

		latitude: your-latitude-value,
		longitude: your-longitude-value,
		maptype: 'ROADMAP',
		zoom: 14,
		markers: [
			{
				latitude: your-latitude-value,
				longitude: your-longitude-value,
			}
		],
		doubleclickzoom: false,
		controls: {
			panControl: true,
			zoomControl: true,
			mapTypeControl: true,
			scaleControl: false,
			streetViewControl: false,
			overviewMapControl: false
		}
	});

Make sure that your Latitude/Longitude value should be a Float Number.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard