100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Picture on Location MarkerHi @dadams76,
Sure, there is an image upload field available by default also in the free version.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Adding a detailed Street mapHi @dadams76,
Do you mean the Google Street View feature? If so, that’s not possible as my plugin does not use Google Maps functionality.
Tip: Make sure to set a proper Custom “+”-Button Label under Settings > Open User Map > Map Settings > Interactive Map. Currently it shows your address.
Best regards,
DanielHi @wordmax,
I like your idea, but I think that’s out of scope at the moment. This can probably be done with 3rd party PHP code without touching OUM.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Adding Image Breaks MapHi @mesden84,
These “lazy loading” features (of various plugins) can sometimes lead to compatibility errors. This also affects other plugins than Open User Map.
You can try to enable it again – but in the Siteground Lazy Load settings make sure, the “skip-lazy” class is excluded.
I did not test this but it might work. Otherwise you need to make sure Lazy Loading is not enabled for the the page with the map.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Adding Image Breaks MapHi @mesden84,
I need to look at this (the link you’ve provided does not work). Please reach out to me through the support channel on the website. We will figure this out.
Best regards,
DanielForum: Reviews
In reply to: [Open User Map – Interactive Leaflet Maps] Works like a charm!Thanks!
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Limit markersHi @nmerlier,
You would need some expertise in PHP/WordPress programming. The code might be implemented in the functions.php of your theme.
Basically it should add a specific class to the body if the current user is already the author of any location. Based on the existence of the body class you could then hide the “+ Add location” button with CSS.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Limit markersHi @nmerlier,
That’s not possible by default. I assume this can be done with the help of PHP (check if user is author of a location > hide “+” button) but that’s out of scope of Open User Map.
Best regards,
DanielThanks!
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Add location featureHi @nmerlier,
Sure that is possible. You need to use a user manager plugin for this. Please see this FAQ question for details.
Best regards,
DanielHi @lksecl,
Thanks! Here’s my feedback on your requests:
- Yes, that’s planned actually. This will probably become available within a couple of weeks. I can keep you in the loop.
- Yes, that’s also planned (but less priority). You could already achieve this by customizing the output of the location bubbles. Here is an article on how to do this.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Open URL in new window/tabHi @pb75,
It’s not possible by default, but you can always customize the output of the location bubbles to achieve this. Here is a tutorial on how to do this.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Edit existing location by usersplease see this FAQ post.
Basically you need to use a Role Manager plugin to assign the named capabilities to your users (their user role). After that they will see their locations listed inside the WordPress dashboard.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Smaller font size regionsThanks for the nice words! Just use the CSS style like this:
.open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item { color: #50217B; font-size: 12px; }If it doesn’t work add a !important after the values.
Best regards,
DanielMany thanks!