Jason
Recent activity
-
Jason said thank you to Maverick for his/her reply to the topic No maps on HTTPS.
July 29 at 6:08 pm
This issue already fixed in my local version but is not there yet in downloads. Here is the quick fix. Edit components/com_gpstools/views/track/view.html.php and find $document->addScript( 'http://maps.googleapis.com/maps/api/js?key='.$this->params->get('maps_api_key', '').'&sensor=false' ); change it to $document->addScript( 'https://maps.googleapis.com/maps/api/js?key='.$this->params->get('maps_api_key', '').'&sensor=false' ); Edit components/com_gpstools/views/form/view.html.php and find $document->addScript('http://maps.googleapis.com/maps/api/js?key='.$this->params->get('maps_api_key', '').'&sensor=false'); change it to $document->addScript('https://maps.googleapis.com/maps/api/js?key='.$this->params->get('maps_api_key', '').'&sensor=false'); -
Jason replied to the topic No maps on HTTPS.
July 29 at 6:07 pm
Thanks for the quick fix, I'll try it in the morning :) -
Jason replied to the topic No maps on HTTPS.
July 29 at 4:47 pm
Hi Maverick, You can check it out here: http://www.mtbiker.co.za/tracks/viewtrack/3-afternoon-ride - has maps :) https://www.mtbiker.co.za/tracks/viewtrack/3-afternoon-ride - no maps :( Just encase you need to log in :)Username: MaverickPassword: GPSTools -
Jason created new topic No maps on HTTPS.
July 29 at 5:57 am
Hi Maverick, installed GPStools on my site, no maps showing with https, but showing with http, but need my site to be https. Any ideas?
Powered by CjForum