Geolocation empty on https site
Posted: 04 Jan 2016, 14:00
when I try to set Geolocation Coordinates in Backend for Categories I get an blank popup, also when I enabled show Geolocation on category it was empty in frontend.
My site is running under https only therefore I changed on the 4 locations in the scripts from http: -> https: and it works now. Maybe I have overseen if there is a Setting to enable https in general, or maybe it is perhaps missing.
Phoca Gallery Version 4.2.2 on Joomla 3.4.8
My site is running under https only therefore I changed on the 4 locations in the scripts from http: -> https: and it works now. Maybe I have overseen if there is a Setting to enable https in general, or maybe it is perhaps missing.
Code: Select all
/administrator/components/com_phocagallery/views/phocagalleryg/tmpl/default.php:echo '<script src="https://www.google.com/jsapi" type="text/javascript"></script>';
/components/com_phocagallery/views/category/tmpl/default_geotagging.php:echo '<script src="https://www.google.com/jsapi" type="text/javascript"></script>';
/components/com_phocagallery/views/map/tmpl/default.php: echo '<script src="https://www.google.com/jsapi" type="text/javascript"></script>';
/components/com_phocagallery/views/categories/tmpl/default_map.php: echo '<script src="https://www.google.com/jsapi" type="text/javascript"></script>';