hupe13
Forum Replies Created
-
Forum: Plugins
In reply to: [Extensions for Leaflet Map] where the code should be written?iconClass="gasstation"
is for grouping, the string between[leaflet-marker ...]
and[/leaflet-marker]
is the popup.If you don’t have different icons for the groups you can use
leaflet-extramarker
. See examples:Forum: Plugins
In reply to: [Extensions for Leaflet Map] where the code should be written?These shortcodes work as expected?
[leaflet-map fitbounds]
[leaflet-marker lat=... lng=... ...]hospital[/leaflet-marker]
[leaflet-marker lat=... lng=... ...]gas station[/leaflet-marker]
[leaflet-marker lat=... lng=... ...]market[/leaflet-marker]
...And now do you like to group these? Have the markers different icons? One icon for hospital, an other for gas station, etc.? How are your shortcodes?
- This reply was modified 2 months, 2 weeks ago by hupe13.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Gesture HandlingSee here. Maybe I can’t help you, the woodmart theme isn’t free.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Gesture HandlingDo you have an URL to a test page?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapYou can write the whole popup content (with the distance) in a custom field or in an ACF now. Only {permalink}, {title}, {thumbnail}, {categories} and {link} can be with curly brackets and are replaced. Example.
Forum: Plugins
In reply to: [PWA for WP & AMP] Stable TagIt is right now, thank you very much.
Forum: Plugins
In reply to: [WP GPX Maps] Broken signing in for Thunderforest API key?I tested the plugin again, my very simple track works with Thunderforest. But there is a typo in
js/WP-GPX-Maps.js
:outddors
should beoutdoors
. There are some fixes for php 8. My backend looks different: https://imgur.com/jcWM5ls. I’m running WordPress 6.6.1 and php 8.3.Other reasons may be an incompatibility with your theme or any other plugin.
Forum: Plugins
In reply to: [Leaflet Map] LEAFLET map does not display / render properly inside tabI’ve had another look at your tabs. Have you changed anything on your test page? Everything looks right now. The errors in the iframe relate to Mapbox not being able to load, there’s something wrong with the API.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapleaflet-geojson
uses the syntax with curly braces to get the properties from the geojson elements in the popups. So I will use the same syntax.I think the way I’ve thought about it now will be perfect (until someone comes up with a new idea). ??
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapShould I provide the categories, permalink, title (and thumbnail(?)) for use with curly brackets {categories} {permalink} {title} like for geojson?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapForum: Plugins
In reply to: [Leaflet Map] LEAFLET map does not display / render properly inside tabIt is the way, how leaflet-map loads a map. There were threads about this in Support: for example here.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapPlease test it again. You must “click” or “touch” (with one finger), then it begins to work if it is no hash. If you zoom it with two fingers as first action it does not work.
If you call it with a hash, it works immediately.
Changed: It does not work correct always with the hash in the original URL. It is an interaction with browser cache, lat, lng, zoom resp. fitbounds from leaflet-map and the hash.
- This reply was modified 3 months ago by hupe13.
Forum: Plugins
In reply to: [Leaflet Map] LEAFLET map does not display / render properly inside tabYou can’t display a map within a tab because Leaflet Map does not work in that way.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapTry it again.