Viewing 4 replies - 1 through 4 (of 4 total)
  • do you have a sample link? also, maybe this will help – http://pastebin.com/j420DjWq

    Thread Starter cgrabe

    (@cgrabe)

    Here is the link

    As you can see, the window is is really not needed since the address is just to the left of it anyway.

    hi,

    try something like in your theme header.php

    <script type="text/javascript">
    jQuery(document).ready(function($){
     jQuery(document).bind('em_maps_location_hook', function( e, map, infowindow, marker ){
    
       setTimeout(function(){infowindow.close();},200)
       setTimeout(function(){infowindow.open(map,marker);},600)//adjust accordingly
    
     });
    });
    </script>

    Thread Starter cgrabe

    (@cgrabe)

    That worked, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Events Manager] Map info window’ is closed to new replies.