This topic has 9 replies, 3 voices, and was last updated 10 years by cali82.

  • Author
  • #25221
     cali82
    Participant

    Hello,

    Please let me know how can I enlarge the members pictures in the directory? Also, can I make the box smaller it extends a bit too long. For example, there is too much space in between the information. (Name, age, view profile)

    Please assist.

    Thanks!

    #25222
     cali82
    Participant
    This reply has been set as private.
    #25585
     Catalin
    Moderator

    Hello,

    please take a look at (Sweetdate > Buddypress) menu and you can set the number of members to be shown from the “Members per page” area. Take a look at my screenshot also.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #25742
     cali82
    Participant

    Hello,

    I think I meant members per column, oops! lol Basically, no matter how many members I show in the SD panel there are only 3 members shown horizontally, can I change this to maybe 5?

    Is there any way to minimize the box size? For example, the font could fit into a smaller box. It seems too spread out and I would like to enlarge the photo size. =)

    Thanks!

    #25894
     Catalin
    Moderator

    Hello,

    You need to copy this file in your child theme folder keeping the same structure:

    ..\themes\sweetdate\members\members-loop.php

    and modify this line:

    COPY CODE
    
      <div class="four columns">
    

    from line 25

    with this:

    COPY CODE
    
      <div class="two columns">
    

    Let me know if this works.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #25927
     cali82
    Participant

    Thank you=)

    It made a difference! Is it possible to enlarge the photo size?

    #25988
     Model
    Participant

    I also need to be able to enlarge the photos can you please let us know how to accomplish this.

    #25994
     Catalin
    Moderator

    Hello,

    In the same file you have already copied in your child theme folder go to line 28 and replace

    COPY CODE
    
    <?php bp_member_avatar('type=thumb&width=94&height=94&class='); ?>
    

    with

    COPY CODE
    
    <?php bp_member_avatar('type=thumb&width=XXX&height=XXX&class='); ?>
    

    where XXX is the new dimensions for the avatar images (width x height). Please consider the fact that avatar pictures have to have equal or higher size compaired to XXX, the new value.

    Also, you need to add this code to your style.css file from your child theme:

    COPY CODE
    
    
    body.members .search-item .avatar
    {
      width:  XXXpx !important;
      height: XXXpx !important;
    }
    
    

    Analog XXX explanation.

    Let me know if this works.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #26119
     Model
    Participant

    this worked thanks!!

    #26121
     cali82
    Participant

    Thank you=)

    So glad this worked for us!

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

The topic ‘Re: Members Directory’ is closed to new replies.

Log in with your credentials

Forgot your details?