search fields order

This topic contains 7 replies, has 2 voices, and was last updated by yaron10891 yaron10891 3 years, 3 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #30818
    yaron10891
    yaron10891
    Participant

    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.
    #30847
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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 :)


    #30851
    yaron10891
    yaron10891
    Participant

    just 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

    #30866
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Yes! 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 :)


    #30868
    yaron10891
    yaron10891
    Participant

    thanks

    #30893
    yaron10891
    yaron10891
    Participant

    I’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

    #30894
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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 :)


    #30896
    yaron10891
    yaron10891
    Participant

    ok, thanks

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.