What is wrong with Google info window

Phoca Maps - displaying maps in Joomla! CMS
sinaus
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Feb 2019, 21:16

What is wrong with Google info window

Post by sinaus »

Hi everyone,

I have a pretty serious problem on my website. I currently having a transparent background appearing in my google map info window.
Please help me to remove the transparency and here is the link to my site.

http://www.stealth3dmouse.com/index.php ... nd-repairs

click on any of the marker and you will see what I meant.

I am currently running Joomla 3.3.6 stable
Phoca Maps version 3.0.4

Thank you for any input and I really do appreciate any help from here. Again thank you all.

regards,
Kay
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: What is wrong with Google info window

Post by christine »

Hi Kay,
sinaus wrote: 17 Feb 2019, 05:06 Please help me to remove the transparency
there is missing:

Code: Select all

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}
BUT:
I am currently running Joomla 3.3.6 stable
Phoca Maps version 3.0.4
- you are using an outdated Joomla Version > 2014!
missing therefore many bug fixes and security releases.

- Phoca Maps current version is: 3.0.5
- maybe you will need a new API from google

- outdated & unsecure PHP Version (5.5)!
Version 5.6 bug fix: http://php.net/ChangeLog-5.php#5.6.37 - but PHP 5.6 will not be supported any more and/or available with hoster etc.
- PHP Version 7 possible, think apprx. since Joomla 3.5

Kind regards
Christine
sinaus
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Feb 2019, 21:16

Re: What is wrong with Google info window

Post by sinaus »

Hi Christine,

Thank you for your help and I will like to first see if I need a new API from Google. Will see how thing goes. Greatly appreciate your input.

Regards,
Kay
sinaus
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Feb 2019, 21:16

Re: What is wrong with Google info window

Post by sinaus »

Hi Christine,

I contacted Google and was told to do this but I don't know how to and where to put the script.

<script async defer
src="https://maps.googleapis.com/maps/api/js ... terly&key= YOUR_API_KEY&callback=initMap">
</script>

Please help as I am have no idea where to put this. Thank you very much.

regards,
Kay
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: What is wrong with Google info window

Post by christine »

Hi,

about API in Phoca Maps: https://www.phoca.cz/documents/53-phoca ... ps-api-key
Update Site as written in 1st post accordingly.

Kind regards
Christine
sinaus
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Feb 2019, 21:16

Re: What is wrong with Google info window

Post by sinaus »

Hi Christine,

Thank you for helping and according to my understanding I am not able to update my Joomla site as I use a 3rd party theme. The developer doesn't support the newer version Joomla thus now I am stuck. I tried to update my Phoca Map to the current 3.0.5 but did not work. Maybe I will just have to take my Google map down for now.

Really appreciate your help and have a nice day.

regards,
Kay
Post Reply