Hello, i am following the instructions but cant make the map visible. What am i missing. Please take a look at my file attached.
Actually i need to draw a route on google maps so i must add multiple locations, not one. How can i achieve this? Thank you.
adding map to page
3 replies · opened Jul 7, 2022
Hello,
The codes on your Page appears to be fine but the data-address Attribute appears to be configured incorrectly. Since you are using Latitude/Longitude combination, please use data-latitude and data-longitude instead. More Documentations on this can be found here: https://docs.semicolonweb.com/docs/shortcodes/google-maps/ .
Multiple Markers can be added like this:
[ch_pre]data-markers='[{address: "Melbourne, Australia",html: "Melbourne, Australia"},{address: "Sydney, Australia",html: "Sydney, Australia"}]'[/ch_pre]
Each Marker like this: {address: "Melbourne, Australia",html: "Melbourne, Australia"} separated by Comma. For Latitude/Longitude combination use this instead: {latitude: 1.22222,longitude: 2.33333,html: "Melbourne, Australia"}.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hello again,
I did as you told but still map is missing. You can check the live site here: https://magydostravel.com/black-sea-shores-tour.html
Hello,
We have checked out your Website and there appears to be some JS Errors on your Page. We recommend you to check the Browser Console for Errors. Additionally, upon checking the Google Maps API, we can see a Referrer not allowed error for your API. Please check the Image Attached. You will need to allow the API Key to be used on your Website in Google Cloud Console.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard