Problem after update to 2.15

GK User
Fri Mar 29, 2013 4:30 pm
After updating to version 2.15 of the Mucisity template the content of my site has moved up to the top of the page so it covers the whole header. You can see it here on my test site:

http://www.ffatest.se/
User avatar
Platinum Boarder

GK User
Fri Mar 29, 2013 4:57 pm
Hi, sure strange. Temporary please add/overwrite this css style:

Code: Select all
#mainPage { margin-top:170px }
User avatar
Platinum Boarder

GK User
Fri Mar 29, 2013 5:02 pm
p.s.
I know why it's happens.
It's because this file: components/com_community/assets/modules/module.css, from JomSocial.
It uses "clear" class other that ours with "!important", that's why template breaks.


Second solution: clear this line:
Code: Select all
height: 0 !important; 


from module.css file, in .clear { ....} class.
User avatar
Platinum Boarder

GK User
Fri Mar 29, 2013 6:57 pm
Yes now it looks better!

So this is a problem in Jomsocial which I should report to them?
User avatar
Platinum Boarder

GK User
Sat Mar 30, 2013 10:40 am
Hard to say, but I think it "destroy" not only our templates layout but more templates. So if you have time, sure.
User avatar
Platinum Boarder


cron