-
Author
Tagged: Block, member profile, action
-
May 5, 2015 at 00:55 #57312joyParticipant
Hello, I am having trouble with editing the members directory page. Initially I wanted to only remove the member “update”, which I was able to do by using:
COPY CODE#buddypress #friend-list .update, #buddypress #member-list .update, #buddypress #members-list .update { display: none !important; }
But then the buttons that are left are misaligned. One does not have a border on it at all and I don’t know how to fix it. To fix the misaligned buttons, I decided to remove the action buttons completely. However, the “block” button still remains. I realize that this is a feature from another plugin but since your theme is compatible with it I was hoping that you would be able to help.
This is the code I use to remove the action buttons, but the “block” button is unaffected:
COPY CODE#buddypress #friend-list div.action, #buddypress #member-list div.action, #buddypress #members-list div.action, { display: none !important; }
Any ideas? Preferably I would like to keep the buttons with the proper formatting. Thank you.
May 5, 2015 at 01:03 #57315sharmstrModeratorYou’re already removing the “action” div. If that plugin is putting outside of that div, we have no insight to it. Why not ask them how you would hide it using the 2015 theme. My guess is it wouldnt be any different.
I’m confused about the first part. If you’ve removed the update AND the action buttons, what buttons are miss-aligned?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 5, 2015 at 01:40 #57320joyParticipantOh I’m sorry, I forgot to include the images. This is the results I’m having.
May 5, 2015 at 01:41 #57321joyParticipantImages weren’t attaching for some reason. But here they are.
Attachments:
You must be logged in to view attached files.May 5, 2015 at 05:37 #57347sharmstrModeratorFollow isnt a standard button either. The only ones that are standard are Add Friend (which normally doesnt have a border, but is highlighted) and Private Message which does have a border. Did you change “add friend” or “follow” or are you using a follow plugin?
Same issue with Block. Ask them how to move it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 5, 2015 at 05:41 #57349sharmstrModeratorLog into the demo to see how it should look normally.
http://seventhqueen.com/themes/kleo/members/
Hiding the update doesnt screw up alignment of the buttons. You’re plugins are the issue. See attached.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.May 5, 2015 at 05:41 #57352joyParticipantI’m using a plugin for the “follow” as well as the “block”. The block button doesn’t respect the action div and unfortunately that plugin has been abandoned. I won’t be getting any help with that. If the buttons would align properly, I would be fine leaving it all there, but it looks funny.
Thanks for trying to help.
May 13, 2015 at 15:16 #58589AbracadabraParticipantI am having the same issue actually with the block button, I want it removed and developer for that plugin does not respond. A solution to this issue would be to use KLEO’s shortcodes for masonry/grid/carousel that only show pictures without any buttons, but the issue there is that they dont show any user information, not even a name.
May 17, 2015 at 01:43 #59121AbracadabraParticipantI have tried using the code provided here to hide Add friend and Private message buttons from all members list and it did not work for me. Does anyone have something that works in CSS edit for that? There is also add friend button on group members list that I would like to get rid of.
Thanks
May 17, 2015 at 02:21 #59128sharmstrModeratorPut this is quick css. I’ve tested it. It works.
COPY CODE#buddypress #members-list .action { display: none !important; }
Also, you may find this useful. Hopefully it will help you in the future: https://archived.seventhqueen.com/forums/topic/sidebar-layout#post-58855
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 17, 2015 at 02:39 #59129AbracadabraParticipantthanks thats very valuable! I was able to figure out how to hide a button on group members page by using your guide.
May 17, 2015 at 03:44 #59134sharmstrModeratorSweet! *hive five*
There’s a ton more you can do with it. I use it for about 75% of the topics I answer here. Check out google’s site on how to use it. I also use Firebug for Firefox.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.