BuddyDev

Search

BuddyPress Member Types Pro as member list grid?

  • Participant
    Level: Initiated
    Posts: 10
    Kim Hargis on #52966

    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
    Kim

  • Keymaster
    (BuddyDev Team)
    Posts: 24435
    Brajesh Singh on #52967

    Hi 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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 10
    Kim Hargis on #53027

    Hi, 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
    Kim

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3110
    Ravi on #53028

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

This topic is: not resolved