-
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.Attachments:
You must be logged in to view attached files.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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 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.
Attachments:
You must be logged in to view attached files.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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.