This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Users Search

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #28329
    Alex MedaAlex Meda
    Participant

    Please, take a look at this video. You will notice the filter box for user search instance isn’t working properly. Thank you for your time

    Watch The Video

    #28335
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The plugin will display the field values as it gets them from the database. Because these are multiselect values (each field can have multiple values), they are stored as a serialized array.
    To resolve this, I recommend entering the values manually to the search settings instead.

    #28356
    Alex MedaAlex Meda
    Participant

    I am not sure if I understand correctly what you’re asking me to do here

    #28362
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I’m sorry, I mean, instead of using the {get_values} variable in the filter values, entering them manually will resolve the issue.

    #28401
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #28509
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #28515
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    We are all right, I hope you are too.

    Unfortunately that is not possible with this plugin, there is no feature for conditionally hiding/showing filters.

    #28610
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #28614
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #28617
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Well, his approach does not use the API, so it is not the best way, but it may actually work out just fine.
    Maybe adding this custom CSS will do the trick:

    div#ajaxsearchprobsettings19_1 {
        visibility: visible !important;
        opacity: 1 !important;
    }

    On my screen the opacity and the visibility was not correct, that custom CSS should handle that.

    #28625
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #28640
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #28651
    Alex MedaAlex Meda
    Participant

    Yeah sure, I will keep you updated!

    #28690
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #28697
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

Viewing 15 posts - 1 through 15 (of 21 total)
  • You must be logged in to reply to this topic.