100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] Need HelpHey @capehart928,
It looks like you’ve managed the import successfully. So I will mark this thread as resolved.Btw your site is very slow right now. Not only the page containing the map but all other pages too.
Best Regards,
DanielForum: Reviews
In reply to: [Open User Map] Love itThanks a lot @tinevancorenland!
Forum: Plugins
In reply to: [Open User Map] Allow auto-publish for unregistered usersThanks @teamemilie! Will be fixed with the next update.
Forum: Plugins
In reply to: [Open User Map] Diacritics in titleForum: Plugins
In reply to: [Open User Map] Need HelpHi @capehart928,
The best way to import would be to do an export first (create at least one single location before). Next you should merge your 8000 locations exactly into this structure that is provided by the export file. Leave the post_id column empty. Then import the CSV file.
I would also recommend to start with a lower number of locations first.
You will find detailed instructions on Export & Import under Settings > Open User Map > Import & Export.
Please let me know if it works.
Best Regards,
Daniel- This reply was modified 3 years, 6 months ago by 100plugins.
Forum: Plugins
In reply to: [Open User Map] Slow load on homepageI will close this issue due to inactivity. Feel free to reach out to me anytime.
Forum: Plugins
In reply to: [Open User Map] How to delete pinned location in front endHi @angeloevora,
Thanks for reaching out! If you are Admin of your website you can delete the locations in the same way you would delete posts or pages. You’ll see all locations in the WordPress Dashboard under OUM Locations.
If you want to know how registered users can delete their locations please see this FAQ post. Your registered users need to have specific capabilities to do this. And they must be logged in of course.
Best Regards,
DanielThanks @teamemilie! And sorry for the delay. This has been solved already but the release is not public yet. I will publish the next update in a couple of days.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Is this possible?Hi @marko2002,
What you can do is show the specific location data with the shortcode
[open-user-map-location value="Question 1" post_id="12345"]. This will render the selected answer for this location. However, this does not add up the values of all the answers given.But you could write a function for this on your own. Therefor make use of the PHP function
oum_get_location_value( $value, $post_id )which does basically the same as the shortcode mentioned before but returns the value for further processing.Please find more information on this under Settings > Open User Map > Help & Getting Started.
Best Regards,
Daniel- This reply was modified 3 years, 6 months ago by 100plugins.
Forum: Plugins
In reply to: [Open User Map] Search in mapHi @flankerand,
users can search for addresses and businesses worldwide (address search in the top of the map) but not specific location markers yet. But this is already planned and has highest priority already. So this will probably be possible with the next release.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Map not appears in location page (single page)Hi @flankerand,
Thanks for reaching out!
The location map (and other location details) do not appear automatically on the single page. This is because every theme layout is different.
Solution:
To place individual location data you have to use this shortcode:[open-user-map-location value="title"] [open-user-map-location value="map"] [open-user-map-location value="lat"] [open-user-map-location value="lng"] [open-user-map-location value="text"] ...You will find more infos on which values you can use under Settings > Open User Map > Help & Getting Started > Additional Shortcodes.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Slow load on homepageActually it is very likely that the issue with the %20%20 at the end of each image URL is the main reason for the slow load.
You can try it out by calling this example URL https://isdemo.limerick.ie/wp-content/uploads/2022/08/img11_666.png%20%20 in the browser. It takes 2.6s only to redirect to the correct URL.
Forum: Plugins
In reply to: [Open User Map] Slow load on homepageThere is another thing you could try. This was the solution for another clients website:
Find and Replace the absolute image urls with relative urls. (eg. https://isdemo.limerick.ie/wp-content/uploads/2022/08/img11_666.png –> /wp-content/uploads/2022/08/img11_666.png) You could use the Export & Import Feature to do this.
And I just noticed that all your image url currently have an %20%20 at the the end. This could also be a reason why it is loading so slow.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Cluster PinsHi @hhuesca,
You can do this with CSS:
.open-user-map .marker-cluster { background-color: rgba(255, 111, 105, 0.6); } .open-user-map .marker-cluster div { background-color: rgba(255, 111, 105, 1); }Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Change/Edit base mapHi @s2klesch,
No, this is not possible yet. The map style has too many code relations to make this fully custom. However – with the next update OUM will be based on the newest Leaflet.JS. Also new map styles are coming. I can let you know when these are available.
Best regards,
Daniel- This reply was modified 3 years, 6 months ago by 100plugins.