Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

jomsocial 4.0.2: messy size, dimensions and style of pictures and avatars

9 years 3 weeks ago
  • sascha's Avatar
    Topic Author
  • sascha
  • Offline
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 2
Licenses:
JomSocial Expired

ISSUE SUMMARY:
Now upgraded to jomsocial 4.0.2 the size, dimensions and style of pictures - exept event covers - in the activity stream and member avatars (module position 'tab: Mitglieder') are not shown correcty. It looks like a css problem, but I have no right idea where to start and how to solve or override the problem as there are more than 4000 code lines in jomsocial style.css. Any assistance or solutions are very appeciated?

You find jomsocial 4.0.2 running with the above explaned problem on path domain name + /gemeinschaft

9 years 3 weeks ago
  • sascha's Avatar
    Topic Author
  • sascha
  • Offline
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 2
Licenses:
JomSocial Expired

Found the solution by myself. Fixed the problem by editing the css of the gavick template gk_creativity:

/joomla/corporate173/eo/templates/gk_creativity/css/joomla.css

OLD:
section img {
height: auto!important;
max-width: 100%!important
}

NEW:
section img {
height: auto;
max-width: auto
}

/templates/gk_creativity/html/com_community/assets/css(style.css

OLD:
.joms-media--image img {
max-width: 100%; }

NEW:
.joms-media--image img {
width: 100%; }

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