Okay
  Public Ticket #1019992
Elixir HTML Map
Closed

Comments

  •  2
    Craig started the conversation

    I would like to use a custom google map since the restaurant has multiple locations. How can I replace the map with this google map https://www.google.com/maps/d/viewer?mid=1G2UjrU7c-fad-1QWb1nyqcpbUFg&ll=45.5548063777947%2C-73.57897729324651&z=11

  •  840
    Jelly replied

    Hi,

    You can remove the google maps from template and try embed your map, you can get more detail if you try google search it.

    If you don't understanding how get the embed code, you can get it below.

    <iframe src="https://www.google.com/maps/d/embed?mid=1G2UjrU7c-fad-1QWb1nyqcpbUFg" width="640" height="480"></iframe>
    

    This is the embed code from your map link. Then the maps code will look like below:

    <!-- BEGIN MAP SECTION -->
    <iframe src="https://www.google.com/maps/d/embed?mid=1G2UjrU7c-fad-1QWb1nyqcpbUFg" width="640" height="480"></iframe>
    <!-- END MAP SECTION -->

    Best Regards,
    Jelly Team