Hi.
I’m using a classic map element at http://runelacroix.dk/kontakt/ but the map doesn’t show a marker? How can I add it?
Best regards, Rune
Hi There,
Thanks for writing in! Could you please try following the shortcode version here (http://demo.theme.co/integrity-1/shortcodes/map/) and add it to a Text element.
Hope that helps.
What do you mean, “ad it to a text element”. Should I put in a new element on the in the same box?
Does it have something to do with codes? I’ve only tried cornerstone, so don’t understand so much
Hey @mldarshana,
What @mldarshana meant was to insert the shortcode to a Text element like this.
The reason why your markers don’t show is because they are very far from your main longitude and latitude. They must be near like this.
The same applies if you’re using Cornerstone.
Thanks.
Well, now I tried that.
First it worked fine, to put the map in a text box with the code. The I removed the classic map element (since I don’t need to maps), but then the “text-box-map” just says “Ooops! Something went wrong”.
This is the place i need: https://www.google.dk/maps/place/55°02’25.5"N+10°27’28.4"E/@55.040403,10.4556873,17z/data=!3m1!4b1!4m6!3m5!1s0x0:0x0!7e2!8m2!3d55.0404029!4d10.4578757?hl=da
And i use this code:
[google_map lat=“55.0409316” lng=“10.4586482” zoom=“17” drag=“true” height=“60%”][google_map_marker lat=“55.040403” lng=“10.457876”][/google_map]
Hi there,
Try adding your API key as well as a parameter.
api_key="your api key here"
For example:
[google_map api_key="your api key here" lat="55.0409316" lng="10.4586482" zoom="17" drag="true" height="60%"][google_map_marker lat="55.040403" lng="10.457876"][/google_map]
Hope that helps.
Thanks! Working now
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.