This topic has 9 replies, 2 voices, and was last updated 10 years by raniele.

  • Author
  • #86868
     raniele
    Participant

    Hullo 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

    #86985
     Radu
    Moderator

    Hi,

    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 solution
    #87271
     raniele
    Participant

    Thank 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.avatar

    but 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.

    #87508
     Radu
    Moderator

    Hi,

    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 solution
    #87531
     raniele
    Participant

    Thank 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

    #87535
     raniele
    Participant

    sorry forgot to attach,here they are

    #87542
     raniele
    Participant

    My 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 🙂

    #87558
     raniele
    Participant

    Sorry 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.

    #87716
     Radu
    Moderator

    Hi,

    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
    #88277
     raniele
    Participant

    Hullo Radu,
    Thanks afgain for your support but fortnately I found a solutuion.
    In case anybody else is interested I fixed it addressing buddypress default avatar size.

Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?