Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search fields order
This topic contains 7 replies, has 2 voices, and was last updated by yaron10891 2 years, 3 months ago.
- AuthorPosts
- December 20, 2020 at 4:08 pm #30818
First i wanted to tell you, thanks for the great code you did here.
2 questions i have.
1. my site is in hebrew (RTL) – i need that the term filter will be befor the custom fields filters (looking from the right side)… see attached file.
2. how can i change them template of the result item? i need to add one more custom field next to the post title.thanks
yaron
Attachments:
You must be logged in to view attached files.December 21, 2020 at 4:08 pm #30847Hi,
1. You can change their order here: https://i.imgur.com/gXByZhe.png
2. You can use the advanced title and content fields feature for that.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 21, 2020 at 4:31 pm #30851just beutiful… you thought about every thing…
one more issue that i have. As a default i see a grid of results about 10 (or what ever i set it to be) but if i click anywhere in the screen the results disappear until i type a new search of a filter. can this be disabled?thanks
December 22, 2020 at 10:51 am #30866Yes! You can disable that behaviour here: https://i.imgur.com/ySVbwnx.png
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 22, 2020 at 11:07 am #30868thanks
December 23, 2020 at 12:10 pm #30893I’ve tried to add the autocomplete option. it is on and set properly. but when tring to type a word in the search its not autocomplet it.
http://mana.lavan-group.com/%d7%a7%d7%98%d7%9c%d7%95%d7%92-%d7%a1%d7%a8%d7%98%d7%99-vod/try: להצי
i was looking in the inspect
<form action=”#” autocomplete=”off” aria-label=”Search form 2″>
<input type=”search” class=”orig” placeholder=”שם סרט, במאי, נושא או כל דבר אחר…” name=”phrase” value=”” aria-label=”Search input 2″ autocomplete=”off”>see that autocomplete=”off”
how can we change this?thanks
December 23, 2020 at 12:41 pm #30894Hi,
The autocomplete feature works differently, it does not require that attribute. We are using a second input field hovering over the other one.
You are using custom CSS to change some of the features, so make sure to change the color of this field as well:
#ajaxsearchpro2_1 input.autocomplete { color: #fff!important; }
Also, make sure the autocomplete feature is enabled and configured.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 23, 2020 at 12:54 pm #30896ok, thanks
- AuthorPosts
You must be logged in to reply to this topic.