Tagged: cornerstone
-
AuthorPosts
-
April 4, 2016 at 6:57 am #865785
I would like to add a pop-up to the Map Marker with the Google Map and have read your tutorial on page:
http://theme.co/x/demo/ethos/1/shortcodes/map/
I know the pop-up uses the “info” code, but cannot see where to place it in my shortcode?
Also your sample code beneath the map, does not show the “info” code at all, although the pop-ups are there to see?
My Shortcode is:
[google_map lat=”51.3604765″ lng=”0.06694619999996121″ zoom_control=”true” drag=”true” height=”175%”][google_map_marker lat=”51.3604765″ lng=”0.06694619999996121″][/google_map]
Sorry – but could you show me where to add the pop-up line of code please.
The actual page itself, can be viewed at: http://www.newman-cams.com/contact-us/
many thanks
Ashley
April 4, 2016 at 8:59 am #865944Hi there,
Please add
info=""
attribute to ‘google_map_marker’ shortcode.Try this code :
[google_map lat="51.3604765" lng="0.06694619999996121" zoom_control="true" drag="true" height="175%"][google_map_marker lat="51.3604765" lng="0.06694619999996121" info="The info!"][/google_map]
Hope it helps.
April 5, 2016 at 2:45 am #867243Thank You so much, worked perfectly.
April 5, 2016 at 8:47 am #867646You’re welcome! 🙂
-
AuthorPosts