erlinghamso
Forum Replies Created
-
Forum: Plugins
In reply to: [Pronamic Google Maps] [Plugin: Pronamic Google Maps] Zoom on mashupsThanks for the reply!
Sorry for not including the code. It is:
if(function_exists('pronamic_google_maps_mashup')) { pronamic_google_maps_mashup( array( 'post_type' => 'longboard_spot', 'posts_per_page' => '-1', ) , array( 'width' => 960 , 'height' => 600 , 'zoom' => 5 ) ); }It doesn’t seem to either fill the map or zoom.
I’m not sure which version I upgraded from. It was quite old, perhaps 1.7-something.
Any ideas?
Forum: Plugins
In reply to: [Pronamic Google Maps] Map not showingForum: Plugins
In reply to: [Pronamic Google Maps] Map not showingSee: http://longboard.no/longboardspots-i-norge/ for mashup on page, but http://longboard.no/ the right sidebar works.
If you try to view a spot in a post (which is part of my custom post type longboard_spot), it works beautifully (mashup in right column): http://longboard.no/spot/christian-bjellands-gate/
But any other post doesn’t show the mashup: http://longboard.no/2011/06/02/vinneren-av-madrid-konkurransen/
I tried to enable the map on posts, pages etc. in addition to my custom post type longboard_spots, but it didn’t work out.
Excellent plugin, by the way! There is something reassuring about having control of how things are displayed.