100plugins
Forum Replies Created
-
Hi @cybernijntje,
Are you using some page speed / caching plugin? If so, please reset the cache. The text in the mobile version of the location bubble should be visible. You can try it on my demo page.
I can see another issue on your page:
The result list of the address searchbar shows white text on white background. I will fix this with the next update. Meanwhile you can fix it yourself with this CSS code:.open-user-map .leaflet-control-geosearch.leaflet-geosearch-bar .results { color: #333; }Please let me know if the cache issue is solved.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Translation WPMLHi @mkemala,
which strings do you mean exactly? The location infos itself or the labels etc.?
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Map loading in minutes.Good Morning George,
That’s good news – however I didn’t do anything.
So it must be an issue with your hosting. If it ever happens again you should probably ask your hosting service. Maybe it’s a shared server and some other user had very high traffic at that moment.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Map loading in minutes.Hey @jgvh,
I just checked again your page and at the moment it loads very fast. Did you already change something?
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Map loading in minutes.Hi @jgvh,
Yes, I can see that your page doesn’t load properly. Can you please try this workaround? It is very likely that the issue is caused by some incompatibility with SSL.
Please let me know if this worked.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Mobile OptimisationHi @themecanvas,
Yes, I’m aware of this behaviour and I’m already working on a solution to have a better UI on mobile. This will be part of the upcoming release.
If you want to have a quick fix though, you can try out this hack in the Knowledge Base.You can also set a fixed height of the location bubble and make it scrollable as described here.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] OUM Locations ans SEOHi @storm6969,
Actually the locations should be visible to Google. You can see this in the source code of a location single page where it reads
<meta name='robots' content='index, follow, ...You should probably check with a SEO tool or Google Search Console if there are problems with visibility.
The Yoast Plugin can only read and analyze the Content Editor text and not the values rendered by Shortcode or PHP. You can just ignore that as Google looks at the whole page and will see the fully rendered content.
Pre-populating the “Focus Keyword” field from the Yoast Plugin is not possible though.
Best Regards,
DanielHi @runboy88,
The H3 gets the color that you can set under Settings > Open User Map > Map Settings > UI color. (PRO Version)
You can override the color with this more specific CSS snippet:
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou > h3 { color: red !important; }The > symbol gives it more weight so it will override the other setting.
Best Regards,
DanielPS: If you are happy with the plugin & support please consider dropping a quick review here. This helps us a lot to reach a broader audience. Thank you!
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] URL Parameters to fill formForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] maxlength=”?”Hey @hjartstrom,
That’s only possible for custom fields and not for the default description.
Sometimes it happens that the content is so long that the location bubble gets too big. With the next update the location bubbles will get scrollbars to prevent this.
Meanwhile you could use some css to get the scrollbars:
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content { max-height: 400px; overflow-y: scroll; }Best regards,
Daniel- This reply was modified 3 years, 3 months ago by 100plugins.
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Satellite map style exists?Hi @rullezz,
Thanks for reaching out. A specific satellite map style is not available yet. However there are currently 8 different (5 in the free version) styles to choose from. You can try all of them by starting a free PRO trial.
Best regards,
DanielHi @wordmax,
Thanks for your suggestions. A “Flag” option as well as a “Like” option is planned. ATM you could implement this on your own by using a WordPress Hook to customize the output of a location bubble.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Get list of locationsHi sunes,
A list/table or kind of query builder is not available at the moment. But you could build something on your own. There is a PHP function that returns the individual value for any field of a single location:
oum_get_location_value( $value, $post_id )$value can be of any kind, also a custom field. Please see the “Help & Getting Started”-Section in the plugin settings for more info.
So you could use this within a loop of all posts of type oum-location and fetch the necessary data. For sure you would need some PHP skills, but it is possible to do this.I’m planning to implement a shortcode to get this done in the future.
Thanks,
DanielForum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Localization ProblemHey @ivitae,
I‘ve replied to your email request last week. Let me know if you need further assistance and I will post the solution here as well.
best regards,
Daniel
Forum: Plugins
In reply to: [Open User Map – Interactive Leaflet Maps] Limit Users to one locationHi @wendellh,
Thanks for reaching out. A limitation as you have described is not an available feature. I guess the best way to deal with this would be to sort them out during approving process.
Other than that, it should be possible to program a PHP condition that shows/hides the map based on an already existing location post from the current user. For sure that is a bit more complicated and needs some coding skills.Best regards,
Daniel