Read before updating: How to Update Kunena Templates - More detail

Avatar quality

M Topic Author
New Member New Member
  • Posts: 12
  • Thanks: 0

Avatar quality

10 years 5 months ago - 10 years 5 months ago
#2891
I have a problem with quality of avatar.

In profile avatar have a good quality but when a person post, avatar have a very bad quality. How can i fix it.


Profil avatar quality



Post avatar blurred


Here are my Kunena settings
Last edit: 10 years 5 months ago by Mastiel.

Please Log in or Create an account to join the conversation.

Huyen Nguyen's Avatar
Moderator Moderator
  • Posts: 558
  • Thanks: 140

Re: Avatar quality

10 years 5 months ago
#2894
Hi Mastiel,

In the topic detail page we applied the width: 100%; css property for user's avatar. So I think, that is a reason to affect to image quality. Please provide me your site url, I need check again before suggest you a good solution.

Thanks
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **

Please Log in or Create an account to join the conversation.

M Topic Author
New Member New Member
  • Posts: 12
  • Thanks: 0

Re: Avatar quality

10 years 5 months ago
#2895
Site url , thanks for your answer.

Please Log in or Create an account to join the conversation.

Huyen Nguyen's Avatar
Moderator Moderator
  • Posts: 558
  • Thanks: 140

Re: Avatar quality

10 years 5 months ago - 10 years 5 months ago
#2896
Hi,

Thank you very much about your information. I have just checked your site and suggest to you some steps to solve your issue.

- Create a file with named custom.css, copy and pates below CSS rules to that file.
Code:
body #Kunena .kmsg .kpost-avatar .kavatar img { display: inline-block; /* Add new */ margin-top: 12px; width: auto; } body #uddeim-module { font-size: 100%; margin-bottom: 15px; } body #Kunena .cat-bg .mask { background-color: rgba(0,0,0,0.2); /* Update */ } body #Kunena ul.col-2 li.cat-img .kcol-category-icon { bottom: -62px; /* Update */ } body #Kunena ul.col-2 li.cat-img .kthead-desc { padding-top: 50px; } body #Kunena .fa { margin-right: 0 !important; }

- Create a folder with named css in the "[root]/media/kunena/" path.
- Upload the custom.css file to the css folder.
- Back to front-end and reload your site.

I used the Firebug tool and it worked fine. Please let's me know if if does not work on your site.

Best regards,
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Last edit: 10 years 5 months ago by Huyen Nguyen.

Please Log in or Create an account to join the conversation.

M Topic Author
New Member New Member
  • Posts: 12
  • Thanks: 0

Re: Avatar quality

10 years 5 months ago
#2904
Tanks for you help, avatars quality are now fine but some little problem appeared.

•First avatar not centered




•Category image became more darker than before

Please Log in or Create an account to join the conversation.

Huyen Nguyen's Avatar
Moderator Moderator
  • Posts: 558
  • Thanks: 140

Re: Avatar quality

10 years 5 months ago
#2905
Hi,

I have just updated above CSS code rules, please copy and update to the custom.css file.

Hope this helps
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **

Please Log in or Create an account to join the conversation.

M Topic Author
New Member New Member
  • Posts: 12
  • Thanks: 0

Re: Avatar quality

10 years 5 months ago
#2907
Thank you so much, it works perfectly.

Please Log in or Create an account to join the conversation.

Time to create page: 0.258 seconds