Hello,
I've installed your plugin and added the shortcode to my page but it just does not appear. I do not get any errors but the page just does not show it.
I have added a custom code in (default.php) to put the do_shortcode in a div. But even when I take the shortcode out of that it doesnt work here is the code:
if( has_shortcode( $post->post_content, 'bgmp-map' ) ) {
echo "<div id='google-map'>";
echo do_shortcode("[bgmp-map]");
echo "</div>";
}
The page on wich bgmp doesn't work is: http://www.fysergo.nl/fysergo/fysarbo-netwerk/
For testing purposes added a new page and for some reason it does show there:
http://www.fysergo.nl/testpage/
Does anyone has some tips or anything that I could try?
Thanks in advance!