Why does the map sometimes load without the search or map controls?

If you notice that every now and then the map might load without any or some controls on top of it (like the search navigation, zoom or marker legend controls), it could be that our widget's internal iframes are being wrapped by other code on your website.

The way to check for that is to right click on the map and inspect the element. This is what normal iframes looks like:

iframes

Notice that they're next to each other, and are not directly wrapped by any  <div> elements.

If you do notice that the code does not look the same, check that your website's plugins do not wrap iframes in any custom elements.

And as always, if you're having trouble figuring out any issues -- please reach out to us and we'd be happy to take a look!