Map Problem

GK User
Sat Aug 29, 2015 8:13 am
Hello.
In Home page, in the bottom, has a LOCATE-US button.
In past, when i push this button, display MAP.
Not, NOT DISPLAY ANYTHING.
Can i send joomla admin username/password to see Gavick Support Team ?
Someone from support to help me please?
url : fruitdecor.gr
(but it is not public)

Thanks

Haris
User avatar
Fresh Boarder

GK User
Sat Aug 29, 2015 4:00 pm
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Tue Jun 28, 2016 2:22 pm
Hello!
I have a same problem:
If i click to the "locate us" button, the map and the locate us size is disappear.
Before version 3.5.1 joomla it is worked. :evil:
Have you any idea?
site: http://www.kiraly21.hu
thanks:
Rizsa
User avatar
Fresh Boarder

GK User
Thu Jul 14, 2016 7:03 pm
Hello.

We just bought this template and installed it today.

We're having issue with the map as well.

url : http://janes-streetfood.se
(but it is not public)

Regards,

Grim
User avatar
Fresh Boarder

GK User
Fri Aug 05, 2016 6:26 pm
Hi, I have the same problem

www.trattorialassassino.it
User avatar
Fresh Boarder

GK User
Fri Aug 12, 2016 2:31 am
J 3.6.2 and showing no map:

Oops! Something went wrong.
This page didn't load Google Maps correctly. See the JavaScript console for technical details.

What's the solution?
User avatar
Expert Boarder

GK User
Wed Aug 24, 2016 11:48 pm
User avatar
Fresh Boarder

GK User
Thu Aug 25, 2016 8:33 pm
Same issues, please help! And I already got and added an API key into the module as other threads have suggested.

http://www.cafe121houston.com/
User avatar
Junior Boarder

GK User
Thu Sep 01, 2016 2:11 am
Hi All,
i have found a way

first generate your API from this link
https://developers.google.com/maps/docu ... et-api-key
then
1- Please disable tinyMCE editor in global configuration (change editor to "editor - none").
2. Please go to Components->Contacts->Contacts and edit first contact. Change to Miscellaneous Information tab where you will find map configuration element.
3- you will find a string data-key=""
4- insert your API which been generate from google.

have fun
User avatar
Junior Boarder

GK User
Sat Sep 03, 2016 12:57 pm
Any more information?
3- you will find a string data-key=""


my code is:
Code: Select all
<div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8" > </div>
<p>Got questions about any of our products or services? Send us an email with as many tech baffling questions as you like! Our friendly sales team will answer all your questions!</p>


So where I need insert my Google Map API?
User avatar
Fresh Boarder

GK User
Sat Sep 03, 2016 8:41 pm
it should be like this

<div class="gk-map static" data-latitude="38.720720" data-longitude="-121.376955" data-ui="yes" data-zoom="10" data-key="YOUR DATA API KEY "> </div>
User avatar
Junior Boarder

GK User
Wed Sep 07, 2016 9:14 pm
Has anyone found the answer? I can't seem to get a tech to respond to me.
User avatar
Fresh Boarder

GK User
Wed Nov 16, 2016 1:48 pm
Hello,

I have the same problem after updating the template. The map is not displayed anymore on the homepage of http://www.lebeachboutiquehotel.com/en/#location
I added the data-key in my module but not result.
I also have a new issue after the update, in the contact form, the key strings are displayed instead of the value, i.e PLG_GKCONTACT_TEXT_PLACEHOLDER.
Could you please help with these 2 issues?
Thanks!

Sandra
User avatar
Senior Boarder

GK User
Wed Nov 16, 2016 2:52 pm
I solved my issue about the map display, it was an issue with the API.
But can't find what's the issue with the key strings.
User avatar
Senior Boarder

GK User
Mon Dec 12, 2016 8:54 pm
Not an all!
Open gk.scripts.js
find
// Google Maps loading
Add like this:
var loadScript = function() {
jQuery.getScript("https://maps.googleapis.com/maps/api/js?key=YOUR_KEY&callback=gkMapInitialize")
..keep the rest..
Open contact module without editor, add <div class="gk-map" data-key="YOUR_KEY" data-latitude="00.0000" data-longitude="00.0000" data-zoom="17" data-ui="yes"></div>
// Be happy! Love & peace! ;)
User avatar
Fresh Boarder

GK User
Mon Dec 12, 2016 9:03 pm
artrider wrote:Not an all!
Open gk.scripts.js
find
// Google Maps loading
Add like this:
var loadScript = function() {
jQuery.getScript("https://maps.googleapis.com/maps/api/js?key=YOUR_KEY&callback=gkMapInitialize")
..keep the rest..
Open contact module without editor, add <div class="gk-map" data-key="YOUR_KEY" data-latitude="00.0000" data-longitude="00.0000" data-zoom="17" data-ui="yes"></div>
// Be happy! Love & peace! ;)

P.S. Delete script.src = 'https://maps.googleapis.com/maps/api/js?v=3.exp&' +
'callback=gkMapInitialize'; in gk.scripts.js
User avatar
Fresh Boarder


cron