Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    it’s not possible out the box at the moment. it may be possible with custom coding but unfortunately we are quite limited with regards to custom coding as per the support policy – https://eventsmanagerpro.com/support-policy/

    What I (a user) did, might help you as well… It’s not completely custom coding, nor out-of-the-box. ??

    One time only:

    • Create a Location Attribute in Dashboard->Events->Settings->General called #_LATT{googlemaps} (or anything you’d like of course).
    • Add the attribute as a link to your Event Page layout in Dashboard->Events->Settings>Formatting->Events->Single Event Page. I’m currently using this: <a href="#_LATT{googlemaps}" title="View on Google Maps" target="_blank">+ Google Maps</a>.

    A new Attributes field will be added to the location page in Events->Locations.
    There you can paste the link taken manually from Google Maps:

    In Google Maps (https://maps.google.com) look up your location, click “Share” and copy the full url (not the short one!). It would look something like https://www.google.com/maps/place/[name of the location]/@[coordinates],zoomlevel/data=[string]. Paste this link in the Attributes Field of your location page and save changes.
    This last step is only needed when you create a new location, of course.

    Check it out here: https://www.guidepatrick.nl/agenda/city-tour-2017-09-30/

    Sorry… You wanted to add the link to the balloon bubble. ??

    Do the same things, but add the link here:
    Dashboard->Events->Settings->Formatting->Maps->Location balloon format.

    Any other idea how to read out the position and create a link? E.g. with jQuery?

    Problem is obviously, that the map is not displayed as iframe, but as inline.

    Ha, got it, it’s easy:

    <a href="https://www.google.com/maps/place/#_LOCATIONLATITUDE+#_LOCATIONLONGITUDE/@#_LOCATIONLATITUDE,#_LOCATIONLONGITUDE,14z" target="_new">Link</a>

    • This reply was modified 7 years, 2 months ago by noapi1.
    Thread Starter [email protected]

    (@achisholmrogerscom)

    OMG this is so simple and great. I tweaked it a bit to….

    #_LOCATIONNAME
    <p>Directions</p>

    Thank you so much for answer

    WOW! Great solution! ?? Thanks!!

    noap1 thanks much for the great solution! I changed mine just a little bit:
    <a ref="https://www.google.com/maps/place/#_LOCATIONADDRESS,#_LOCATIONTOWN,#_LOCATIONSTATE,#_LOCATIONPOSTCODE,14z" target="_new" style="text-decoration: underline;">Get Directions</a>

    TreeTrail

    (@aprilschmitt27)

    Thank you all!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Show ‘View Larger Map’ or ‘Get Directions’ on Event Map intext:”Plugin: Events M’ is closed to new replies.