100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] MouseOverHi @helondeth,
No, I think there are too few use cases where this would be beneficial – at the moment.
However – you can always try to “simulate” a click via JS.Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Slow load on homepageHere is the solution to this issue: https://www.open-user-map.com/knowledge-base/page-loading-is-very-slow/
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Feature Request – Fly to locationHi @ambiolix,
It’s still in the works and on my list for the next major update. Sorry, that it takes so long, but I needed to solve other requests first.
It is still on the table and I’ll let you know.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Slow load on homepageHi @joeguiney,
can you please contact me through the PRO Support form? As soon as we figured out a solution I will post it here for anyone else.
Thanks and best regards,
Daniel- This reply was modified 3 years, 3 months ago by 100plugins.
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] commentsNot yet, but I’m working on this to make this available soon. The WordPress Site Editor is still in beta, but I also believe that this should be the way to go.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] API and location limitsHi @userlogin,
- The map tiles use various prividers (depending on the map style). The address search uses OSM as provider.
- Every request is done directly without a service in between. My plugin does not limit the requests. It may happen that a very heavy usage leads to errors in responses. But so far I’m not aware of that.
- Some users already have a couple of thousand locations on a OUM map – without know issues. However – if you look forward to millions of locations you better should deploy a custom solution that fits these needs.
I’m not sure if I should set limits on my end (the plugin) regarding the usage of the APIs, but I will do further research on this.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] commentsHi @schwimmlehrer,
Actually you can do this already with the Public Pages for Locations [PRO] feature. You find this under Settings > Open User Map > Advanced.
This enables single pages with a comment option. However – you’ll have to take care of the template then.
Another option would be to use the new WordPress hook that is available to modify the output of the location bubble itself. With a bit of coding skills you should be able to integrate a comment function there. I’ve written a Knowledge Base article on how to work with the hook.
Best Regards,
DanielHi @jakemacmanus and @storm6969,
Meanwhile @jakemacmanus reached out via email and brought up a cool solution: With a next plugin update I will make it possible to have a max-height of the location bubbles together with a scrollbar (if content is too long).
Best Regards,
DanielThank you!
Hi @sumitsanadhya,
I can’t share the URL here because it is a production site of my client. Also I fixed the issue there as I wrote before.
The error log showed the error that @satish9807 (see other threads as well, where several people reported this issue) noticed.
Best regards,
Daniel- This reply was modified 3 years, 4 months ago by 100plugins. Reason: added link to other thread
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Display/record GPX dataHi @jakemacmanus,
Thanks for reaching out. This sounds interesting, but unfortunately this is a bit out of scope. I guess you would need something more like a tracking application.
Best of luck with this!
DanielSure.
- WordPress 6.1.1
- PHP 7.4
- MySQL 5.7
- I can’t publish this (client website)
- same as 4.
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Filterable marker categoriesNo. The filter on the bottom left of the map is only applied to the “marker categories”. It has no relation to custom fields.
The way the filter works is:
[x] Apple
[x] Pear
–> Shows all locations that have Apple OR Pear as marker category.Best regards,
Daniel
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Slow load on homepageHi @joeguiney,
I hope you feel better already. Anyway, best wishes to you on this!
Regarding the issue:
%20%20 means there are two blank spaces at the end of the image url. Could you please verify that they are not appended in the database. (i.e. do a database search for img11_666.png and see if the %20%20 is appended)You can also use the Export feature of OUM to export a CSV file. If the %20%20 is in there this means it is in the database. You could then remove it from the CSV file and import your locations again.
I hope this helps,
Best regards,
Daniel