• Hi.

    Simple fix proposition:
    File: includes\functions\property.php Line 677
    is: $google_map_address_url = “http://maps.google.com/?q=” . $property_address;
    should be: $google_map_address_url = “//maps.google.com/?q=” . $property_address;

    It prevents warning when maps lib is loaded over http on https site.

    cheers

You must be logged in to reply to this topic.