Page 1 of 1

Marker issue on google maps

Posted: 29 Apr 2021, 19:11
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

Re: Marker issue on google maps

Posted: 29 Apr 2021, 22:38
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

Re: Marker issue on google maps

Posted: 01 May 2021, 10:21
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

Re: Marker issue on google maps

Posted: 01 May 2021, 11:24
by Jan
Hi, thank you for the info.

Jan