BTW, I have Firebugged the heck out of it and I don’t think that it is a simple inherited CSS class like many of the other ‘WP Geo Grey Box’ issues I found when searching.
It’s basically not loading the Google Maps scripts on that page.
Try checking your WP Geo settings to check that they are set to show maps on that type of page (is it a post?)
Or you can use the ‘wpgeo_show_maps’ filter to return true to force loading of scripts. Something like:
function my_wpgeo_show_maps( $show ) {
// You could use conditional statements here to only return true in certain circumstances
return true;
}
add_action( 'wpgeo_show_maps', 'my_wpgeo_show_maps' );
I’m currently looking at trying to make WP Geo load the scripts more intelligently when needed.
PS: Any particular reason you moved away from Geo Mashup?
Added that js code into the footer of every page and post. Still no maps??
Cheers for the reply BTW.
Sorry, try putting it in your theme’s functions.php file
OK. Added it as php code to the functions.php file (sorry I took it for js)
Still no love. Damn.
I am having the same problem. ONly a grey box is showing on the page, but it is showing fine on the page edit mode.
@epgtest: If you require assistance then, as per the Forum Welcome, please post your own topic.
As the OP, since my topic has not been resolved, I welcome new interest in the thread 🙂