Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterSure!
So, what you want is to make sure that the settings are visible. Then for each taxonomy create a taxonomy filter, and change the display modes to drop-down (or whichever you prefer). I assume you have the year, type, model etc.. as taxonomies.Then, assuming the pricing is a custom field (in the examples I will use “price” as the field), then create either a number range or a range slider filter. Both are excellent for price type of inputs.
Also how can i create the search result archive page?
The archive page is controlled by the theme (or page builder if you use any). Unfortunately search plugins can’t affect the layout of that. Most themes have a customizer for every archive, including the search archive. Try looking it up in the search settings or under the templates.Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Thank you very much for the details, it helps a lot!
Okay, so the issue on the screenshot is actually a yet unknown bug in the highlighter script, luckily it has nothing to do with the search. When you search for “break of day” (with apostrophes), it is automatically considered an exact match phrase. So instead of individual keyword matches, the plugin looks for a match exactly for “break of day” as a single phrase.
The matches are actually correct, they are all matching that phrase, it’s only the highligher that’s malfunctioning as it tries to highlight a match with the quotes included, while it should ignore it. It’s only a visual bug, the matches are correct.
I have made a bug report on this, it will be resolved within the upcoming release.The number of results on the live drop-down list and the results page can be individually set here.
By default the live search displays 10, the results page up to 50.Oversimplified Matches: when searching “break of day” with the quotes, it is definitely matching only items with that exact phrase in it. You can try this by searching “bread of day” and you will get no results as there is no exact match. The seemingly unrelated matches do match somewhere – either in the title, content or within any other selected field. If you let me know which matches seem unexpected, I can probably tell where it matched.
Collapsing Results: While I usually don’t recommend doing this, there is a feature which is capable of grouping results by title instead of the actual object IDs. You can turn it on here.
Scroll For More Issue: Make sure that the actual scroll trigger is enabled here. That will do the trick 🙂
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYes, of course! I recommend checking some concrete examples first, it helps you to understand it better:
– The staff search & filter example setup
– Also the woocommerce search setup
Both of these include filters with the same configuration as we used it on our demo website 🙂For more in-depth explanations of all features:
– You can start from the front-end filters glossary documetnation.
– Check out the taxonomy term filters part, it includes a video
– And also the custom fields filters documentationIf you haver any specific questions, let me know, I’m more than happy to help!
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterThank you!
I have found the issue. There is a custom style applied on all select boxes from within the theme styles, which removes the arrow and tries to replace it with a custom icon, but it does not work properly here.
This custom CSS will reset the layout:
select.asp_nochosen.asp_noselect2 { appearance: menulist; background-image: unset; border: 1px solid #dadada !important; } .asp_select_label { padding-left: 0 !important; }After that it will look like this: https://i.imgur.com/aUx6wrM.png
February 21, 2025 at 1:58 pm in reply to: Elementor loops in live search breaking with the ajax filters #53036Ernest Marcinko
KeymasterGreat! I’m happy it works now 🙂
If you don’t mind, I will close this topic soon and mark it as resolved, feel free to open another one if you have other questions or issues.
If you like the plugin and have not rated already, feel free to leave a rating on the wordpress plugin repository, it’s greatly appreciated.
-
AuthorPosts