Before you ask please READ THIS

Google Map on Contact page

edited October 2013 in Beach Please Posts: 7
Hey guys,

Great theme and everything is working well for me so far. I just have one question about the Google Map on the contact page. Is there anyway of keeping the tooltip open when visitors open the contact page? I am talking about the small text cloud that pops up after you click the marker.

Hope you can help me!

Greetings,
Ruurd

Comments

  • AirAir
    Posts: 10,970
    Hello

    Go to contact.php find this code in ~74 line
            google.maps.event.addListener(marker, 'click', function() {
                infowindow.open(map,marker);
            });
    change it to
            google.maps.event.addListener(marker, 'click', function() {
                infowindow.open(map,marker);
            });
            infowindow.open(map,marker);
    With regards.
  • Posts: 7
    You rock! Thanks!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!