• Resolved brianharrington

    (@brianharrington)


    Mashup not displaying on home page. Is there a trick to get this to work, i just copy and pasted the code from the plugin page to my homepage template above the content.

    i am working on a localhost so i cant provide a link.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter brianharrington

    (@brianharrington)

    i forgot to mention i can get it to work on single posts just fine.

    this is the html that is rendered when attempting the mashup

    <div class="pgmm"><input type="hidden" name="pgmm-info" value="{&quot;width&quot;:300,&quot;height&quot;:200,&quot;zoom&quot;:8,&quot;mapTypeId&quot;:&quot;satellite&quot;,&quot;hideList&quot;:true,&quot;fitBounds&quot;:null,&quot;markerOptions&quot;:{&quot;icon&quot;:&quot;http:\/\/google-maps-icons.googlecode.com\/files\/photo.png&quot;}}" /><div class="canvas" style="width: 300px; height: 200px;"></div><ul></ul></div>
    Thread Starter brianharrington

    (@brianharrington)

    i looked at other sites that were running the plugin successfully it seems that the scripts were not added to the header. I tried this plugin with a fresh install of wp and used the twentyten theme same results…

    Plugin Author Remco Tolsma

    (@remcotolsma)

    The pronamic_google_maps_mashup() function could not found any posts with an active Google Maps. That’s why you see an empty ul element in the rendered HTML.

    <ul></ul>

    You should adjust the posts query in the pronamic_google_maps_mashup() function or activate some Google Maps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mashup not showing up on homepage’ is closed to new replies.