-
Author
-
November 5, 2015 at 18:37 #85751AuroraParticipant
Hi!
Amazing theme. I have bumped into an issue regarding the buddypress avatar sizes. I have seen a TON of topics regarding this and have made a few changes.
I have first changed the default avatar sizes in bp-core-avatars.php (in plugins)
define (
'BP_AVATAR_THUMB_WIDTH'
, 130 );
define (
'BP_AVATAR_THUMB_HEIGHT'
, 130 );
define (
'BP_AVATAR_FULL_WIDTH'
, 150 );
define (
'BP_AVATAR_FULL_HEIGHT'
, 150 );
and I have also changed the value in the members-loop.php file. I successfully changed the images from rounded to square in member loop but when I pass …
bp_member_avatar(‘type=full&width=150&height=150′)
Nothing happens
I have read buddypress guides for hours and at least 5 of them ALL say the same thing which is what I did and still nothing is changed.
Do these Avatar sizes need to be changed with CSS? I was also looking to add / remove fields shown on the default members page. I found the area to do this in member-loop.php but I think this broke my members page as well.
Any insight on how to dothis specifically with KLEO would be greatly appreciated. I know I am close just feel like I am missing something and spinning my head in circles.
Regards,
Aurora
November 5, 2015 at 20:13 #85790sharmstrModeratorThey look like they are 150px to me. The end up being 140px because of the padding.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.November 5, 2015 at 20:32 #85793AuroraParticipantI was actually able to correct everything. The moment I posted this I went and I had to add some CSS to get the images how I wanted them. Thank you for speedy reply. It was a CSS issue. I am sure I will have more questions though. My first time digging into buddypress but so far so good.
-
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.