-
Author
-
February 6, 2018 at 06:13 #187910alexhorieParticipant
i tried to use this, but didn’t work, still working in the last version of the theme?
February 6, 2018 at 18:06 #187977RaduModeratorHi,
Normally yes, they are buddypress constants, and will define globally values, tell me where you cannot see the avatars increased ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 7, 2018 at 00:53 #188003alexhorieParticipanti increase 100px, but dont looks like is working, the avatar thumb is the one in the members page right?
if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
define( ‘BP_AVATAR_THUMB_WIDTH’, 220 ); //change this with your desired thumb widthif ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
define( ‘BP_AVATAR_THUMB_HEIGHT’, 220 ); //change this with your desired thumb heightif ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
define( ‘BP_AVATAR_FULL_WIDTH’, 780 ); //change this with your desired full size,weel I changed it to 260if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
define( ‘BP_AVATAR_FULL_HEIGHT’, 780 ); //change this to default height for full avatarFebruary 7, 2018 at 16:08 #188027RaduModeratorHi,
If the avatars from members cannot be increased use the next solution
Please go to wp-content/themes/sweetdate-child/buddypress/members/ then create a file named members-loop.php in that you will paste the next : https://pastebin.com/raw/A8xGxhMw
You can change the avatar size from this file, see screenshot.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 13, 2018 at 17:49 #188538RaduModeratorHi,
Works for me
Maybe you don’t notice the change cuz the css keep it to 94px
COPY CODE.search-item .avatar { width: 150px; height: 150px; }
Adding also this will make any difference ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 14, 2018 at 16:13 #188636RaduModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.