-
Author
Tagged: buddypress cove
-
October 15, 2015 at 17:57 #82413
mtgame21
ParticipantHow 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.October 15, 2015 at 18:01 #82419sharmstr
ModeratorTry 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 solutionOctober 15, 2015 at 19:39 #82464mtgame21
ParticipantThat 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.
October 15, 2015 at 20:01 #82480sharmstr
ModeratorI 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 solutionOctober 15, 2015 at 21:31 #82516mtgame21
ParticipantI 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.
October 15, 2015 at 22:04 #82524sharmstr
ModeratorIt 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 solutionOctober 15, 2015 at 22:44 #82530mtgame21
ParticipantI 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?
October 15, 2015 at 23:03 #82542sharmstr
ModeratorYou 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 solutionOctober 16, 2015 at 17:17 #82699mtgame21
ParticipantThanks for your help.
Here is the link to my site that is still under construction. http://www.mercquest.com username: testuser1 pwd: //34//34//34I 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?
October 16, 2015 at 18:02 #82713sharmstr
ModeratorTry 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 solutionOctober 16, 2015 at 18:19 #82719mtgame21
ParticipantI 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.
October 16, 2015 at 19:16 #82736sharmstr
Moderatorwhat 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 solutionOctober 16, 2015 at 20:32 #82772mtgame21
ParticipantI didn’t notice a difference by adding .following
October 16, 2015 at 21:14 #82789sharmstr
ModeratorYou 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 solutionOctober 16, 2015 at 21:19 #82791mtgame21
ParticipantYou are AWESOME! That fixed it. My bad on not applying it to the second selector, didn’t see it at first 🙂
October 16, 2015 at 21:28 #82793sharmstr
ModeratorThat’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 -
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.