Marker issue on google maps

Phoca Maps - displaying maps in Joomla! CMS
ropius
Phoca Member
Phoca Member
Posts: 13
Joined: 13 Nov 2016, 16:57

Marker issue on google maps

Post by ropius »

can anybody tell me why the markes appear like that?

https://i.imgur.com/HDXDO58.png

formerly the marker square was completely transparent and not visible

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2710
Joined: 28 Nov 2010, 17:20

Re: Marker issue on google maps

Post by christine »

Hi Tom,

kopiere das vom Joomla-Forum mal hier her:

So, URL angesehen. Der "Kasten um den Marker" dürfte von hier kommen:

https://www.musterquelle.de/templates/f ... s/main.css

also im Template & nicht in PM verankert:

Code: Select all

.main_component img, #tinymce img {
    border-radius: 3px;
    margin: 12px 1px 12px 0;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.20);
    padding: 3px;
    border: 1px solid #ddd;
    border-color: rgba(0,0,0,0.10);
    background: rgba(255,255,255,0.26);
}
Wo Du Deine CSS Änderungen machst, musst Du wissen, kenne das Template nicht.

Temporär habe ich es ans Ende der template.css gesetzt:

Code: Select all

.main_component img {
background: none;  
}
sähe dann so aus:
Image

Eventuelle Auswirkungen - wo anders, müsstest Du dann schauen.

Liebe Grüße
Christine
ropius
Phoca Member
Phoca Member
Posts: 13
Joined: 13 Nov 2016, 16:57

Re: Marker issue on google maps

Post by ropius »

Hi Christine,

SOLVED :twisted:

thank you so very much for your help, this was exactly where the error come from.
So now i'm very happy and the visitors of my site also :)

Kind regards
Tom
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47794
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Marker issue on google maps

Post by Jan »

Hi, thank you for the info.

Jan
If you find Phoca extensions useful, please support the project
Post Reply