-
Author
-
November 11, 2015 at 21:46 #86868
raniele
ParticipantHullo Devs!
One straightforward question for you, hoping you can lend a hand:
I’ve created several member types with the BuddyPress Member Type Generator plugin following your tutorial. Now I would need to set up member type specific member carousels, grids and masonries but I can’t find any information about it. What would you suggest?
Thanks in advance for your help
November 12, 2015 at 19:15 #86985Radu
ModeratorHi,
The BP Member Type features doesn’t have many options by default from the buddypress plugin, you will have to create some custom developments in order to achieve your requirements.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 14, 2015 at 14:17 #87271raniele
ParticipantThank you very much Radu,
I think I might have found a suitable workaround for my needs, yet I would like to ask your support to properly style members’ avatar in the member directory “card” view. Feel free to move this thread elsewhere should it result offtopic.In two words:
a)I made avatars bigger tuning the following CSS rules:
#buddypress #member-list li div.item-avatar img.avatar,
and .img.avatarbut the pics are now pretty blurred and I don’t know how to fix it (same pics look nice in member masonry view, created via shortcode).
b)how can I change img.avatar (still in member directory) from .rounded to .squared?
Thanks in advance for you support.
November 16, 2015 at 17:22 #87508Radu
ModeratorHi,
Regarding the avatar sizes read this reply : https://archived.seventhqueen.com/forums/topic/member-customization#post-59595
Regarding to rounded avatars use this snippet to have square avatars use this css in wp-admin -> theme options -> quick CSS
COPY CODE#buddypress #members-list li div.item-avatar img.avatar { border-radius: 0 !important; -webkit-border-radius: 0% !important; } #buddypress #members-list li div.item-avatar { border-style: none !important; border-width: 5px; width: 60px; height: 60px; }Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 16, 2015 at 17:53 #87531raniele
ParticipantThank you very much for your reply Radu,
Unfortunately what you proposed just does not work for fixing the photo blurring.
Let me try to sum it up again adding some pic this time as well:
1. I’ve been trying to set large avatars in the memeber loop view
2. Avatar size was changed via css as follows:
.item-avatar{
width: 200px !important;
height: 200px !important;
margin:0 0 25px 30px !important;
}
#buddypress #members-list li div.item-avatar {
float: none !important;
display:block !important;
}#buddypress #members-list li div.item-avatar img.avatar {
width: 200px !important;
height: 200px !important;
}3. Before using your code, avatars looked blurred as in capture1, of which I am also uploading the original pic.
4. After applying your code (see Capture2), avatar pic just broke as for Capture
November 16, 2015 at 17:59 #87542raniele
ParticipantMy bad!
I realised just after having sent the message where (my) syntax error was.
Your solution went as smooth as witch’s oil.
Thanks a lot Radu, from me and Ronald 🙂November 16, 2015 at 18:08 #87558raniele
ParticipantSorry for bothering Radu,
I am afraid that the solution you provided only fixed avatars in the member directory page, avatars of any masonry I create on any page are still blurred.
THanks in advance if you have any suggestion about how to proceed and my most sincere apologies for this messy thread but I’m writing from my phone at the moment.November 17, 2015 at 16:20 #87716Radu
ModeratorHi,
Can you please provide me WP admin credentials + URL and FTP ?
To be clear : please provide me an URL where the members avatars was not increased to can fifgure out better.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.