Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865785

    Stanleypuss
    Participant

    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

    #865944

    Christopher
    Moderator

    Hi 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.

    #867243

    Stanleypuss
    Participant

    Thank You so much, worked perfectly.

    #867646

    Zeshan
    Member

    You’re welcome! 🙂