As requested in a similar thread here’s my problem – my markers show up with custom icons in the backend, but not on the frontend – at the moment it shows markers because I hard-coded/commented in the URL to the default marker icon in the CSS. The line is the following:
*/ background: url(../images/icon-marker-default.png) no-repeat left top; /*
The line in the CSS is commented out on default – since it should be replaced with the custom markers, as far as I understand it. So, there is no way for me to change to a "custom" or FA icon at the moment
/* ++ MARKER ++ */
.jai-map-container .point {
/* background: url(../images/icon-marker-default.png) no-repeat left top; */
height: 24px;
width: 24px;
position: absolute;
z-index: 999;
}
-
This topic was modified 7 years, 3 months ago by fazoman.