100plugins
Forum Replies Created
-
Hi @wordmax,
I’m already using the library you’ve mentioned. Unfortunately the Google auto complete does not work well, as Google had separated the places and the address api. From my tests HERE works pretty well as geosearch provider when it comes to businesses.
Can give me some examples that did not work for you? I will try other providers as well.
Best regards,
DanielI just did a quick test, but using this kind of filter seems to work:
add_filter( 'register_post_type_args', function ( $args, $post_type ) { if ( 'oum-location' === $post_type ) { $args['rewrite']['slug'] = 'locations'; } return $args; }, 10, 2 );Don’t forget to save the WordPress Settings > Permalinks page again after adding this to your theme. This ensures new rewrite rules are applied.
Best regards,
DanielHi @beelounge,
Thanks for reaching out!
- You don’t need to worry much about spam prevention, as the form is hidden in the first place and needs an active click to become active. As far as I know from other customers spam is not an issue.
- To point the bee at the exact point have a look here. This article describes how to style the marker icon in case it has not the default dimensions (50×82 pixel).
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] geolocation and satellite imageHi @randyhh,
Thanks for reaching out.
- You can choose between different map styles. These styles are free but sometime are not as detailed as a commercial Google Map would be. However – I’m planing to extend the available map styles and a satellite view will be amongst them.
- see 1.
- I recommend the custom marker should be of a 50×82 pixel size. If you need a different dimension of your markers please have a look here.
- A kml upload is not possible. But there is an Import feature you may want to use to import a larger amount of locations.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Map of country with locationsHi @earl_d,
You don’t need to use regions at all to show a specific area of the world. You can either specify the “Initial Map View” in the settings globally or you set an individual “Custom Map Position” in the Block. In case you are using the Shortcode set the attributes lat, long and zoom to have an individual map position.
Best regards,
DanielForum: Reviews
In reply to: [Open User Map – Interactive Leaflet Maps] Perfect PluginThanks!
Hi @earl_d,
This doesn’t work as disable_regions=”true” disables the regions feature for this map entirely. However – you can just hide it with CSS:
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap { display: none !important; } .open-user-map .box-wrap.oum-regions-layout-2 > .map-wrap { width: 100% !important; }Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Custom post typesHey @earl_d,
Yes it is. Just enable Regions in the Settings (and add some regions of course). Your maps will have the regions sidebar by default. To hide the Regions-Sidebar use the shortcode attribute disable_regions=”true” like so:
[open-user-map disable_regions="true"]This will hide the sidebar for this individual map.
Best regards,
DanielI will let you know when #5 is ready.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Categories?Hi @earl_d,
Sure it does. You can enable “Marker Categories” and then use these to pre-filter individual maps. Just make sure the maps are on different pages of your website.
Best regards,
DanielHi @jaim,
- That’s not available with Open User Map. It may work with a 3rd party plugin.
- The user restrictions work with Membership plugins. For example, you could offer the “Add location” feature to registered users only.
- Please see this support article to learn how to delete old locations.
- Google maps changes the view to an earth (sphere) view on zooming out. It’s not possible yet, but I will look into this.
- This is planned for a very next release.
- Yes. Within Divi builder you can use the Shortcode to render the map.
Best regards,
DanielHi @wordmax,
with the most recent update (v.13.21) you can now choose from different geosearch providers (PRO). I’ve added “Geoapify” and “Here” as they provide good service for a low price. Both providers offer a Free Plan, but you’ll need to get an API Key.
The new option is available under Settings > Open User Map > Map Settings > Geosearch Provider
Best regards,
DanielHi Marvin,
the link you’ve provided doesn’t work. But in general OUM has a feature called “Regions” that’s exactly meant for this case. Watch this video to see it in action.
Alternatively you can have multiple maps filtered by individual marker categories. But the maps must be on different pages of your website.
Best regards,
DanielHi @nmerlier,
The single.php file is very likely involved. It depends on the template structure of your theme. But by default WordPress looks at the single.php file first.
Here is a support article that should get you started.
Best regards,
Daniel - You don’t need to worry much about spam prevention, as the form is hidden in the first place and needs an active click to become active. As far as I know from other customers spam is not an issue.