• 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/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ian Dunn

    (@iandunn)

    It looks like you got this working; can you please post the solution to help others who run into the same problem?

    Thread Starter RDAxRoadkill

    (@rdaxroadkill)

    Hi thanks for the response,

    I do yes but only because I just used the bare code of the plugin ( Copied from the other page) and used it at that. Would you have another solution so that I can still use [bgmp-map] because that is just a temporary fix.

    Plugin Author Ian Dunn

    (@iandunn)

    Does the problem still happen if you temporarily disable all other plugins and switch to one of the Core themes? If that fixes it, turn them back on one-by-one until you identify which plugin/theme causes the conflict. Once you know that, it’ll be easier to figure out what the specific problem is.

    Thread Starter RDAxRoadkill

    (@rdaxroadkill)

    If i switch to the default twenty eleven theme the map is there, I will check the other plugins but I dont think they are giving the conflict. It might just be my custom theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BGMP not displaying on one certain page, works on other pages’ is closed to new replies.