Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search fields order
- This topic has 7 replies, 2 voices, and was last updated 5 years, 5 months ago by
yaron10891.
-
AuthorPosts
-
December 20, 2020 at 4:08 pm #30818
yaron10891
ParticipantFirst 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
December 21, 2020 at 4:08 pm #30847Ernest Marcinko
KeymasterHi,
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.
December 21, 2020 at 4:31 pm #30851yaron10891
Participantjust 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 #30866Ernest Marcinko
KeymasterYes! You can disable that behaviour here: https://i.imgur.com/ySVbwnx.png
December 22, 2020 at 11:07 am #30868yaron10891
Participantthanks
December 23, 2020 at 12:10 pm #30893yaron10891
ParticipantI’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 #30894Ernest Marcinko
KeymasterHi,
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.
December 23, 2020 at 12:54 pm #30896yaron10891
Participantok, thanks
-
AuthorPosts
- You must be logged in to reply to this topic.