Hi there, I can’t find a template file for the POI when using a Mashup (2.46.4 PRO).
Previous to this version, I used map_poi.php to control the POI formatting for both individual maps and mashups.
In the latest version (2.46.4 PRO), I tried using the new map-poi.php template file, but that only seemed to work for an individual map and had no effect on mashups.
Thanks for reporting this. I think I found the problem and fixed it.
WordPress sets a flag indicating it’s in the admin during AJAX calls, even calls from the frontend. The plugin was excluding custom templates in admin screens, but didn’t check for the AJAX case (which applies to mashups).
The fix is in 2.46.5, please give that version a try and let me know how it works for you.