This topic has 14 replies, 3 voices, and was last updated 9 years by matt88.

  • Author
  • #62579
     matt88
    Participant

    How do you change the members directory layout. I have a blocking plugin (https://wordpress.org/plugins/bp-you-are-blocked/), which adds a third button to the members icon but it looks ugly in the grid masonry layout see gnosticthought.org/members how do you change the layout of the members directory to a list

    #62633
     Laura
    Moderator

    Hello, could you share an user so i can check it out 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62672
     matt88
    Participant

    It’s not on the members profile just in the members directory. There are now three buttons and they don’t line up since there are three an uneven number see “block” in picture. It don’t look so bad in a list

    Attachments:
    You must be logged in to view attached files.
    #62745
     Laura
    Moderator

    Hello, i cannot see the block button if im not an user 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62778
     matt88
    Participant
    This reply has been set as private.
    #62944
     Laura
    Moderator

    Hello, please try with this CSS in Quick Css of Theme Options or Style.css

    COPY CODE
    
    #buddypress #admins-list li, #buddypress #mods-list li, #buddypress #members-list li, #buddypress #member-list li {
      display: block;
      padding: 30px;
    }
    li.kleo-masonry-item {
      width: 29% !important;
    }
    #buddypress #friend-list div.action, #buddypress #member-list div.action, #buddypress #members-list div.action {
      clear: both;
      position: relative;
      text-align: center;
      right: inherit;
      margin-left: -60px;
    }
    .generic-button.block-this-user {
      z-index: 1;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #63326
     matt88
    Participant

    It looks a little better “block” is centered now. But since there are only three buttons it is bound to look a little off. Is there anyway to put the block button on the bottom and add the “Public Message” button beneath the “Private Message” So all four buttons show up on the members directory page like so:

    Add Friend Private Message
    Block Public Message

    Thanks.

    #63600
     Laura
    Moderator

    Hello, i didnt see Public Message, so i cannot align it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #63841
     matt88
    Participant

    Is it possible to add the public message button to the users tile on the members directory?

    #63997
     Laura
    Moderator

    Hello, if you have activity stream activated it will appear. Check it out at Settings > Buddypress

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #64022
     matt88
    Participant
    This reply has been set as private.
    #64134
     Laura
    Moderator

    Hello, will assign the ticket to a higher support lever who can help and advise you in your query.
    It would be good to have you credentials to facilitate our work.
    Thanks! 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #64248
     matt88
    Participant

    Thanks You need the credentials for admin user to my site?

    #64301
     Radu
    Moderator

    Hi,

    I’ve added this css code to your theme options -> general settings -> Quick CSS

    COPY CODE
    
    .generic-button.block-this-user {
      position: absolute;
      right: 32px;
      bottom: 54px;
    }
    

    The buttons are inline now

    It’s ok ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #64415
     matt88
    Participant

    Hi Thanks for replying It was all in one line on the members directory gnosticthought.org/members but the block button was all the way to the left on the members profile ie gnosticthought.org/members/phoster. I figured I can hide the block button on the members directory with this css

    li.kleo-masonry-item .generic-button.block-this-user {
    display: none;
    }

    While still being visible on the members profile.

    Thanks

Viewing 15 posts - 1 through 15 (of 15 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?