Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter claudio.m

    (@claudiom-1)

    anyone know what where or how i can change/modify my plugin or do some codding somewhere?

    In google v3 API code will be like this

    google.maps.event.addListener(marker, ‘mouseover’, function() {
    infowindow.open(map, this);
    });

    // assuming you also want to hide the infowindow when user mouses-out
    google.maps.event.addListener(marker, ‘mouseout’, function() {
    infowindow.close();
    });

    Plugin Author petkivim

    (@petkivim)

    Sorry for slow reply. I’ve been on vacation lately.

    The correct code for adding the map is:

    {google_map}https://www.google.com/maps/d/embed?mid=zKqyCKIqxGhQ.khG-XOn3c7uQ|width:800|height:600|link:yes|zoom:7|link_label:Abrir Mapa{/google_map}

    Unfortunately this plugin doesn’t support mouse over for individual markers as it does not use Google v3 API.

    Best regards,
    Petteri

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

The topic ‘Mouse Over’ is closed to new replies.