By peter guettenberger on Friday, 08 April 2016
Likes 0
Views 868
Votes 0
Dear People,

this time I resized the profile pictures by changing the style.min.css and the style.css inside the root modules/mod_easysocial_users/styles. But somehow they blurr out now! I made a little research, and read an article about changing some settings inside a .js file. But I don't know javascript ! Can you help, please?
best regards!
Edit the file in /modules/mod_easysocial_users/tmpl/default.php and replace the codes below,


<?php echo $user->getAvatar();?>


With,


<?php echo $user->getAvatar(SOCIAL_AVATAR_LARGE);?>
·
Saturday, 09 April 2016 15:16
·
0 Likes
·
0 Votes
·
0 Comments
·
sorry, I missed adding the screenshot
·
Friday, 08 April 2016 01:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Peter,

Can you provide us with your Joomla backend and FTP access so we can help you check on this?

By the way, in the future you can just include your site's access once at http://stackideas.com/dashboard/site rather than needing to keep adding them in your replies
·
Friday, 08 April 2016 18:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,
thanx a lot! I just did as you said (added the login into my dashboard )
·
Friday, 08 April 2016 22:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Peter,

The image sizes generated are using medium sized (64x64). If you try to resize it to anything larger than that, it will definitely be pixelated

If you want to use a larger image size, you must modify the theme files and change it to use a larger version. Do take note that with larger sized images, your site will take longer time to render because larger images = larger sizes.

Anyway which page are you trying to modify so that I can tell you which file you should be modifying.
·
Saturday, 09 April 2016 15:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,
we built a Member site with all the Profile pictures (http://modelwelt.at/index.php/mitglieder) and also at the right site bar of the community platform (http://modelwelt.at/index.php/community). Yeah, would be great you could provide us with the paths of the sites which needs to be modified!
·
Saturday, 09 April 2016 15:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Sir! That worked for me! You may mark this ticket as solved ! Have a nice Weekend!
·
Saturday, 09 April 2016 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Have a great weekend!
·
Saturday, 09 April 2016 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post