I followed the basic guidelines for displaying a Google Maps waypoint. But the controls (+/- and zoom-in scale) are broken. I have no idea on how to start debugging this. I have 2 warnings in the js console but related to the fb like widget.
Hi @pax
The ACF plugin does not provide support for 3rd party API’s such as Google Maps.
The code offered is a sample example, however and bugs you encounter due to conflicting JS libraries will need to be asked on another forum.
Thanks
E
I fixed this by adding the following to my stylesheet:
.gm-style img { max-width: none; }
This reply has been marked as private.
Thanks heaps, i had the same issue.