Forum Replies Created
-
Author
-
radioli
ParticipantThanks, I’ve got another issue. I saw some answers in the forum and implemented however I’m not seeing a difference.
The avatar on the profile page appears blurry. In the code I have it set to 200×200. Based on feedback here I changed the following areas:members-loop.php:
“><?php bp_member_avatar( ‘type=thumb&width=200&height=200&class=’ ); ?>members/single/home.php: (removed avatar from header for a different design of profile page)
200, ‘height’ => 200, ‘html’ => 0) ); ?>” class=”avatar photo member_image” alt=””>
bp-custom.php:
if ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
define( ‘BP_AVATAR_FULL_WIDTH’, 200 );if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
define( ‘BP_AVATAR_FULL_HEIGHT’, 200 );Am I missing something? Still blurry…
Thanksradioli
ParticipantSeems to have been a plugin conflict- I disabled “Theme My Login” and back to normal now.
My client was the one who initially installed the theme and some plugins, so I’m not sure if this plugin is critical to functionality?Thanks for your help.
radioli
ParticipantThanks Abe. It was set to static page, but reverted at some point.
I have a new issue: I’m still in testing mode and I’ve added a few users to text interactions. But in the last couple of days I’m no longer able to add users- after I register with a new email & password, it takes me to membership page and then it asks to login again if i want to select a plan. However the new user isn’t recognized and isn’t in the system.
Any thoughts on this?
Thanks again.radioli
ParticipantFigured it out! Front page was set to display posts instead of a static page, and since I have no posts it showed an unfound page. I have no idea how that happened, I did not do that! 🙂
-
AuthorPosts