FieldtypeMapMarker
FieldtypeMapMarker copied to clipboard
hidden inputfields
I guess Google has changed smth in the script that draws map. Currently inputfields are hidden.
To fix the issue - add "clear:left" in InputfieldMapMarker.module, line 161
"style='height: {$height}px;clear:left;' " .
Repost from here: https://processwire.com/talk/topic/9711-map-marker-map/?do=findComment&comment=128628
Thanks, I have pushed this fix.