Google Maps options

7 replies · opened Jan 9, 2020

KkbswbJan 9, 2020

How can I show a clickable link under the name of my map marker?

After this code:

// Google Map
jQuery('#headquarters-map').gMap({

I cannot add HTML in the HTML option. For instance, this prevents the map from showing:

html: "Shopping Center <br> View on Google Maps",

How can I make it work?

KkbswbJan 9, 2020

it rendered my code, i am trying to use this:

html: [View on Google Maps](https://www.google.com/maps)

KkbswbJan 9, 2020

also, how can I have the text window above the marker open on default?

SSemicolon WebSTAFFJan 10, 2020

Hello,

Showing the Links are absolutely possible. You can simply use single quotes instead of double to avoid conflict. Example:

address: "Melbourne, Australia",
html: "Melbourne, Australia Click Here",
popup: true

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KkbswbJan 14, 2020

That works. Thank you.

How can I center the link underneath the name?

html: "Melbourne, Australia Click Here",

the above is not working.

SSemicolon WebSTAFFJan 15, 2020

Hello,

You can try using this code:


html: "Melbourne, Australia
Click Here",

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KkbswbJan 15, 2020

that works. Thank you.

One other question, why am I not notified via email when you reply to my support requests?

SSemicolon WebSTAFFJan 16, 2020

Hello,

Currently we do not send Email Notifications for Support Replies. We will enable this feature in the due course.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

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