Fix for Front Page Map
Well-designed restaurant Joomla template with parallax effect.
- GK User
- Wed Jul 06, 2016 10:11 pm
If you have not noticed Google has required API's now, so this template will have issues with the map at the bottom. To fix it get a Google Map API key https://developers.google.com/places/web-service/get-api-key.
Once you have the key find the gk.scripts.js file located in templates/gk_steakhouse/js/gk.scripts.js
Find line 160
Remove the &v=3.exp variable.
Once you have the key find the gk.scripts.js file located in templates/gk_steakhouse/js/gk.scripts.js
Find line 160
- Code: Select all
// Google Maps loading
var loadScript = function() {
jQuery.getScript("https://maps.googleapis.com/maps/api/js?key=ADDKEYHERE&callback=gkMapInitialize")
.fail(function( jqxhr, settings, exception ) {
console.log('Google Maps script not loaded');
});
};
Remove the &v=3.exp variable.
-
- Fresh Boarder
- teitbite
- Sun Jul 10, 2016 10:12 am
Hi
Information passed to programmers. Thank You for shearing that.
Information passed to programmers. Thank You for shearing that.
-
- Moderator
- GK User
- Sun Aug 14, 2016 5:33 pm
teitbite wrote:Hi
Information passed to programmers. Thank You for shearing that.
Hi, did you correct that problem in the last template update ? I still have the problem
http://www.valbrillant.ca/#gkBottom6
-
- Junior Boarder
- GK User
- Sun Aug 14, 2016 5:38 pm
savvygents wrote:If you have not noticed Google has required API's now, so this template will have issues with the map at the bottom. To fix it get a Google Map API key https://developers.google.com/places/web-service/get-api-key.
Once you have the key find the gk.scripts.js file located in templates/gk_steakhouse/js/gk.scripts.js
Find line 160
- Code: Select all
// Google Maps loading
var loadScript = function() {
jQuery.getScript("https://maps.googleapis.com/maps/api/js?key=ADDKEYHERE&callback=gkMapInitialize")
.fail(function( jqxhr, settings, exception ) {
console.log('Google Maps script not loaded');
});
};
Remove the &v=3.exp variable.
Hi,
I copy and past the 8 code lines in the gk.scripit.js file. I searched the
variable. Did not find.&v=3.exp
So I still have the problem.
Tks for helping me !
Patrick
-
- Junior Boarder
- teitbite
- Thu Aug 18, 2016 2:10 pm
hi
Yes it has been updated, so please revert Your changes. The trick now is that the line to display map needs to include API KEY from google. Like this:
Yes it has been updated, so please revert Your changes. The trick now is that the line to display map needs to include API KEY from google. Like this:
- Code: Select all
<div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8" data-key="API_KEY">
-
- Moderator
- GK User
- Sun Aug 21, 2016 3:00 am
Hi,
I revert my changes by ftp the original gk.scripts and change the fist line in the contact module ( <div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8" data-key="API_KEY"> ) I replaced API_KEY with a reel google API Key, but still not work. I tested the API Key with PhocaMap and work ok.
Do you have an idea whats the problem. Le plugin GKContact is up to date
I have 2 differents contacts module in bottom 6 position at http://www.valbrillant.ca and http://www.valbrillant.ca/tourisme/camp ... des-berges
I revert my changes by ftp the original gk.scripts and change the fist line in the contact module ( <div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8" data-key="API_KEY"> ) I replaced API_KEY with a reel google API Key, but still not work. I tested the API Key with PhocaMap and work ok.
Do you have an idea whats the problem. Le plugin GKContact is up to date
I have 2 differents contacts module in bottom 6 position at http://www.valbrillant.ca and http://www.valbrillant.ca/tourisme/camp ... des-berges
-
- Junior Boarder
- teitbite
- Tue Aug 23, 2016 1:32 pm
Hi
I can see it's there, just position in some odd way. It can be adjusted with css code like:
I can see it's there, just position in some odd way. It can be adjusted with css code like:
- Code: Select all
.gk-map.static {
height: 100% !important;
position: absolute !important;
}
-
- Moderator
- GK User
- Wed Aug 31, 2016 7:58 am
teitbite wrote:hi
Yes it has been updated, so please revert Your changes. The trick now is that the line to display map needs to include API KEY from google. Like this:
- Code: Select all
<div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8" data-key="API_KEY">
Could you please clarify the exact location of the file with this code for API Key? Thank you.
-
- Junior Boarder
- teitbite
- Fri Sep 02, 2016 11:12 am
Hi
Code is in file templates/gk_steakhouse/js/gk.scripts.js, but if You have Your template updated than this fix is there already. Now You just need to specify Your API KEY in custom HTML when giving coordinates to location:
Code is in file templates/gk_steakhouse/js/gk.scripts.js, but if You have Your template updated than this fix is there already. Now You just need to specify Your API KEY in custom HTML when giving coordinates to location:
- Code: Select all
<div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8" data-key="API_KEY">
-
- Moderator
9 posts
• Page 1 of 1