Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1362848

    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.

    #1363000

    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:
    2022-08-28_011.jpg
    then add it as a link to your map marker in the Map element:
    2022-08-28_008.jpg
    then you will have a Driving Directions link:
    2022-08-28_009.jpg
    when your site users click on it a new tab will open and shown the directions:
    2022-08-28_010.jpg
    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;
    }

    2022-08-28_013.jpg

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.