Marker Map Mate controls display issue

@sudsy I just purchased the plugin as in the demo it looks like it is exactly what I have been in need of.

I placed the plugin element onto the page and followed the instructions. At this point I am simply trying to remove the zoom, full screen and the map type controls.

I have things set up correctly I think, but the zoom, full screen and map type controls are still visible.

After first setting things up and not getting the expected behavior I quit my browser, reopened the browser and delete all cookies and cache, quit the browser again and then reopened and navigated to bubble to open my app.

Still after doing this nothing has changed. I am using google chrome and had no issues with the demo from the plugin page functioning properly in my browser.

Any ideas what might be the issue?

The plugin element is placed directly onto the page. The map is contained in a group.

Can you PM me a link to the page? I’ll have a look. Just the preview page - not the editor.

Oi! I just glanced at the code, and I think I see the issue - an embarrassingly simple logic oversight! :open_mouth:

Add a style - any style - to the Marker Popup Styles field in the properties editor. For example, try the following…

p {
   font-size: inherit
}

…and let me know if that works.

Basically, it looks as though the Marker Popup Styles field must not be empty in order to honor the other plug-in settings (a silly oversight on my part). Of course, if you’re planning to style the marker popups anyway, just go ahead and add the actual styles you intend to use.

If that does the trick, I’ll push a fix early this coming week. Please let me know. Thanks for making me aware of this, @boston85719.

Sweet, that did it. Thanks for the help on that.

No prob, and sorry for the hassle! I’ll push a fix this week. Thanks for bringing it to my attention.

1 Like