100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] Automatically scroll down to map when trying to scroll upI’ve just replied to this in your other ticket – so I’m closing this one.
Forum: Plugins
In reply to: [Open User Map] Add class to custom fieldsThat is a good idea indeed. Will be available with the next update!
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Override template files?Forum: Plugins
In reply to: [Open User Map] Move the OUM stylesheets to topHi @gwmbox ,
This is not adjustable by the plugin itself. I would recommend to make use of the !important flag to ensure your styling rules will override the default ones.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Postcode search result scrolled autoHi @ferezf,
This is hard to debug from my end. But I know this does not happen on a default installation of Open User Map (like here). So this must be a special issue on your website and is probably caused by a third party plugin.Please disable all other plugins and activate them one by one to see when the issue starts to occur. You can use the free Health Check & Troubleshooting plugin to test this while your page visitors will not see any difference.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Performance problems when loading the mapHi @annevoelkel,
317 locations is not too much. I have seen pages where they have 3000+ locations on a map without loading issues. The geo-coordinates are stored in the db and everything is loaded into the HTML of the page. Have you tried to provide a page HTML caching with the map page?
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Request for advice + advicesHi @mujnapoj,
Sorry for the delay. Here is my feedback:
- We’ve had a marker in the past but this seemed to confuse people and they missed setting the actual marker.
- Thanks for your ideas on the filterbox design. I will implement the scrolling mechanism at least.
- You can. Each location would show its category icon if you disable the “Allow multiple selections” under Settings > Filter.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Cronjobs repeat themselves | Still need support!Freemius has made this update available and it’s implemented in Open User Map since the end of last year. This is not a problem caused by Open User Map or the included Freemius SDK.
Forum: Plugins
In reply to: [Open User Map] Show only specific region in specific pagesHi @sergiosergio,
This is not possible by default. However – you could hide the unwanted region tabs with CSS styles.
The following CSS code hides all region tabs other than the preselected region:.open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item:not(.active) { display: none; }Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Dark theme results in unreadable marker selection and bubleTo fix this for the dark theme please use this CSS for now. I will fix this with the next update.
.open-user-map .leaflet-control-geosearch .results { color: #333; }Forum: Plugins
In reply to: [Open User Map] Dark theme results in unreadable marker selection and bubleHi @abyz12345,
I’m sorry! The last update (1.3.41) contained a bug that could cause a missing filterbox. I immediately fixed this problem and just released 1.3.42. Please update!
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Cronjobs repeat themselves | Still need support!We’ve investigated this further. This issue is not caused by the plugin.
Forum: Plugins
In reply to: [Open User Map] Open the “Add location” form javascript not workingThanks @amarantine! Feel free to leave a review here if you are happy with my plugin.
Best regards,
DanielHi @alejandra-gris,
At first you should use the dedicated image field to show an image in a location popup. Don’t use the description field for this.
Secondly you can style the width of the popups width this CSS code:
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content { width: 250px !important; }Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Automatically scroll down to map when trying to scroll upI‘m closing this due to inactivity. Please reach out to me again, if you need support.