-
Author
-
September 9, 2015 at 15:28 #76690
hma
ParticipantHello,
I am using sabai discuss which is integrated very nicely with kleo.
The only little twea to make is to turn the photos in round instead of square.
Please see screens hereby.
Best regards,
Hervé
Ps / would it be possible also in the smae time to increase these photos about 30 %
Best regards,
HervéSeptember 9, 2015 at 15:59 #76700sharmstr
ModeratorIn the future, please provide a link when you’re asking for css support for a plugin that isnt standard with Kleo. It will help us help you faster. I was able to find a link to your site by going through your old replies.
So, unfortunately, the avatars dont have a class associated with them, so we cant target it to change the css. The style of the avatar is produced inline by the plugin. Ask the plugin developers how to increase the avatar size and add a border-radius:100% to it.
I was able to style the avatars in the sidebar widget. Try this in your quick css
COPY CODE.sabai-wordpress-widget-image img { width: 30px !important; height: 30px !important; 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 solutionSeptember 9, 2015 at 16:03 #76702sharmstr
ModeratorI was able to style the avatar in the comments as well
COPY CODE.sabai-comment-avatar img { height: 30px !important; width: 30px !important; border-radius: 100% !important; }So, I think that leaves the avatar for the person who started the question as the one that cant be styled.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 12, 2015 at 22:19 #77356hma
ParticipantHello,
I did contact the dev of Sabai.
He made the changes for us . see his mails hereby :Hello,
Please replace the following files with the ones attached:
wp-content/plugins/sabai/lib/Sabai/Helper/UserIdentityLink.php
wp-content/plugins/sabai/lib/Sabai/Helper/UserIdentityLinkWithThumbnail.phpYou can then use the .sabai-user-with-thumbnail class to target links with user thumbnails.
Regards,
KazuSo I have rempkaced the files as requested on the server.
Log : startops5
pass : lerovesss123Best rgs,
HervéSeptember 16, 2015 at 13:19 #77977hma
ParticipantHello,
Just a reminder. Do you have news for me at this point ?
Best regards,
HervéSeptember 16, 2015 at 14:51 #77998sharmstr
ModeratorWhat do you need from me? They gave you instructions. Did you follow them?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 16, 2015 at 14:57 #78000hma
ParticipantHello Sharmstr,
I did follow indeed instructions, but I don’t know how to do the last item, as they specified :
You can then use the .sabai-user-with-thumbnail class to target links with user thumbnails.
Best regards,
Hervé
September 16, 2015 at 15:00 #78003sharmstr
ModeratorI assume that you use it like I’ve shown you how to use the other ones
COPY CODE.sabai-user-with-thumbnail { 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 solutionSeptember 16, 2015 at 15:07 #78006hma
ParticipantWell,
First sorry for chasing you , but I don’t have much knowled of CSS;Second, There is sth wrong. Please see the image after quick css…
Best rgs,
HervéSeptember 16, 2015 at 15:16 #78008sharmstr
ModeratorNo need to apologize. The issue is that I dont know. They dont use a normal image. They are setting the image to be the background of the link so the roundness of the image only happens on the left side. Again, you need to talk to them. Ask them specifically how to make the avatar round.
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.