-
Author
-
August 8, 2014 at 22:23 #25221cali82Participant
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!
August 13, 2014 at 16:09 #25585CatalinModeratorHello,
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,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.August 15, 2014 at 09:53 #25742cali82ParticipantHello,
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!
August 18, 2014 at 15:05 #25894CatalinModeratorHello,
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,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 18, 2014 at 17:54 #25927cali82ParticipantThank you=)
It made a difference! Is it possible to enlarge the photo size?
August 19, 2014 at 06:32 #25988ModelParticipantI also need to be able to enlarge the photos can you please let us know how to accomplish this.
August 19, 2014 at 11:16 #25994CatalinModeratorHello,
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 CODEbody.members .search-item .avatar { width: XXXpx !important; height: XXXpx !important; }
Analog XXX explanation.
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Re: Members Directory’ is closed to new replies.