This topic has 16 replies, 2 voices, and was last updated 9 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.

    Attachments:
    You must be logged in to view attached files.
    #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

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

    #82464
     mtgame21
    Participant
    This reply has been set as private.
    #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

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

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

    Attachments:
    You must be logged in to view attached files.
    #82519
     mtgame21
    Participant
    This reply has been set as private.
    #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

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

    #82530
     mtgame21
    Participant
    This reply has been set as private.
    #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

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

    #82699
     mtgame21
    Participant
    This reply has been set as private.
    #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

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

    #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

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

    #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

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

    #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

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

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?