Group Avatars

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sun Nov 04, 2012 10:57 am
Joomla 2.5.7/Jomsocial 2.6.2
I've problem with adding a avatar to a group in jomsocial. I can't add a photo from back and front. I click on add avatar to a group. Monit is showing but I can't add it.
I've chacked this on all browsers. I can add avatar when i change template for dafault in jomscocial.
Any ideas how to fix this?
User avatar
Senior Boarder

Konrad M
Tue Nov 06, 2012 10:54 am
Hi,
please can you send me PM with some test account I will try fix your issue.
User avatar

GK User
Tue Nov 06, 2012 5:27 pm
sent u
User avatar
Senior Boarder

GK User
Wed Nov 07, 2012 4:45 pm
Is there a chance that you solve my problem?
User avatar
Senior Boarder

Konrad M
Wed Nov 07, 2012 5:01 pm
Please go to gk_style/css/gk_style.old.css and find:
Code: Select all

div#cWindowContent #jsform-uploadavatar input#filedata[type="file"] {
    margin: -67px 0 0 -2px;
}

and change it to:
Code: Select all

div#cWindowContent #jsform-uploadavatar input#filedata[type="file"] {
    display: block;
    margin: -67px 0 0 -2px;
}
User avatar

GK User
Wed Nov 07, 2012 6:16 pm
It's working. thx for your help.
User avatar
Senior Boarder


cron