[ad_1]
Hi
I’m trying to migrate from WP-GPX-Maps but without success. Can you give me some help?
The shortcode I currently use is
[sgpx gpx=”/wp-content/uploads/gpx/#_ATT{Code}.gpx”]where #_ATT{Code} is read by the event plugin that is rendering the page.
I tried using the Migrate from but nothing happened, just a map focused on default Leaflet co-ords
I restructured the shortcode to
[leaflet-map][elevation gpx=”/wp-content/uploads/gpx/#_ATT{Code}.gpx”]I’ve tried adding a full url to a specific file, same result.
It works however in a new page using gpx=”/wp-content/uploads/gpx/600bcm.gpx for example.
Any advice why it wouldn’t work in the event plugin?
