-
Author
Tagged: members directory
-
June 13, 2015 at 04:49 #62579matt88Participant
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
June 13, 2015 at 18:55 #62633LauraModeratorHello, 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 solutionLaura 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 🙂
June 14, 2015 at 05:55 #62672matt88ParticipantIt’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.June 15, 2015 at 01:22 #62745LauraModeratorHello, 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 solutionLaura 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 🙂
June 15, 2015 at 19:16 #62944LauraModeratorHello, 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 solutionLaura 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 🙂
June 17, 2015 at 01:15 #63326matt88ParticipantIt 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 MessageThanks.
June 18, 2015 at 05:13 #63600LauraModeratorHello, 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 solutionLaura 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 🙂
June 19, 2015 at 06:22 #63841matt88ParticipantIs it possible to add the public message button to the users tile on the members directory?
June 20, 2015 at 00:32 #63997LauraModeratorHello, 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 solutionLaura 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 🙂
June 21, 2015 at 05:51 #64134LauraModeratorHello, 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 solutionLaura 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 🙂
June 22, 2015 at 06:18 #64248matt88ParticipantThanks You need the credentials for admin user to my site?
June 22, 2015 at 18:29 #64301RaduModeratorHi,
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 solutionJune 23, 2015 at 06:16 #64415matt88ParticipantHi 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
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.