-
Author
-
May 14, 2015 at 01:15 #58695AbracadabraParticipant
Can KLEO box layout on all groups page be used for all members page?
group boxes are much nicer and larger than boxes used for all members page, is it possible to change it on all members page since they are both KLEO designs?May 15, 2015 at 13:55 #58883RaduModeratorHello,
Try with this css snippet :
COPY CODE#buddypress #members-list li div.item-avatar { width: 100px; display: block; height: 100px; text-align: center !important; margin: 0 auto !important; float: none; } #members-list .item-meta {text-align: center;} #buddypress ul.item-list li div.item-title {margin-left: 0;margin-right: 0;} #buddypress #members-list .item-title {margin-left: 0;margin-right: 0;text-align: center;} #buddypress #members-list .item-meta {margin-left: 0;margin-right: 0;text-align: center;} ul#members-list li.kleo-masonry-item .member-inner-list{ } #buddypress #friend-list div.item, #buddypress #members-list div.item, #buddypress #member-list div.item { color:#FFF; } #buddypress #members-list .item-title a { font-weight: bold; } #buddypress #members-list li div.item-avatar img.avatar {width:100%}
Let me know if is ok
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 15, 2015 at 15:04 #58902AbracadabraParticipantthanks for the code Radu, now I have avatars on top and very nice group box layout, but my extra fields have disappeared and block button is not centered, there is only blank space there.
I used this code to add extra profile fields
http://buddydev.com/snippets/tag/add-xprofile-fields-to-the-members-directory/Attachments:
You must be logged in to view attached files.May 15, 2015 at 15:19 #58910AbracadabraParticipantIs it possible to just increase the avatar in (member.boxes_1.png) layout to the size of avatar (boxes.png) layout from prior post atachements? the second one is about twice as big. If I could do that, then I would just leave it as is.
May 15, 2015 at 16:59 #58927RaduModeratorHello,
Yes, provide a live link to that members page.
Here is a example how to add extra fields to profile directory https://archived.seventhqueen.com/forums/topic/member-customization/#post-55405
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 ‘KLEO’ is closed to new topics and replies.