Title: jessepschultz's Replies | WordPress.org

---

# jessepschultz

  [  ](https://wordpress.org/support/users/jessepschultz/)

 *   [Profile](https://wordpress.org/support/users/jessepschultz/)
 *   [Topics Started](https://wordpress.org/support/users/jessepschultz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jessepschultz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jessepschultz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jessepschultz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jessepschultz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jessepschultz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Filter Dropdown not displaying](https://wordpress.org/support/topic/filter-dropdown-not-displaying/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/filter-dropdown-not-displaying/#post-16143488)
 * Still no luck. This latest update causes the member grid not to load at all…and
   the dropdown is still hidden.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Filter Dropdown not displaying](https://wordpress.org/support/topic/filter-dropdown-not-displaying/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/filter-dropdown-not-displaying/#post-16140701)
 * Hello, still no luck when adding this latest script to my functions file. Appreciate
   the help…any other ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Filter Dropdown not displaying](https://wordpress.org/support/topic/filter-dropdown-not-displaying/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/filter-dropdown-not-displaying/#post-16140218)
 * If I check my html source there’s no other select2 js file loading. Only css 
   files. You can check the source in my link above and see for yourself. The other
   css is coming from revslider plugin but no js file loading other than from UM.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Filter Dropdown not displaying](https://wordpress.org/support/topic/filter-dropdown-not-displaying/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/filter-dropdown-not-displaying/#post-16140182)
 * Sorry I replied to another topic. I have updated my script to only use this snippet,
   still not showing up.
 * `add_filter( 'um_dequeue_select2_scripts', '__return_true' );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] select2 conflicts](https://wordpress.org/support/topic/select2-conflicts/)
 *  [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/select2-conflicts/#post-16140146)
 * Well that’s weird. If I look at the source code there’s no select2 js files loaded.
   Only css files. Also I noticed the code snippet you sent is checking for WooCommerce
   which I don’t have installed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Filter Dropdown not displaying](https://wordpress.org/support/topic/filter-dropdown-not-displaying/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/filter-dropdown-not-displaying/#post-16140112)
 * Yes I used both snippets of code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Filter Dropdown not displaying](https://wordpress.org/support/topic/filter-dropdown-not-displaying/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/filter-dropdown-not-displaying/#post-16139960)
 * I tried the select2 conflicts script, but no luck. I’ve also got a dropdown to
   appear on the edit profile page by this script, but it still doesn’t show on 
   filtering. Screen shot link is [here](https://artgymdenver.com/filter-screen-shot.png)
 *     ```
       add_filter( 'um_extend_field_classes', 'um_121520_extend_field_classes', 999999, 3);
       function um_121520_extend_field_classes( $classes, $key, $data ){
   
           if( $key == 'primarymedium' ){
               $classes = str_replace("um-s1", "", $classes);
           } 
           return $classes;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Cover photo on member directory only](https://wordpress.org/support/topic/cover-photo-on-member-directory-only/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cover-photo-on-member-directory-only/#post-16139871)
 * That’s perfect! Thank you for the quick reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Website URL reorder in social icons](https://wordpress.org/support/topic/website-url-reorder-in-social-icons/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/website-url-reorder-in-social-icons/#post-16137646)
 * Closing this topic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Cover photo on member directory only](https://wordpress.org/support/topic/cover-photo-on-member-directory-only/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cover-photo-on-member-directory-only/#post-16137613)
 * I installed the um-cover-photo extension but this seems to only work when registering
   new members. How do I edit the plugin to update current member cover photos. 
   I’ve added it to a profile form, and it shows that it’s updating on the form 
   field itself. But the current cover photo doesn’t get updated. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Deactivate select2 on member directory filter](https://wordpress.org/support/topic/deactivate-select2-on-member-directory-filter/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/deactivate-select2-on-member-directory-filter/#post-16119794)
 * Yes I have users with a value in this field. Still shows hidden based on the 
   Select2 conflict. Let me know if you have any other ideas. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Website URL reorder in social icons](https://wordpress.org/support/topic/website-url-reorder-in-social-icons/)
 *  Thread Starter [jessepschultz](https://wordpress.org/support/users/jessepschultz/)
 * (@jessepschultz)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/website-url-reorder-in-social-icons/#post-16100603)
 * Thank you! Works perfectly 🙂

Viewing 12 replies - 1 through 12 (of 12 total)