Plugin Contributor
hupe13
(@hupe13)
It works with WordPress 7! What does not work for you? Or is it only the information “Tested up to 6.9.4” what bothers you?
Thread Starter
omaggi
(@omaggi)
I’ve been using WordPress 7 for two days now, with the Elementor plugin recently made compatible with the new version of WordPress. I have an Opentopomap with numerous starting points for hiking trails (https://amicidellamontagna.net/sentieri/). When you click on one of the points, instead of displaying the map with the trails starting from that point (like this https://amicidellamontagna.net/sentieri/altrisentieri/), the window you can see appears.
Plugin Contributor
hupe13
(@hupe13)
Which Elementor widget are you using for creating maps and markers? Shortcode widget?
Thread Starter
omaggi
(@omaggi)
I use this shortcode to highlight one of the hike tracks starting points
[leaflet-map
mapid=topo]
[layerswitch mapids=sat providers=”Esri.WorldImagery”]
…
[leaflet-marker lat=42.206 lng=13.519] [leaflet-marker]Rocca
di Mezzo[/leaflet-marker]
…
[fullscreen]
[zoomhomemap]
and this other shortcode to display the hike tracks
[leaflet-map mapid=topo]
[layerswitch mapids=sat providers=”Esri.WorldImagery”]
[leaflet-directory src=”/roccadimezzo/” elevation]
[multielevation !distanceMarkers summary=”inline”]
[fullscreen]
Plugin Contributor
hupe13
(@hupe13)
[leaflet-marker lat=42.206 lng=13.519] [leaflet-marker]Rocca
di Mezzo[/leaflet-marker]
You have a typo: Delete the second “[leaflet-marker]“.
-
This reply was modified 5 days, 21 hours ago by
hupe13.
Thread Starter
omaggi
(@omaggi)
Thank you very much, it works!