If you're familiar with the plugin and would like to help out, you can click 'Subscribe to Emails for this Plugin link to get e-mail whenever new post is created..
For efficiency, the plugin loads JavaScript, CSS and markup files on pages where it detects the map shortcode is being called.
Copy and paste that into your theme's functions php file or functionality plugin, update the function names and filter arguments, and then add the slugs of any pages posts containing the map to $shortcodePageSlugs..
If the problem is still happening, then start new thread in the forum with description of your problem and URL to the page on your site where you placed the map.
You'll need to write the extra code yourself if you want to add that feature to the plugin, or hire someone to do it for you.
If your input has been geocoded, you'll see note next to the address field that gives the geocoded coordinates, and the plugin will use those to create the marker on the map if you don't see that note then that means that your input was not geocoded and your exact coordinates will be used to place the marker..
Yes, if you want to use the same custom icon for all markers by default, instead of having to set it on each individual placemark, you can add this to your theme's functions php or functionality plugin setBGMPDefaultIcon { return get bloginfo images bgmp-default-icon png } add filter.
If you'd prefer, you could also just make it empty file and put the in your main style css, but either way you need to register and enqueue style with the bgmp style handle, because the plugin checks to make sure the CSS and JavaScript files are loaded before embedding the map...
If you're still having problems, create detailed report on the forum, and then download version to use until the problem is fixed..
I am using it to display mapped areas for local orienteering club, and with some customisation it does that both category page to show different types of areas on one page and with using the clustering feature, whilst also using it as I am displaying single page with descriptions for each area itself..
Read more