For an emergency fix (only this version 1.13) edit leaflet-map.php, go to line 491, and remove these 5 lines:
if (is_image) {
console.log(‘[leaflet-marker y=’ + lat + ‘ x=’ + lng + ‘]’);
} else {
console.log(‘[leaflet-marker lat=’ + lat + ‘ lng=’ + lng + ‘]’);
}
It is a hack but it will get the markers back, while waiting for the authors to fix it.
Thread Starter
kbnm
(@kbnm)
Thank you, markers are back 🙂 .
Plugin Author
bozdoz
(@bozdoz)
Some plugins executed shortcodes within shortcodes (the marker shortcode was executed which spit out the above mentioned console log which was then executed). It caused a problem but has been fixed in V1.15. Thanks!