iebroeh
Member
Posted 2 months ago #
I'm trying to add a map using this shortcode
[flexiblemap center="51.511911,-0.080905" width="500" height="400" zoom="12" title="Èsclot London" description="120 Fenchurch Street, London EC3M 5EA"]
however it does not show on the page
http://www.esclotlondon.com/#!/?page_id=61
I don't know what I'm doing wrong...
http://wordpress.org/extend/plugins/wp-flexible-map/
G'day, your page is loading via AJAX, so the base scripts required for the map aren't being loaded and processed. If you navigate to the page directly, the map works:
http://www.esclotlondon.com/?page_id=61
See the FAQ about AJAX loading (bottom of page), and add that snippet to the functions.php file in your theme.
cheers,
Ross