-
Author
-
April 11, 2014 at 13:06 #14823waviParticipant
In Home page: Latest registered members slide
i have the thumb smallest (partial cover the circle)
in your demo is large (full cover the circle)(also i have the fresh latest 2.6 installed )
But, how for change the size of this thumb inside circle ?
(try finding in css with no success)
April 14, 2014 at 23:16 #15087AbeKeymasterHi, That could be related to a small custom size for the thumb set in wp-content/plugins/bp-custom.php
Check that file and you should have like this:COPY CODE<?php 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', 120 ); //change this with your desired thumb height if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) ) define( 'BP_AVATAR_FULL_WIDTH', 580 ); //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', 580 ); //change this to default height for full avatar
If the file isn’t there, create it and add the code above and you should try uploading a new avatar
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 14, 2014 at 23:17 #15088AbeKeymasterin the code above modify remove the space from the php opening tag, first line
The editor does some strange voodoo to those php starting tags 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 16, 2014 at 11:49 #15241waviParticipantYes, that work.
Also file wp-content/plugins/ “bp-custom.php” missing (in my SD 2.6)
have create a new file and added a code
(without space from the php opening tag and with a close php tag)Reupload image and all work fine.
thankyou
April 16, 2014 at 20:33 #15292AbeKeymasterGreat. I am glad it works for you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘latest registered member thumb size’ is closed to new replies.