100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Let user edit location marker infoForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Wrong Icons and moreHi @mike666,
I’ve just answered your support request from two days ago. Sorry for the delay.
We will try to fix the issue through the support channel and afterwards I will post the solution over here (in case anyone else has the same issue).
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Insctivate add locationHi @opvab,
Yes, that’s possible. Just use the shortcode
[open-user-map map_type="simple"]to insert a map without the “Add Location” button.
You can find out more about all available shortcode attributes under Settings > Help & Getting started > Shortcode attributes
Best regards,
DanielThis seems to be a new bug in Polylang. For everyone else who needs a quick solution to this:
Go to Languages > Settings > URL Modifications and hit “Save”.
Thanks @marcomstudio for finding this out.
Best regards,
DanielForum: Plugins
In reply to: [Polylang] Polylang Rewrite Rules not firing after WordPress RewriteFor everyone else who needs a quick solution to this:
Go to Languages > Settings > URL Modifications and hit “Save”.
Thanks @marcomstudio for finding this out.
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Import Causing 500 ErrorMeanwhile this has been solved. The problem was an empty line at the end of the CSV file.
The next update will contain a fix where this case will be handled without errors.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] initial open bubbleSure, I will keep you updated when it’s available.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Import Causing 500 ErrorHi @amandahotchkiss,
I need to have a look at the CSV file you are trying to import. Please contact me through the support option on the plugin website.
Best regards,
DanielHi @goldcrest,
Thanks for reaching out. Can you please provide a link to your map? Contact me through the support option on the plugin website if you don’t want to share the URL in public.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] initial open bubbleOkay, this will be a feature with an upcoming update (probably early next year, as other feature requests have more priority)
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] initial open bubbleIf you provide a link to your users like so:
<a href="https//yourwebsite.com?markerid=123">Click me</a>Then the location bubble for the Location with the Post ID 123 will pop up automatically.
I’m afraid there is no other way of achieving this.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Archiving or filtering by dateHi @kub0711,
I would suggest to use Marker Categories to archive last year’s locations (e.g. a cagegory “2022”). Then when rendering the map to the page you can filter for this specific category. See the Help Section of the plugin for more information on filtering by category.
Best regards,
DanielHi @gamax10,
You can enter the address manually when adding a new location. Starting with version 1.3.25 I renamed the address field to “Subtitle” and it doesn’t get auto-populated anymore when the user searches for an address.
So if you’d like to change how the address in the export looks like you need to edit the subtitle field of each location.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] SSL Certificate ProblemHi Lukas,
Problem:
This error happens because Safari is very strict with pages loading non-https content. Your page still loads some http://… content (see developer console in Chrome) and this makes it “unsecure” for geolocating in the Safari Browser.
Solution:
You need to make sure everything on your page is loaded through your SSL certificate. Every http:// in the database must be replaced by https:// You can use a plugin to do this.Best regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Plus button notnworkingThe problem was some CSS code put in the wrong place (Custom JS).