Title: Search function not working after updates?
Last modified: May 2, 2020

---

# Search function not working after updates?

 *  Resolved [stuart20](https://wordpress.org/support/users/stuart20/)
 * (@stuart20)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-function-not-working-after-updates/)
 * After the WordPress update (to version 5.4.1) on 29th April and the update to
   this plugin to v1.4.4, the search function on the google map no longer works.
   I tested on a rolled back version of wordpress to 5.4 and also a rolled back 
   version of this plugin to v1.4.3 but the search icon is still not clickable and
   does not work.
 * Is anyone else experiencing this too?

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

 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-function-not-working-after-updates/#post-12771883)
 * yes, that’s a bug due to recent updates in the plugin. I am releasing v1.4.5 
   which fixes this.
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-function-not-working-after-updates/#post-12772320)
 * fixed in v1.4.5
 *  Thread Starter [stuart20](https://wordpress.org/support/users/stuart20/)
 * (@stuart20)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-function-not-working-after-updates/#post-12777482)
 * Confirmed now working with v1.4.5 -thanks
 *  [motosonico](https://wordpress.org/support/users/motosonico/)
 * (@motosonico)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-function-not-working-after-updates/#post-12787731)
 * thanks a lot, finally its working fine, i have a question, can i change the pin
   image, and how to disable search box?
    thanks
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-function-not-working-after-updates/#post-12788411)
 * > thanks a lot, finally its working fine,
 * great, do leave a [review](https://wordpress.org/support/plugin/cf7-google-map/reviews/)
 * > can i change the pin image
 * yes you can, using
 *     ```
       add_filter('cf7_google_map_marker_icon_url_path', 'use_custom_map_icon',10,2);
       function use_custom_map_icon($image_url, $field_name){
         if( 'your-location' == $field_name ){
           $image_url = ... //set your image url here.
         }
         return $image_url;
       }
       ```
   
 * > how to disable search box
 * this is a checkbox you enable when you create the map tag in the cf7 form
 *  [motosonico](https://wordpress.org/support/users/motosonico/)
 * (@motosonico)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-function-not-working-after-updates/#post-12792188)
 * thanks [@aurovrata](https://wordpress.org/support/users/aurovrata/)

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

The topic ‘Search function not working after updates?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cf7-google-map.svg)
 * [Contact Form 7 extension for Google Map fields](https://wordpress.org/plugins/cf7-google-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-google-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-google-map/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-google-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-google-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-google-map/reviews/)

## Tags

 * [search box](https://wordpress.org/support/topic-tag/search-box/)

 * 6 replies
 * 3 participants
 * Last reply from: [motosonico](https://wordpress.org/support/users/motosonico/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/search-function-not-working-after-updates/#post-12792188)
 * Status: resolved