• Hi,

    I have recently started using the choices callback function.

    function my_cloething_size_list_dropdown() {
      $arr_sizes = array(
      "8"=>  "8 - Small",
      "10"=>"10 - Small",
      "12"=>"12 - Medium",
      "14"=>"14 - Medium",
      "16"=>"16 - Large",
      );
      return $arr_sizes;
    }

    Now I wish to implement a search to filter all sizes between say 10 – 12. When I try to do so, the sizes field is not appearing as a option to search/filter.

    Is this a limitation of Ultimate Member? If so, are you familiar with this Faceted search option? Is it safe to use?

    https://suiteplugins.com/downloads/faceted-search-ultimate-member/

    Thanks,

    Denis

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @den1sa

    Unfortunately, we haven’t tested this third-party UM extension. I suggest that you contact the developer to see if their plugin is updated and matches your requirement.

    Regards,

    Thread Starter den1sa

    (@den1sa)

    Thank you for your response.

    Do i need to use anything else to do what i want to achieve?

    Will Ultimate Member allow me to search for data entered via a choices callback dropdown, if so, how?

    Thanks,

    Denis

    I used the same plugin as you unfortunately it does not work well with size and age, moreover I contacted Kailan on the support of the plugin, but unfortunately no positive result. I noticed that his filter doesn't show good results, especially if you use User localization.
    Only solution is to add titles above the original filters of UM, on the other hand I believe that it is necessary the theme UM Theme
    I am sending you the information that was given to me in the hope that it can help you. I hope one day there will be an improvement on this. I'm going to get a developer to help me out on this.

    I wanted to put titles above the boxes. By customizing the member directory template file for this. In plugin folder, ultimate-member->templates->members.php . You can replace the modified file using your child theme so that the plugin update cannot remove customizations. Please follow this documentation for that.

    https://docs.ultimatemember.com/article/1516-templates-map

    Good luck

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Advance search for custom fields’ is closed to new replies.