Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › can I display 3 connected search fields ?
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 4 years, 8 months ago.
- AuthorPosts
- July 7, 2018 at 9:22 pm #18629
Hi support service,
I am wondering if its possible to display 3 search fields connected together:
1st field: search for keyword
2nd search field: search for taxonomy
3rd search field: search for 2nd taxonomy (tags)Is this possible to do ? If so: how can this be done ?
Many thanks for your help.
Best Regards,
MarkusJuly 9, 2018 at 9:30 am #18631Hi Markus,
Unfortunately that is not possible. Each search bar works individually only.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 9, 2018 at 12:43 pm #18635Thank you for your reply.
Another question: is it possible to have no search field and use only taxonomies (dropdown fields) to filter a custom post type?
And is it possible to place them horizontally next to each other?July 9, 2018 at 1:47 pm #18637Hi!
These resources I believe will help you out:
Best,
– Knowledge base: Filters only, without search bar
– Staff search & Filter tutorial
– Taxonomy term filters
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 11, 2018 at 6:32 pm #18657Many thanks for the tutorials and the videos.
I watched nearly everything but I can’t figure out how I can display the results like this:Display the results without a title, only a description with an image.
How can I get rid of the title ?
Many thanks for your help…
Best Regards,
MarkusJuly 12, 2018 at 6:19 am #18658You are welcome Markus.
There is no option for that, but with a simple custom CSS it should be possible:
.asp_res_url { display: none !important; }
Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.