FiboSearch to replace my existing search bar

[ad_1]

Hi Team, I am looking to get live search feature with Fibo Search, however even after installing the plugin and putting the code below in my functions.php file (at the bottom), I can’t get my current search bar to be replaced with Fibo. I like my current alignment of the search bar and just want the live search functionality to be activated in this search bar. I can get a separate search bar from the plugin, but that’s not what I am wanting. Please help. Code I have pasted in my functions.php below. I am using WordPress TWENTY TWENTY ONE Theme.

function get_product_search_form( $echo = true ) {
ob_start();
echo do_shortcode(‘[fibosearch]’);
$form = ob_get_clean();
if ( ! $echo ) {
return $form;
}
echo $form;
}

NOTE: I am not a developer, just learning things as I go.

I have noticed there are two search phps in the theme, not sure this would be of any help (1. SEARCH.PHP & 2. SEARCH FORM.PHP).

  • This topic was modified 1 hour, 44 minutes ago by printerinks.

The page I need help with: [log in to see the link]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer