100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] Add multiple maps to my websiteHi @tunecreators,
Each map block (or shortcode) can have individual attributes and filters. So it is possible to have:
- individual initial map position (geocoordinates or region)
- filter by individual markers
- filter by marker categories (PRO)
- switch map type (simple or interactive)
- individually disable several map features (current position, search, etc..) (PRO)
You will find more info on how to do this under Open User Map > Settings > Help & Getting Started > Shortcode Attributes
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Photos in the postHi Junior,
At the moment this is not possible. I’m planning to offer this with a future version but this will take a bit as other features have a higher priority.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] CSV file has locations in it but not importing correctlyForum: Reviews
In reply to: [Open User Map] This is a brilliant software :-)thanks!!
Forum: Plugins
In reply to: [Open User Map] Advanced filtersNo, this won’t work. A 3rd party application could not control the markers on the map.
But you are right, all markers are Custom Post Types (oum-location). So it would be possible to filter locations and do something else with them. But this is not in scope of my plugin.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Map position when returning from the public page.Right now this is not possible. But I can put this on my feature queue for later on. It makes sense, but has no high priority at the moment.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Limit the number of characters ?Hi @hjartstrom,
No that’s not possible. But if it gets too long scrollbars would appear.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] WordPress Hooks to override the ‘Read More’ part of bubbleHi @liminalearth,
You would need to build the whole bubble content to do this.
This is the current code that builds the read more link:
$link_tag = '<div class="oum_read_more"><a href="'. get_the_permalink($location['post_id']) .'">' . __('Read more', 'open-user-map') . '</a></div>';Hope this helps!
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] DoubtsThis is the only tutorial I have on hand. Maybe you can ask someone with PHP skills to help you.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Link Google Maps Public Page!Hi Junior,
This is not possible yet – but I’ve just implemented this feature and it will become available with the next update (Version 1.3.34).
Then to use it just use the shortcode like this:
[open-user-map-location value="route"]Best regards,
DanielForum: Plugins
In reply to: [Open User Map] CSV file has locations in it but not importing correctlyHi @dustindouty,
Are you importing from another Open User Map? When importing new locations you need to make sure the post_id column has no values. Otherwise the import will try to find and overwrite existing locations with these post_ids.
Does this help?
Best regards;
DanielForum: Plugins
In reply to: [Open User Map] DoubtsHi Junior,
- No, that’s not part of my plugin.
- Currently only a single photo is possible. But this is already a feature request from other users as well. So it will be possible in the future.
- Yes, you can choose if the popup should be fullscreen or not.
- Correct. The text is customizable (Subtitle field)
- Yes. This is translatable with the usual translation plugins.
- With a bit of PHP understanding you can fully customize the content of the location popups. Here is an article.
- No, not part of my plugin. I guess it would be possible with a custom solution. I will provide a new Hook for filtering the locations with an upcoming update.
- FSE is not necessary. You can do this with Elementor as well.
Thanks for using Open User Map and best regards,
DanielForum: Plugins
In reply to: [Open User Map] Can Map be tied to Users?Hi Rick,
You can activate a specific feature to extend the registration form with a map so the new user can set a marker while registering. And to integrate user infos and a profile link to the location bubbles please read this article. It describes how to customize the location bubbles.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Wrong Icons and moreThis is solved. Problem with the icons happened due to a local configuration issue outside of Open User Map.
Forum: Plugins
In reply to: [Open User Map] Restore Open User Map entries in new WordPress DatabaseHi Alex,
I’m sorry your site got hacked. :/
You are correct that post type “oum-location” needs to be transferred to the new database. But there are post meta data as well. It is also possible that the IDs would conflict with existing ids.
Solution:
Use the PRO version of Open User Map (Trial available). There you can use the Export & Import feature.Best regards,
Daniel