tmarchini
Forum Replies Created
-
I have the same issue, but i just added a note on top that the search filters are only available for logged in users. It’s actually a nice carrot to get people to register!
It might be (probably is) going to spam.
in the text tab you can also use </br> since <p></p> makes a double line break by default in wordpress (i think) I’m learning this as I go also ha.
That’s all I figured out how to do either. Even if I choose “don’t let the user edit this field” they still can edit it. I wanted to use it just to give each member a rating depending on how active they were on my site :-/
ok i got it working, there are a 3 instances of $image->crop( $src_x, $src_y, $src_w, $src_h ); in class-uploader.php
you have to make sure you add the code to the public function cover_photo block of code.Support sent me this email back:
Usually UM automaticaly resize huge image if it width is bigger then “Image Upload Maximum Width (px)” setting. But now this functionality doesn’t work. Sorry 🙁
We will fix this problem in the next UM releases.If it is urgent for you, add this code to the file “wp-content/plugins/ultimate-member/includes/core/class-uploader.php” after the string “$image->crop( $src_x, $src_y, $src_w, $src_h );”, see https://pasteboard.co/HHDfeNr.png
$max_w = UM()->options()->get(‘image_max_width’);
if ( $src_w > $max_w ) {
$image->resize( $max_w );
}Thank you.
—
Denisyou might have to go into wp-admin -> ultimate member -> member directory -> scroll down to “profile card” and check “show profile photo”
My problem is in member directory now the “message” button is gone, it used to be there.
Now after the crash, member directory and profiles can take 4 to 12 seconds to load. I looked into my error logs on my host and I have these errors now. Any ideas?
[Tue Oct 02 22:33:34 2018] [9786320] [fcgid:warn] (104)Connection reset by peer: [client 23.240.28.55:50969] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Wed Oct 03 00:51:41 2018] [9786320] [fcgid:warn] (32)Broken pipe: [client 37.193.59.109:64149] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer http://everyonechats.com/wp-admin/plugin-install.php?s=e&tab=search&type=term(marking as resolved due to hotfix)
I checked and error logging hadn’t been running on my server.
PHP Version: 5.4
I restored the ultimate member folder from my backups to 2.0.25 to get the site back up.
I updated to 2.0.27 and it worked. Thanks for getting the hotfix out so fast.
However, now my member directory takes a full 8 to 15 seconds to load, even if I bump it all the way down to 6 members per page!