This topic has 11 replies, 3 voices, and was last updated 9 years by sharmstr.

  • Author
  • #57312
     joy
    Participant

    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.

    #57315
     sharmstr
    Moderator

    You’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #57320
     joy
    Participant

    Oh I’m sorry, I forgot to include the images. This is the results I’m having.

    #57321
     joy
    Participant

    Images weren’t attaching for some reason. But here they are.

    Attachments:
    You must be logged in to view attached files.
    #57347
     sharmstr
    Moderator

    Follow 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #57349
     sharmstr
    Moderator

    Log 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 solution

    This 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.
    #57352
     joy
    Participant

    I’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.

    #58589
     Abracadabra
    Participant

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

    #59121
     Abracadabra
    Participant

    I 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

    #59128
     sharmstr
    Moderator

    Put 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #59129
     Abracadabra
    Participant

    thanks thats very valuable! I was able to figure out how to hide a button on group members page by using your guide.

    #59134
     sharmstr
    Moderator

    Sweet! *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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

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

Log in with your credentials

Forgot your details?