Problems with style in Jomsocial feed module

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Nov 22, 2014 7:57 pm
Reply with quote
Report this post
After I upgraded from Joomla 2.5 to Joomla 3.3 and also the J3.3 compatible version of M Social I have some style issues with the Jomsocial feed module.

I would describe it as everything is maximised. For example drop down menus that are supposed to be hidden until you click them are expanded all the time and when a user have uploaded several photos to Jomsocial all photos are being displayed on top of each other and they are pretty large. It makes everything look bloated and not very nice.

Does anyone have a idea on how to fix it?

I can give out admin access so that you can login and see the problem for yourself.

http://www.ffatest.se/

Capture.PNG
User avatar
Platinum Boarder

teitbite
Tue Nov 25, 2014 7:56 am
Reply with quote
Report this post
Hi

Please send me an access and tell me what to do to see the module from the screenshot.
User avatar
Moderator

GK User
Tue Nov 25, 2014 7:18 pm
Reply with quote
Report this post
Sent you a PM.

You can see the problem right on the front-page. It's the module called "Senaste Aktiviteterna" and it's just below the red module.
User avatar
Platinum Boarder

teitbite
Wed Nov 26, 2014 8:27 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.joms-privacy-dropdown .dropdown-menu { display: none; }
.joms-privacy-dropdown:hover .dropdown-menu { display: block; }
User avatar
Moderator

GK User
Wed Nov 26, 2014 8:38 pm
Reply with quote
Report this post
That solved one of the problems. But there still the problem of when a user have uploaded several images the images gets displayed on top of each other and they're very large.

You can see it in second entry on this page:

http://www.ffatest.se/

There's five really large images on top of each other. Is it supposed to look like that?
User avatar
Platinum Boarder

teitbite
Thu Nov 27, 2014 4:11 pm
Reply with quote
Report this post
Hi

Try with this code:

Code: Select all
.joms-stream-multi-photo .span3 {
float: left;
}
User avatar
Moderator

GK User
Thu Nov 27, 2014 7:06 pm
Reply with quote
Report this post
Thanks!
User avatar
Platinum Boarder


cron