Hi BGRATED,
Do you wish to bookmark the results page of a search? If so, set Form Method to GET in your Edit Form page, and you’ll be able to bookmark your search results. You can also use the search results URL as a link in your menu, or elsewhere in your site.
You’re welcome! I’m marking this topic as resolved now.
Problem… The avatars now are oval. Not sure why that is happening. http://postimg.org/image/ladniv8f7/
🙁
I tried this in functions.PHP but doesn’t work
if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) )
define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width
if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
define( 'BP_AVATAR_THUMB_HEIGHT', 160 ); //change this with your desired thumb height
if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) )
define( 'BP_AVATAR_FULL_WIDTH', 160); //change this with your desired full size,weel I changed it to 260 <img src="http://buddydev.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley">
if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) )
define( 'BP_AVATAR_FULL_HEIGHT', 160); //change this to default height for full avatar
Do the avatars stay oval if you deactivate BP Profile Search? If so, you can exclude BP Profile Search form the possible causes.
Could this be because these avatars are from social logins and not from actually uploading to our site?
No, I don’t think that makes a difference. I’d like to have a look at your site, you can email me at andrea@dontdream.it