jessepschultz
Forum Replies Created
-
Still no luck. This latest update causes the member grid not to load at all…and the dropdown is still hidden.
Hello, still no luck when adding this latest script to my functions file. Appreciate the help…any other ideas?
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.
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' );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.
Yes I used both snippets of code.
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
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; }That’s perfect! Thank you for the quick reply.
Closing this topic
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!
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!
Thank you! Works perfectly 🙂