AnonymousInactive
Here are my questions:
1. Don’t you have a search.php template file that I can put in the theme’s directory?
2. Where should I take from the results.php file to put in the search-filter directory?
One issue I can see with the Left search form is that you have not given the name of the theme search template. The Use a custom template for results is currently set at search.php (the plugin and WordPress default), but no such file exists in Divi. If you wish to use As an Archive display results method, you need a template file to enter here.
Many users of Divi choose instead to use the Shortcode method, but that does mean that you need to customize the results.php template file and keep that new version in the child theme folder (in a sub-folder called search-filter).
If you are using our Shortcode method, that then uses a template file called results.php. In turn, the documentation here tells you how you can make a local copy of that template so that you can safely edit it. I have shown others how to edit that file so that the results look and feel like a gallery/grid/portfolio from their theme.
Ah, some coding errors in your customization of the results.php file. Now fixed.
You can also change the Found 7 Results to French in the results.php file that is inside your theme folder.
AnonymousInactive
Thank you for the response. Slight problem. After copying the content and replacing the text in results.php(it is in the theme folder), there are no results after clicking submit. It works with the old code. Not sure what else is missing. It’s a bit difficult to follow or know what else is missing since a lot of the responses were marked private. Thanks again.
You were able to edit the results.php to remove the tags?
AnonymousInactive
Hello
if i custom a post page, how to using ajax to search and filter the post?
have any dome code?such how to loop the post? i try to use wp-content\plugins\search-filter\templates\results.php but it have error
how to using Display results method: custom ?
Hi
I can see the results.php file in the child theme folder, but it should be inside a sub-folder called search-filter