This topic has 6 replies, 2 voices, and was last updated 9 years by mbuckingham.
-
Author
-
August 28, 2015 at 23:21 #75111mbuckinghamParticipant
When I go to the activity page the profile images show up as squares under the default everything as you can see in the first attachment. When I change the feed to include just updates they show up as circles. Is their a way to make it so it always displays the profile pics in the activity feed as circles or is this some bug being caused by some third party plugin?
Attachments:
You must be logged in to view attached files.August 29, 2015 at 13:01 #75175sharmstrModeratorCould be a plugin conflict. In any case, put this in your quick css
COPY CODE#buddypress .activity-list .activity-avatar img.avatar { border-radius: 100%; }
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
August 31, 2015 at 08:37 #75476mbuckinghamParticipantAwesome that worked, but the border is still a square how do I change that to also be a circle?
August 31, 2015 at 16:07 #75507sharmstrModeratorAdd this as well
COPY CODE.activity-avatar { border-radius: 100% !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
September 1, 2015 at 19:52 #75728mbuckinghamParticipantThe outside is still showing up as a square instead of circle as you can see in the attachment.
Attachments:
You must be logged in to view attached files.September 1, 2015 at 21:17 #75740sharmstrModeratorI dont see that you added the additional code I gave you. That is the code that will round out the border.
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
September 1, 2015 at 22:00 #75762mbuckinghamParticipantOk that worked, I had a typo. Thank you for your support.
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.