BuddyBoss Home – Web Support Forums Themes Boss. theme Display members list

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #41614
    @marcoart

    On tablets & mobile especially- is there a way to show more than one member in a row. Perhaps have a grid with 3 per row?

    Answers

    #41653

    Alyssa
    Participant
    @alyssa-buddyboss

    @marcoart You could edit this element in custom.css:
    #buddypress #members-list li{width:50%;}
    or 33% for that matter
    The only issue with this is that there are also buttons to add the user as a friend that will be misformatted. I cannot support this option but this should get you started. You could remove the buttons from mobile altogether on that page.
    NOTE:Make sure you place the code in the mobile section of custom.css

    #41848
    @marcoart

    Ok thanks for your reply – I was trying to get the look and feel of an app using the photo squares as the navigation and leave interaction till they viewed the selected profile.

    #41873

    Alyssa
    Participant
    @alyssa-buddyboss

    @marcoart no problem to remove the action buttons add this to the mobile section of your custom.css:
    .item-list li .action{display:none;}

    #41930
    @marcoart

    Perfect – thank you – you have given me the look and feel of an app now 🙂

    #41939
    @marcoart

    I spoke a little too soon. When i add:

    .item-list li .action{display:none;}

    to the mobile sections of the custom.css it doesn’t remove the action buttons from the mobile version:

    …….

    `/*————————————————————–
    2.1 – MAXIMUM width of 720 pixels (phones landscape)
    ————————————————————–*/
    @media screen and (max-width: 720px) {
    #buddypress #members-list li{width:33%;}
    .item-list li .action{display:none;}
    /*
    .just_an_example {
    color: black;
    }
    */

    }/* don’t delete this closing bracket */

    /*————————————————————–

    #42055

    Alyssa
    Participant
    @alyssa-buddyboss

    @marcoart can you send me a link and login credentials?

    #42090

    Alyssa
    Participant
    @alyssa-buddyboss

    @marcoart looks good to me, perhaps it is a local cache issue?

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Display members list’ is closed to new replies.