Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1405369

    Mastres
    Participant

    Hi is there any Gneral places where i can introcude Google api to create embed maps?

    #1405415

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please check our examples here (http://demo.theme.co/integrity-1/shortcodes/map/).

    Hope that helps.

    #1405432

    Mastres
    Participant

    No, i mean when i used google map element i have to add in each map de google api?

    Also the map don’t work well i have to reload several times the page to see results… i can’t see what i’m doing

    #1405530

    Joao
    Moderator

    Hi There,

    Yes, but you can use the same API.

    Please provide your URL so we can take a look on your MAP.

    Thanks

    #1406068

    Mastres
    Participant
    This reply has been marked as private.
    #1406317

    Christian
    Moderator

    In Ubermenu > General Settings, try turning off Load Google Maps API

    Thanks.

    #1406473

    Mastres
    Participant

    Yes, Works 😉 and if i want to add some map to ubermenu? maybe i need it
    Regards

    #1406602

    Rupok
    Member

    Hi there,

    As it’s already added, you won’t need it hopefully. We are eliminating this as it’s causing the map API loading twice.

    Cheers!

    #1406640

    Mastres
    Participant

    Ok, thanks 🙂

    #1406651

    Darshana
    Moderator

    Glad we were able to help 🙂

    #1415938

    Mastres
    Participant

    Hi, i don’t know why but i can’t add a map in the ubermenu i have follow the instructions (http://sevenspark.com/docs/ubermenu-3/content/shortcodes/maps) but the map don’t work, see screenshoot

    #1416930

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Instead of using Ubermenu map, just make use of the X native google map. This is to avoid conflict with the loading of Google Map api key. You can make use of this shortcode:

    
    [google_map api_key="your api key here" lat="40.7056308" lng"-73.9780035" zoom="12" zoom_control="true" drag="true" height="45%"][/google_map]

    Hope this helps.

    #1417372

    Mastres
    Participant

    How can i add a marker?
    Regards

    #1417459

    Darshana
    Moderator

    Hi there,

    You can follow this example and change accordingly.

    
    [x_google_map api_key="insert API key here" lat="37.8067572" lng="-122.4161852" zoom="17" zoom_control="true" drag="true" height="400px" hue="" no_container="true" class="man"]
    [x_google_map_marker lat="37.806688" lng="-122.419036" start_open="false" info="" image=""]
    [x_google_map_marker lat="37.806463" lng="-122.415812" start_open="false" info="" image=""]
    [x_google_map_marker lat="37.806578" lng="-122.414230" start_open="false" info="" image=""]
    [/x_google_map]
    

    Hope that helps.

    #1417465

    Mastres
    Participant

    Thanks!!!