-
Author
-
October 29, 2015 at 02:45 #84815tmh23Participant
I would like to make some changes to the avatar images. I’ve attached a screen shot of what I’d like to accomplish for both the activity stream in buddypress and with the buddypress activity widget that I am using on the home page.
See screen shot…
Attachments:
You must be logged in to view attached files.October 29, 2015 at 17:26 #84898RaduModeratorHi,
To provide you correct CSS solution please provide me URL from the screenshot and an admin credentials if the page is private.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 29, 2015 at 19:38 #84936RaduModeratorHi,
Add this css snipet to wp-admin -> theme options -> general settings -> quick CSS or in kleo-child/style.css
COPY CODE.alternate-color .activity-list .activity-avatar, .alternate-color .comment-wrap .comment-avatar { box-shadow: 0 0 0 3px #f7f7f7 !important; }
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 29, 2015 at 20:22 #84939tmh23ParticipantThat works great! Is there a way to make the avatar a little bigger?
Troy
October 29, 2015 at 20:27 #84940tmh23ParticipantI also have one other issue that I noticed last night.
On mobile, the contact envelop button doesn’t appear next to the up arrow?Troy
November 3, 2015 at 14:29 #85467RaduModeratorHi,
Please provide a screenshot that pointing out that problem.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 3, 2015 at 17:37 #85502tmh23ParticipantI’d like to increase the size of the avatar circles that kleo uses for buddypress avatars throughout the site.
I’ve attached screenshots.Attachments:
You must be logged in to view attached files.November 3, 2015 at 17:44 #85509tmh23ParticipantI’ve attached screenshots also of how the contact envelope does not appear on mobile. If the phone is held normally it does not appear but if you rotate the phone horizontal it shows.
Attachments:
You must be logged in to view attached files.November 4, 2015 at 18:16 #85619RaduModeratorHi,
For large avatars in activity use this CSS
COPY CODE#buddypress .activity-list .activity-avatar { width: 100px !important; height: 100px !important; } #buddypress .activity-list .activity-avatar a img { width: 90px !important; height: 90px !important; } #buddypress .activity-list .activity-avatar { margin-left:0 !important; } #buddypress .activity-list .activity-content { margin: 0 0 0 115px !important; }
And for the quick contact use this CSS
COPY CODE@media screen and (max-width: 480px) .kleo-quick-contact-wrapper { display: block !important; }
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 4, 2015 at 21:36 #85641tmh23ParticipantAdded the CSS for the contact fix above but I still don’t see the contact icon showing on mobile with the screen in portrait.
Troy
November 5, 2015 at 16:25 #85721RaduModeratorOh sorry,
I’ve forgot a { and }
The correct CSS is :
COPY CODE@media screen and (max-width: 480px){ .kleo-quick-contact-wrapper { display: block !important; } }
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 5, 2016 at 15:51 #114637keyandceeParticipantThe Code for a lager Avatar is great, but the quality them are low? any solutions for the better quality?
COPY CODE#buddypress .activity-list .activity-avatar { width: 100px !important; height: 100px !important; } #buddypress .activity-list .activity-avatar a img { width: 90px !important; height: 90px !important; } #buddypress .activity-list .activity-avatar { margin-left:0 !important; } #buddypress .activity-list .activity-content { margin: 0 0 0 115px !important; }
April 5, 2016 at 18:17 #114701RaduModeratorHI,
Follow this
https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/
Chers
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 ‘KLEO’ is closed to new topics and replies.