100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] admin image upload in wrong directoryHi @abyz12345 ,
Yes, that is the intended behaviour. When uploading images from the backend the media library should be involved. Authors should have access to their uploaded pictures. On the other hand unauthorized users should not be able to upload images to the media library file structure. That is why there are two separate storage points.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Plugin doesn’t appear under blocksAlright, cool.
Forum: Plugins
In reply to: [Open User Map] Starter mapI’m closing this due to inactivity. Please reach out to me again, if the problem persist.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Open the “Add location” form javascript not workingHi @amarantine,
As long as you are seeing a “+” button in the top right of your map, that is clickable – this script should work:
document.querySelector('#open-add-location-overlay').click();Pay attention to the type of single quotes. Alternatively you can also use double quotes.
Does this help?
Best regards,
Daniel- This reply was modified 2 years, 1 month ago by 100plugins.
Forum: Plugins
In reply to: [Open User Map] Plugin doesn’t appear under blocksHi @wrcgn,
That’s strange indeed. Are you using Gutenberg or Elementor? And does the Shortcode [open-user-map] work ?
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Search by dateHi Sarah,
The marker search works for all content fields of a location. So if you would add a field “date of the sighting” the search would find this text value as well.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Change text /oum-locationForum: Reviews
In reply to: [Open User Map] Open to new ideas too!Thanks!
Forum: Plugins
In reply to: [Open User Map] Search by dateHi Sarah,
Although it is not exactly a date search you can use the Marker Search for filtering by dates as well. Try a search for “August” on this demo.
You could edit the default label of the search field to something like “Search for month or year”.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] edit_oum-locations not workingHi,
You need to ensure to add the ‘upload_images’ capability as well. Please see this FAQ post.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Is There An Official Github Repo For The Plugin?Hello Joe,
I will ship a solution regarding the missing attributions with the upcoming update of Open User Map. And I will take into consideration to add an additional demo that only shows free features to make this more transparent.Other than that I’ve noticed you are offering your own map plugin as well. I don’t think it is good practice to target other map plugins on the market with things like naming or providing a public repo under your own account.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Report incorrect markerHi @hulivili,
This is a feature I’ve planned for a later release. If you want a simple way of doing this now please see the code example here in the section about the Flag button.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] translating pins with WPMLForum: Plugins
In reply to: [Open User Map] How do I keep the images from being cropped?Hi @rawkus2g,
Just add this CSS code to your theme:
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_image img { object-fit: contain !important; aspect-ratio: auto !important; }Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Starter mapHi @drhitch54,
You should be able to set the default map start focus in the plugin settings:

Do you see this map under Open User Map > Settings > Map Settings > Initial Map View?
If not, please have a look if there is any Javascript error thrown by the browser on this settings page.
You can also reach out to me directly through the support form here.
Best regards,
Daniel