Tagged: Buddypress Member Types Pro, grid, member list
Hi, can I add something to these shortcodes [bpmtp-members-list member_type=mylinksmembership] to make a grid instead of a link with some of the members details showing?
Thank you
KimHi Kim,
Thank you for the question.I am sorry, Member Types pro does not add any grid. It uses similar markup from a theme’s members list and should list in similar way.
If you have it broken, Please link us to a page using the shortcode and we may be able to assist with custom css for the layout.
Regards
BrajeshHi, I need some css help, The Active is on half on top of the name. Is it possible to hide the Active? I can’t get the css figue out. Do you know how I can make this happen?
.bp-list li .item .item-meta, .bp-list li .item .list-title {
float: left;
text-align: left;
}@media screen and (min-width: 46.8em) {
.bp-list li .item .item-meta, .bp-list li .item .list-title {
float: left;
text-align: left;
}
}Thank you
KimHello Kim,
As per your message, I am assuming you want to hide last active time of the member. If yes, Please try the following CSS rule:
.bpmtp-shortcode-members .item-meta.last-activity { display: none; }
If not please share a screenshot what you want to hide.
Regards
Ravi
You must be logged in to reply to this topic.