-
Author
-
July 23, 2016 at 17:57 #129936jryzParticipant
Hi , i wanted to know how to increase activity avatar image size to fit with the circle
check image attachment
i try to create bp-custom.php file and upload at my wp-content > plugin and i use code below ;
<?php define ( ‘BP_AVATAR_THUMB_WIDTH’, 80 ); define ( ‘BP_AVATAR_THUMB_HEIGHT’, 80 ); define ( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 640 ); define ( ‘BP_ACTIVITY-AVATAR_THUMB_WIDTH’, 80 ); define ( ‘BP_ACTIVITY-AVATAR_THUMB_HEIGHT’, 80 ); ?>
i also tried to using the code as mentioned below in CSS but is not working.
div.activity-avatar img.avatar { height: 40px; width: 40px; }
need to help here
July 24, 2016 at 00:32 #129940jryzParticipanthi,
i have another question is i tried to use CSS to custom Activity Button layout but is only work with “RESHARE and EDIT” Tab not “DELETE and LIKE” tab check image attachment 1
am i missing anything ?
i use inspector element to check the CSS to custom the button by using
#buddypress .activity-meta a.button.like, #buddypress .activity-meta a.button.unlike {
border: none;
}but nothing is not working. check image attachment 2
Attachments:
You must be logged in to view attached files.July 25, 2016 at 05:12 #130010LauraModeratorHello, can you share admin credentials so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 26, 2016 at 13:21 #130219LauraModeratorHello, try adding this to style.css of child theme
COPY CODE.activity-meta a { border: 1px solid black !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 1, 2016 at 19:00 #130913jryzParticipantHi , activity button problem solved , what about activity profile avatar ? anyway do i can increase the avatar size to fit with the circle? check image attachment.
Attachments:
You must be logged in to view attached files.August 1, 2016 at 21:44 #130946LauraModeratorHello, seems like you fixed it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.August 8, 2016 at 02:44 #131586LauraModeratorGlad you could resolve it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.