Skip to content Skip to sidebar Skip to footer

Google Map Marker Not Showing After Uploading To Server, Locally Works Fine

I'm trying to implement a simple page that have google maps enabled, but I'm having an issue where my google maps marker is not showing after uploading the files to the hosting, it

Solution 1:

You need to specifiy whole absolute path here:

var image = '//YOUR_DOMAIN/img/vemo-google-map-marker.png';

Post a Comment for "Google Map Marker Not Showing After Uploading To Server, Locally Works Fine"