This topic has 16 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #82413
     mtgame21
    Participant

    How can I hide these 3 items from appearing in the Buddypress Profile Cover area. In the picture,

    First item is the most recent posting from this user “This is a test post on 10/15/15”. This also appears for each user in a member directory. Hopefully, the fix will hide it in both pages.

    Second item is the “View” link. This also appears for each user in a member directory. Hopefully, the fix will hide it in both pages.

    Third item is the “Public Message” button.
    Thanks.

    #82419
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    #buddypress .update {
        display: none !important;
    }
    #latest-update {
        display: none !important;
    }
    #post-mention {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #82464
     mtgame21
    Participant

    That worked great and also helped hide it inside the Member directory boxes
    Do you have any suggestions for how I can fix the formatting in the picture from a Member Directory page.

    I am using the “Buddypress: BP-WP Profile Reviews and Rating Plugin” so members can rate other Buddypress members and this what creates the star rating. If you have any recommendations on other plugins that serve the same purpose, please let me know.

    #82480
     sharmstr
    Moderator

    I need a link and credentials

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

    I may almost have it fixed.

    Is there a way to set a minimum height for the box. For the boxes that show “No Review”, the height is 130px. For all the members that have a Review like the one I circled in red, These boxes have a height of 95px. I’m not sure why it changes.

    The other fix was I was able to resize the container box that holds the review line and set it to match the set width of the main container reference above. The set width is 277px, previously it was 333 for this container.

    #82519
     mtgame21
    Participant

    Meant to post this picture above

    #82524
     sharmstr
    Moderator

    It changes as information is added. They are not hard set. Again, if you provide a link I can help.

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

    I kept playing with different margins/padding and was able to make my default directory page look good with three members in each row. See pic. FYI, this page is a one sidebar page template

    My last problem is when on a buddypress “Followers” tab. See pic. FYI, this page is a 2 sidebar page template. It tries to squeeze three members across a row and screws up the formatting. Is there a way to default it to list two members per row and then maybe it will have enough room for each member box, so it displays like it does on the default directly page?

    #82542
     sharmstr
    Moderator

    You can try this. I have no idea if it will work since you are refusing to give me a link.

    COPY CODE
    
    #buddypress .kleo-isotope>.kleo-masonry-item, #buddypress .kleo-isotope>li {
        width: 50%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #82699
     mtgame21
    Participant

    Thanks for your help.
    Here is the link to my site that is still under construction. http://www.mercquest.com username: testuser1 pwd: //34//34//34

    I tried your last suggestion, but it didn’t work and then I removed it from the quick CSS.

    Once you log in, use the Menu Bar to go to the “Following” page and also the “Member Search” page. The “Following” needs the formatting help.

    The formatting on the “Member Search” page looks good now. However, in the “Order by” pull down list, how could I add an option to order by the STAR rating?

    #82713
     sharmstr
    Moderator

    Try it with !important

    Regarding adding an order by star rating. I have no idea and its beyond the scope of support here.

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

    I added !important and that made the Following page a 2 column member list, which looks good. However it also changed the Member Search page from 3 columns to 2, which messed up the formatting on that page. Is it possible to make that change only apply on to the Following page?

    No problem on the STAR rating sort by request. I’ll reach out to the developer on that.

    #82736
     sharmstr
    Moderator

    what happens if you put .following infront of it

    .following #buddypress .kleo-isotope>.kleo-masonry-item, .following #buddypress .kleo-isotope>li

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

    I didn’t notice a difference by adding .following

    #82789
     sharmstr
    Moderator

    You only put it on the first selector. Not the second one.

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

    You are AWESOME! That fixed it. My bad on not applying it to the second selector, didn’t see it at first 🙂

    #82793
     sharmstr
    Moderator

    That’s cool. I miss stuff all the time 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 17 posts - 1 through 17 (of 17 total)

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

Log in with your credentials

Forgot your details?