Okay
  Public Ticket #1675917
Map Pin (Popup)
Closed

Comments

  •  2
    John started the conversation

    Hello,

    I am trying to figure out how to hide the popup on the map pin when marker is clicked..?

    Pls see attactched.

    Thanks!

  •  1,778
    Support replied

    Hi John,

    Assuming you are running the latest version open /js/scripts.js

    and remove lines 1256-1258

    google.maps.event.addListener(companyMarker, 'click', function() {
         infowindow.open(map,companyMarker);
    });

    and then hard refresh the page (Ctrl+F5)

    I have not tested the solution, but it should work.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   John replied privately
  •   Support replied privately
  •   John replied privately
  •   Support replied privately
  •   John replied privately
  •   Support replied privately
  •   Support replied privately
  •   John replied privately
  •   Support replied privately