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!


2 Comments on “How-to fix infowindow problem with GeoAds LT when insert the widget into a page”


  1. matthias said at 19:03 on January 11th, 2012:

    wehre can i find this file map.html ?


  2. alucas said at 19:18 on January 11th, 2012:

    Inside the plugin directory:

    /wp-content/plugins/geo-ads/

    Regards



Leave a Reply