Hi, I have a search instance configured to replace the default theme search and it works great on desktop, but on mobile the default theme search isn’t replaced. Take a look at this screenshots:
Looks like the mobile search is not printed via the get_search_form hook, so the plugin cannot override it. I tried to look through the theme files to perhaps find where it is printed, but I could not.
Can you please ask the theme author in which file is the mobile search form printed?
The only way to override that is via the child theme & custom coding, but I can help you with that, if I know where to look.
Perfect, that helped.
I created the suggested file for you, you can find it in: home\dh_dzvjxp\thenobo.com\wp-content\themes\elessi-theme-child\includes\nasa-mobile-product-searchform.php
Yes, you can create a different search bar, and use that shortcode there. The plugin shortcode is placed on line 34 in that file, you only need to change the id=1 part of it, to the ID of the desired search bar.