*

Steflea Petru

  • **
  • 12 posts
Google Maps plugin - HTTPS does not work
« on: December 19, 2015, 03:44:20 AM »
Hello,
Today I saw that the plugin does not work Google Maps. Elena theme or another does not. After I installed the theme worked
https://bucium.net I put an SSL certificate, to be over?

[attachment deleted by admin]
« Last Edit: February 04, 2016, 01:54:06 PM by frosticek »

*

MB Themes

Re: Google Maps plugin does not work
« Reply #1 on: December 19, 2015, 09:42:23 AM »
@Steflea Petru
If you are using SSL, you need to make sure all links are using HTTPS instead of HTTP, you need to do it also on plugin level.

If you go to file:
oc-content/plugins/google_maps/index.php

There are 2 occurences of HTTP:
Code: [Select]
http://maps.google.com/maps/api/js?sensor=false
http://maps.google.com/maps/geo?q=%s&output=json&sensor=false

should be replaced with:
Code: [Select]
https://maps.google.com/maps/api/js?sensor=false
https://maps.google.com/maps/geo?q=%s&output=json&sensor=false
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Steflea Petru

  • **
  • 12 posts
Re: Google Maps plugin does not work
« Reply #2 on: December 19, 2015, 02:25:22 PM »
@Steflea Petru
If you are using SSL, you need to make sure all links are using HTTPS instead of HTTP, you need to do it also on plugin level.

If you go to file:
oc-content/plugins/google_maps/index.php

There are 2 occurences of HTTP:
Code: [Select]
http://maps.google.com/maps/api/js?sensor=false
http://maps.google.com/maps/geo?q=%s&output=json&sensor=false

should be replaced with:
Code: [Select]
https://maps.google.com/maps/api/js?sensor=false
https://maps.google.com/maps/geo?q=%s&output=json&sensor=false

ok, I managed !!! Thank you!!! You are very smart to remember all this !!! I love working with you !!!
Now appearing maps !!! :)

*

MB Themes

Re: Google Maps plugin does not work
« Reply #3 on: December 19, 2015, 04:00:40 PM »
@Steflea Petru
Welcome ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots