Users Search

This topic contains 20 replies, has 2 voices, and was last updated by Alex Meda Alex Meda 3 years, 8 months ago.

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #28329
    Alex Meda
    Alex 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 Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #28356
    Alex Meda
    Alex Meda
    Participant

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

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

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #28401
    Alex Meda
    Alex Meda
    Participant
    You cannot access this content.
    #28509
    Alex Meda
    Alex Meda
    Participant
    You cannot access this content.
    #28515
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #28610
    Alex Meda
    Alex Meda
    Participant
    You cannot access this content.
    #28614
    Alex Meda
    Alex Meda
    Participant
    You cannot access this content.
    #28617
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #28625
    Alex Meda
    Alex Meda
    Participant
    You cannot access this content.
    #28640
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #28651
    Alex Meda
    Alex Meda
    Participant

    Yeah sure, I will keep you updated!

    #28690
    Alex Meda
    Alex Meda
    Participant
    You cannot access this content.
    #28697
    Alex Meda
    Alex 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.