[Plugin: WP Flexible Map] Prevent Infowindow displaying
-
I am using the WP-Flexible-Map plugin to display KML data and i would like to know how to prevent google-maps markers from displaying an Infowindow!
Initially, i tried using an iframe with this code to stop it displaying: “iwloc=&” as described here:
But it didn’t work. From reading other posts, it seems WP might possibly be stripping out some code!
Now for other reasons, I’ve decided to avoid using an iframe.
Reading the KML Reference Guide suggests that i should be able to add the following to my KML file to prevent the infowindow being displayed:
<BalloonStyle><displayMode>hide</displayMode></BalloonStyle>I can’t get this working either. Does anyone know how to do it, or have a relevant suggestion?
Many thanks
- The topic ‘[Plugin: WP Flexible Map] Prevent Infowindow displaying’ is closed to new replies.