Title: Stop using WordPress&#039; default search
Last modified: September 1, 2016

---

# Stop using WordPress' default search

 *  Resolved [dsm1](https://wordpress.org/support/users/dsm1/)
 * (@dsm1)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/stop-using-wordpress-default-search/)
 * Would it be possible for this to work with with Yith Woocommerce Ajax Search 
   plugin? Even if the ‘ajax’ bit doesn’t work it would be nice for the text to 
   be submitted in the same way.
 * Many Thanks in advance
 * [https://wordpress.org/plugins/full-screen-search-overlay/](https://wordpress.org/plugins/full-screen-search-overlay/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [dsm1](https://wordpress.org/support/users/dsm1/)
 * (@dsm1)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/stop-using-wordpress-default-search/#post-7552014)
 * Resolved; go to:
    \assets\js\full-screen-search.js
 * Modify line 7:
    Original: `$( 'form[role=search] input, form[role=search] button').
   on( 'focus, click', function( event ) {` Change: `$( 'form[id=yith-ajaxsearchform]
   input, form[id=yith-ajaxsearchform] button' ).on( 'focus, click', function( event){`
 * The HTML: `<form>` is the main tag, `<form role="search">` for example.
    I changed
   it to the `<form id="yith-ajaxsearchform">` to set the trigger. So you could 
   make this a button by `<a href="">Search</a>`
 * You’re welcome.

Viewing 1 replies (of 1 total)

The topic ‘Stop using WordPress' default search’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/full-screen-search-overlay.svg)
 * [WordPress Full Screen Search Overlay](https://wordpress.org/plugins/full-screen-search-overlay/)
 * [Support Threads](https://wordpress.org/support/plugin/full-screen-search-overlay/)
 * [Active Topics](https://wordpress.org/support/plugin/full-screen-search-overlay/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/full-screen-search-overlay/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/full-screen-search-overlay/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [dsm1](https://wordpress.org/support/users/dsm1/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/stop-using-wordpress-default-search/#post-7552014)
 * Status: resolved