100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] API to create a markerHi @ivitae,
Unfortunately not. However you can try to program a custom solution. A good starting point would be the ajax_add_location_from_frontend() function in the BaseController.php.
This function handles the input coming from the “Add location” form.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Set the popup positionHi @vahidmali,
I assume this is related to the right-to-left reading direction which is setup in your html.
A quick fix would be to add the following CSS code to your theme:
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup {
margin-right: -251px;
}This would place the popup in the right spot.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] How to disable Zoom message?Hi @marcoh2021,
This message appears on Windows, on Mac it is a ⌘ symbol. It should guide the user on how to zoom in/out with the mouse scroll wheel.
If you want to disable this message and therefor allow scroll wheel zoom by default, please go to Open User Map > Settings > Map Settings > Scroll Wheel Zoom and enable this option.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Tooltip display problemThis is not possible. Only one tooltip can be open at a time.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] keep region in fixed positionHello @annevoelkel,
No, it is not possible to keep the map fixed in this pre-filtered region.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Bug sur Click souris sur la carteokay, great you’ve already solved it.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] How to disable Zoom message?HI @marcoh2021,
Do you experience the same issue on the demo map? If not please reach out to me via website with a link to your map and an info on the device you are using.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] repostion Search for Address (Geosearch)Hello @annevoelkel,
Unfortunately the address search bar can not be placed outside of the map. This only works for the marker searchbar.Best regards,
DanielForum: Plugins
In reply to: [Open User Map] API to create a markerHello @ivitae,
The locations are available via the WordPress REST API but just for reading.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Tooltip display problemHi @jocoweb,
Please have a look in the WordPress dashboard under Open User Map > Settings > Help & Getting Started > URL Parameters.
Basically you can add a parameter to your page url like ?markerid=123 to load the page with the map. This will then automatically focus and open the location with post id 123. Click here to see an example.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Performance problems when loading the mapOkay, good to hear that the caching solved the problem. And thanks for the hint to the Enfold theme.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Performance problems when loading the mapHello Anne,
The script does not work because it is missing the single quotes in line 21. Please copy and paste the script again and it should work.
However – this will not help with a faster loading of the page. If you want to reduce the number of locations on this map by displaying just a specific category, you should use the “type” Shortcode attribute or the corresponding filter setting in the block.
Other than that – have you tried to install a page caching plugin to serve a cached version of the map?
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Move the OUM stylesheets to topI’m glad you’ve found a way to make this possible on your page. The reason for OUM not to do it this way is, that the plugin styles need to reset some theme styles to be widely compatible. However – the theme should still have the chance of overriding these resets with !important.
Btw. I’ve marked this post as resolved as your question has been answered.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Override template files?Hi @gwmbox ,
At the moment OUM provides three hooks:
- Customize location bubble content
- Customize location list item content
- Customize location bubble image (eg. to add a lightbox)
You can find more details on how to use each under Settings > Help & Getting Started.
I will provide more template hooks in the future instead of implementing an overridable templating system. I think, this is the better approach.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] multiple marker categories and custom marker icons@synergyhub You can do this with Open User Map Pro. Just make sure to have the Allow multiple selections under Settings > Filter to be disabled. Then each location will be represented by its category with the corresponding category icon.
Best regards,
Daniel