Title: riverlan's Replies | WordPress.org

---

# riverlan

  [  ](https://wordpress.org/support/users/riverlan/)

 *   [Profile](https://wordpress.org/support/users/riverlan/)
 *   [Topics Started](https://wordpress.org/support/users/riverlan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/riverlan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/riverlan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/riverlan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/riverlan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/riverlan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geo Mashup] Filter By meta_key?](https://wordpress.org/support/topic/filter-by-meta_key/)
 *  Thread Starter [riverlan](https://wordpress.org/support/users/riverlan/)
 * (@riverlan)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/filter-by-meta_key/#post-3885978)
 * It worked! Thank you!
 * Code follows the house someone needs:
 * <?php query_posts( array (‘post_type’ => ‘imovel’, ‘meta_key’ => ‘transacao’,‘
   meta_value’ => ‘venda’) ); ?>
    <?php echo GeoMashup::map( ‘map_content=contextual’);?
   > <?php wp_reset_query(); ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geo Mashup] Filter By meta_key?](https://wordpress.org/support/topic/filter-by-meta_key/)
 *  Thread Starter [riverlan](https://wordpress.org/support/users/riverlan/)
 * (@riverlan)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/filter-by-meta_key/#post-3885959)
 * Thanks for the help.
 * Could filter the posts, but now appears several maps.
 * See the code below:
 * <?php query_posts( array (‘post_type’ => ‘imovel’, ‘meta_key’ => ‘transacao’,‘
   meta_value’ => venda) );?>
    <?php while (have_posts()) : the_post(); ?> <?php
   echo GeoMashup::map( ‘map_content=contextual’ ); ?> <?php endwhile;?>
 * How to solve?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] need default value to disappear onclick](https://wordpress.org/support/topic/need-default-value-to-disappear-onclick/)
 *  [riverlan](https://wordpress.org/support/users/riverlan/)
 * (@riverlan)
 * [13 years ago](https://wordpress.org/support/topic/need-default-value-to-disappear-onclick/#post-3723781)
 * Fonte: [http://forum.zwame.pt/archive/index.php/t-277720.html](http://forum.zwame.pt/archive/index.php/t-277720.html)
 * **Antes da tag </head>**
 * <script type=”text/javascript”>
    <!– function clean(it){ if (it.defaultValue=
   =it.value) it.value = “”; } function rest(it){ if (it.value == “”) it.value =
   it.defaultValue; } //–> </script>
 * **Na pagina plugins/contact-form-7/modules/text.php subistitua a linha 91 onde
   esta:**
 * ‘<span class=”wpcf7-form-control-wrap %1$s”><input %2$s />%3$s</span>’,
 * **por**
 * ‘<span class=”wpcf7-form-control-wrap %1$s”><input onfocus=”clean(this)” onblur
   =”rest(this)” %2$s />%3$s</span>’,

Viewing 3 replies - 1 through 3 (of 3 total)