Hello,
This is related to the Top-Store WordPress theme, I don't know how I ended up posting in Open Mart
First of all, I'd like to say that your theme is awesome. There's just 1 minor thing I'd like to change - the searchform.
I have decided that I prefer to use the AJAX Search form, however, I'm uncertain how to integrate it into the theme.
Now, if i hide the div with id "search-box" as shown below I'd be able to make the current searchform non-visible
#search-box{
display:none;
}
However, if I try adding the new ajax searchbar as a widget to the main header area (where the searchbar is) nothing really happens.
Therefore, I have decided to implement the search bar via PHP and that's why I've created a child-theme.
As the AJAX search bar documentations suggests, in order to add the search bar to my theme i need to add this piece of code:
My question is could you please hint me where should that piece of code go and if i need to create a new file in the child-theme what functions should I be looking to replace?
Thank you in advance.
This is related to the Top-Store WordPress theme, I don't know how I ended up posting in Open Mart
First of all, I'd like to say that your theme is awesome. There's just 1 minor thing I'd like to change - the searchform.
I have decided that I prefer to use the AJAX Search form, however, I'm uncertain how to integrate it into the theme.
Now, if i hide the div with id "search-box" as shown below I'd be able to make the current searchform non-visible
#search-box{
display:none;
}
However, if I try adding the new ajax searchbar as a widget to the main header area (where the searchbar is) nothing really happens.
Therefore, I have decided to implement the search bar via PHP and that's why I've created a child-theme.
As the AJAX search bar documentations suggests, in order to add the search bar to my theme i need to add this piece of code:
- <?php echo do_shortcode('[wcas-search-form]'); ?>
My question is could you please hint me where should that piece of code go and if i need to create a new file in the child-theme what functions should I be looking to replace?
Thank you in advance.
Last edited: