help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Information about google map

Re: Information about google map

7 years 3 months ago
#24277
hi herkle. It's the change to ssl which causes this problem. There will be a new version of JEM in next time, I hope.
Meanwhile you can go through all files and replace all google links with http:// tohttps://.

Please Log in or Create an account to join the conversation.

Re: Information about google map

7 years 3 months ago - 7 years 3 months ago
#24278
Thanks hhtmp88, I had all these settings set already the way you described .
But the map won't already appear in backend – when trying to activate map in editing the venue.
The map is blank and the button "take over data from left side" doesn't do anything.
Regards,
Herbert
Last edit: 7 years 3 months ago by HerKle.

Please Log in or Create an account to join the conversation.

Re: Information about google map

7 years 3 months ago - 7 years 3 months ago
#24279
Thanks jojo12!

But are you serious? Which files in which directories do you mean?

When there are links directing to Google map, will they have
Code:
http://mydomain.com
included? Won't they rather point to s.th. like
Code:
https://google.com
?

Greetings, Herb
Regards,
Herbert
Last edit: 7 years 3 months ago by HerKle.

Please Log in or Create an account to join the conversation.

Re: Information about google map

7 years 3 months ago
#24280
HerKle wrote: Thanks hhtmp88, I had all these settings set already the way you described .
But the map won't already appear in backend – when trying to activate map in editing the venue.
The map is blank and the button "take over data from left side" doesn't do anything.

In JEM admin backend, left menu, click on "Settings"-> then the tab:"Event Page";
On the right column:"Venues", looks for "Choose Map Service"
-> what value have you been selected?
JMY(晉明夷)
mfYoga.org -- Mindfulness Yoga Association 靜觀瑜伽協會
YogaJM.com -- YogaJM 晉明瑜伽
jmy89.me -- JMY 晉明日誌
jm3ime.com -- JinMing 3-Key Chinese Input Method 晉明三鍵輸入法

Please Log in or Create an account to join the conversation.

Re: Information about google map

7 years 3 months ago
#24281
hhtmp88 wrote: In JEM admin backend, left menu, click on "Settings"-> then the tab:"Event Page";
On the right column:"Venues", looks for "Choose Map Service"
-> what value have you been selected?

Hi hhtmp88,

My setting there = "Link to map", TLD = com, Lang = de
Regards,
Herbert

Please Log in or Create an account to join the conversation.

Re: Information about google map

7 years 3 months ago
#24285
as an example, in output.class.php about line 793 there is
Code:
$url = 'http://maps.google....
change it to
Code:
$url = 'https://maps.google....

because google forces to go to ssl, you will get always a notification in the browser, when there are links to http:// in the code. And the google maps give problems. Other links don't give problems until now (e.g. schema.org )

but such links are in a lot of files in the whole JEM. in administrator, components and media/js

Best is: search and replace in all JEM-files in the JEM-Package http:// with https://

In my case it works best. Hope for you too!
The following user(s) said Thank You: HerKle

Please Log in or Create an account to join the conversation.

Time to create page: 0.546 seconds