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 .
The page I need help with: [log in to see the link]