Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Socialize 4 and avatar Size

9 years 6 months ago
Licenses:
JomSocial Expired Socialize Expired

Hey,

Can you tell me where can I change the default avatar size ? I would like 150px or 200px ( like facebook )
Witch CSS should be edited .

9 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

You can edit or override this file components/com_community/templates/jomsocial/layouts/profile/focus.php, find this code :

<img src="<?php echo $user->getThumbAvatar() . '?_=' . time(); ?>" alt="<?php echo $this->escape( $user->getDisplayName() ); ?>">
you can add the width from there
<img width="150" height="200" src="<?php echo $user->getThumbAvatar() . '?_=' . time(); ?>" alt="<?php echo $this->escape( $user->getDisplayName() ); ?>">

i hope it will help

9 years 6 months ago
Licenses:
JomSocial Expired Socialize Expired

Hey
thank you now the height is cool but the width is still the same.

9 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I see, You can add new css code for this :

.joms-avatar--focus img{
width:150px !important;
}

9 years 6 months ago
Licenses:
JomSocial Expired Socialize Expired

I'm using the default socialize template .
What is the right CSS file ?
( I'm really dumb sorry )

9 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

you can add that code on this file components/com_community/templates/jomsocial/assets/css/style.css

9 years 6 months ago
Licenses:
JomSocial Expired Socialize Expired

Thank you, now it's bigger but still not 150px.. I don't know the reason why.. but thank you

9 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

glad to know that :)

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW