BGMP not displaying on one certain page, works on other pages
-
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>”;echo ‘<div class=”locations”>lots of different locations</div>’;
}The page on wich bgmp doesn’t work is: https://www.fysergo.nl/fysergo/fysarbo-netwerk/
The only thing it does show is my list of locations but the BGMP does not show.For testing purposes added a new page and for some reason it does show there:
https://www.fysergo.nl/testpage/Does anyone has some tips or anything that I could try?
Thanks in advance!
https://www.ads-software.com/plugins/basic-google-maps-placemarks/
- The topic ‘BGMP not displaying on one certain page, works on other pages’ is closed to new replies.