Avatar quality
Avatar quality
10 years 5 months ago - 10 years 5 months ago
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
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.
Re: Avatar quality
10 years 5 months ago
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
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 **
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.
Please Log in or Create an account to join the conversation.
Re: Avatar quality
10 years 5 months ago - 10 years 5 months ago
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.
- 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,
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 **
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.
Re: Avatar quality
10 years 5 months ago
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
•First avatar not centered
•Category image became more darker than before
Please Log in or Create an account to join the conversation.
Re: Avatar quality
10 years 5 months ago
Hi,
I have just updated above CSS code rules, please copy and update to the custom.css file.
Hope this helps
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 **
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.
Time to create page: 0.258 seconds