Hi,
I have the GeoCoding function working and billing established through the G Suite console and have the media element working just fine in Enfold. But when I click on the map it does absolutely nothing and I cannot find where to place a link to driving directions or the like so it has more functionality than just a placeholder.
Can someone please tell me how to make the Google Maps media element more interactive with driving directions or point me to some more documentation?
Many thanks.
Hey rootdr,
Thanks for your patience and the link to your site, I recommend adding a Driving Directions link to the map marker in the Map element.
To share a map location go to Google Maps and enter your address and then hover over the map marker and click the Directions link, click it and then copy the link from the browser address bar:
then add it as a link to your map marker in the Map element:
then you will have a Driving Directions link:
when your site users click on it a new tab will open and shown the directions:
I included your Driving Directions link below and a link to my test page, please give this a try.
In my test I thought that the link should be a different color from the other text so I added this css so it would be blue and become bold on hover:
a.driving-directions {
color: blue;
}
a.driving-directions:hover {
color: blue;
font-weight: bold;
}
Best regards,
Mike