Hi,
Having problems with displaying the map on a page. There’s several errors in the console.
I know this plugin has not been updated in 4 years, but I cant find any other plugin thats as to the point as this one.
Is there a github repo I could fork to possibly try to fix the issues?
Likely the issues are due to google maps api’s changing in the last 4 years.
Maybe I can port it to work with an opensource platform like leaflet.js and openstreetmaps?
]]>Simple Travel Map is one great plugin, thanks to plugin author.
One little thing though, it always outputs the map to the very top of the content (tested with WordPress default TwentySixteen theme).
This function simple_travel_map_shortcode()
at Line#224 could need a little fix
https://plugins.trac.www.ads-software.com/browser/simple-travel-map/tags/0.10/simple-travel-map.php#L224
At the very end of it, change this part
</script>
<div id="chart_div"<?php echo $html_style; ?>></div>
<?php
return $content;
}
To this
</script>
<?php
$mytravelmap = '<div id="chart_div"' . $html_style . '></div>';
return $mytravelmap;
}
It fixed this problem which also posted a year ago by @pjoneill1
https://www.ads-software.com/support/topic/map-appearing-above-all-content
Hi there!
I’ve just installed and set up the Simple Travel Map Plugin and it works perfectly fine except that the tooltips are not displayed correctly. The thumbnails are too big and the location title is not centered.
This is how it looks on my blog: https://sariety.com/travel-map/
Did anyone have the same issue or knows what the problem could be?
Thanks a lot in advance!
Best,
Sarah
Hi, I’m getting an error when I try to add a custom field. I have put in “location” under Custom Field Name and “Valle De Guadalupe, Mexico” under value. I am getting the error “Please provide a custom field value.” even though I have clearly put “Valle De Guadalupe, Mexico” as the value. How can I fix this? I’d love to use this plugin.
Thanks!
]]>Hi,
Great plugin. Thank you very much for that. Would it be possible for you to improve this plugin, so it will look for all custom fields from one post and make a mark on map for all of them?
Best Redards
]]>Hi there,
Really like the plugin – I’m trying to embed it at the bottom of a page, but it’s appearing above the rest of the content.
Any ideas?
Thanks!
Paddy
]]>