100plugins
Forum Replies Created
-
Forum: Reviews
In reply to: [Open User Map β Interactive Leaflet Maps] Very useful pluginThanks @oriolmarti !
Forum: Reviews
In reply to: [Open User Map β Interactive Leaflet Maps] Developer support is helpfulThanks @geralddrissner! π
Hi @mshea28,
the workflow on how to add a single view template for a custom post type is different for any theme and page builder.
Variant 1 (involves PHP):
I’ve found a little documentation for the GeneratePress theme: https://docs.generatepress.com/article/setting-up-a-simple-custom-post-type/
Variant 2:
You can use Elementor to build the template. Here is the tutorial: https://elementor.com/blog/design-your-single-post-template/
To render location information inside the template just use shortcodes [open-user-map-location value=”Favorite color”] as described in the plugin’s Help section under Additional Shortcodes. You would need to have the PRO version to do this.Best Regards,
DanielHi @ivitae,
There shouldn’t be any visible icon on the map if you click on the “Show me where I am” button. Please contact me via the PRO support and send some screenshots. What Browser/OS are you using?
Best regards,
DanielHi @ivitae,
I was just testing on Chrome and Firefox on Mac. Both work in the way that the browser keeps the last location. I guess it depends the OS. I can’t handle this form the plugin side.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map β Interactive Leaflet Maps] Get list of locationsA function like that is not included. You will have to do this on your own with the help of PHP. I would recommend searching for “wordpress get all comments”.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map β Interactive Leaflet Maps] CTRLHola @josenovo ,
Lamentablemente, por el momento no es posible. Se supone que el mecanismo de desplazamiento y zoom funciona asΓ porque se ajusta a la mayorΓa de los casos de uso.
Saludos cordiales,
DanielEN:
Hi,
Unfortunately that is not possible at the moment. The scroll & zoom mechanism is supposed to work like that because it fits most use cases.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map β Interactive Leaflet Maps] API and location limitsI’m closing this due to inactivity. Please reach out again if you have further questions.
Forum: Plugins
In reply to: [Open User Map β Interactive Leaflet Maps] Translation WPMLHi @mkemala,
please contact me through the Support Option on the plugin website. If this is an issue with the PRO version we will figure it out from there.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map β Interactive Leaflet Maps] Integrate with StreamTubeSure, would be cool! Are you the author?
π
Thanks @ivitae!
Forum: Plugins
In reply to: [Open User Map β Interactive Leaflet Maps] Translation WPMLDid you install and activate the “String Translation” Add-On for WPML? That is necessary for translating strings of a plugin or theme in general.
After install you have the option to scan “Open User Map” for translatable strings. After that you can start translating.
I just tried it myself and it worked.
Best Regards,
DanielAnd if you’d like to prevent the fullscreen view on mobile devices at all, just add this CSS:
.open-user-map #location-fullscreen-container.visible { display: none !important; }You already have other additional CSS code in action which actually conflicts with the new one.
- Please comment out color here:
.leaflet-control-geosearch *, .leaflet-control-geosearch *:before, .leaflet-control-geosearch *:after { /* color: white !important; */ font-family: 'Montserrat'; font-weight: 400; }2. And if you want to fix the address search input field you should add color here:
textarea, input { background-color: #222 !important; color: #333 !important; }Best Regards,
Daniel