How-to fix infowindow problem with GeoAds LT when insert the widget into a page
When you insert the widget into a page (not into posts or sidebar), there is a css conflict between Classipress and Google Maps that makes the infowindow of the Ad (the bubble with the info) is shown badly. To solve that, we need to include in the plugin file ‘map.html’ this simple css snippet inside the stylesheet section:
<style type="text/css"> ... /* start bugfix */ .post img{background-color: transparent;} /* end bugfix */ ... </style>
That’s a great contribution of our new developer, María. Thanks!
matthias
11/01/2012 @ 19:03
wehre can i find this file map.html ?
alucas
11/01/2012 @ 19:18
Inside the plugin directory:
/wp-content/plugins/geo-ads/
Regards