I have SSL enabled on my entire site and if a user visits an event location using google maps he will get a message that the page has some unsecure content.
I had to change the reference
maps.google
... to https:/maps.google... in the files
Code:
/components/com_eventbooking/views/location/tmpl/default.php
on line 41 and in
Code:
/components/com_eventbooking/views/map/tmpl/default.php
on lines 18 and 32.
It would be nice if the check for SSL is done automatically.
Another thing is the facebook like button. It's images are referenced to a site that does not support
Code:
http://static.ak.fbcdn.net/rsrc.php/v2/y7/r/ql9vukDCc4R.png
. So it is useless if you have SSL activated...