Popups and/or tooltip not showing
-
Hi! So I’m new to integrating maps on a website. This is my first attempt to see if it will be working at all. I might be doing it completely wrong and not see something very obvious (sorry!) I need multiple markers on a map and a popup and/or tooltip with a name and a link to an anchor further down the page. (I’m going to work on a more fancy version as soon as I understand the basics.)
I have the leaflet map (and the extensions) plugin installed and activated. Leaflet map is set up with it’s default settings. I tried it with firefox and safari, and the popup and tooltip are not showing. What I did to troubleshoot: I defaulted back to Twenty Twenty-four to see if my theme messes with the popups. I deactivated the extensions plugin, but that didn’t change anything, so I activated it again. I have no other plugins running at the moment, this is all very fresh and the map is my first action on this site. (as a sidenote, zooming with scrolling is also not working on the map, and I thought it would) If anybody can help, that would be awesome!I’m using the following shortcode:
[leaflet-map height=500 width=100% lat=20 lng=0 zoom=2]
[leaflet-marker lat=53.4095 lng=6.2043 tooltip='<a href="#wec">WEC Waddenzee</a>' popup="WEC Waddenzee"]
[leaflet-marker lat=44.3526 lng=143.3541 tooltip='<a href="#tokkari-center">Okhotsk Tokkari Center</a>' popup="Okhotsk Tokkari Center"]
[leaflet-marker lat=35.6895 lng=139.6917 tooltip='<a href="#tokyo">This is Tokyo</a>' popup="Tokyo"]
[leaflet-marker lat=48.8566 lng=2.3522 popup="Paris"]
[leaflet-marker lat=-33.8688 lng=151.2093 tooltip='<a href="#sydney">This is Sydney</a>' popup="Sydney"]The page I need help with: [log in to see the link]
The topic ‘Popups and/or tooltip not showing’ is closed to new replies.