Page 1 of 1

FormaLMS: Template breaks

Posted: Wed Dec 04, 2013 7:09 am
by sachintholia
In FormaLMS Standard template breaks at various place. I have noted the following two situations

1. Home login page - When Social Functions are enabled
2. Category and sub Category are used

Re: FormaLMS: Template breaks

Posted: Wed Dec 04, 2013 7:32 am
by alberto
Thanks, could you please post a screenshot?

Re: FormaLMS: Template breaks

Posted: Wed Dec 04, 2013 11:59 am
by sachintholia
i added twitter application id and pass in social function and resultant is the image attached

Re: FormaLMS: Template breaks

Posted: Fri Dec 06, 2013 7:14 am
by alberto
Thanks, we'll try to fix this

Re: FormaLMS: Template breaks

Posted: Sat Feb 08, 2014 12:53 pm
by ebsi
Has this been fixed yet?

Re: FormaLMS: Template breaks

Posted: Mon Feb 10, 2014 9:09 am
by alberto
Yes, it's just a stilesheet issue, it has been fixed in Forma 1.1

This is the code change:
Find \templates\standard\style\lms-home.css at line 32-33

Code: Select all

.content .login-box {float:right;width:31%;height:342px;background:url(../images/login/bg_login.png) repeat 0 0;padding:15px 0; margin:0 20px;}
.content .login-box-social{position:relative;top:260px;width:85%;background:url(../images/login/bg_login.png) repeat-x 0 0;padding:10px 0;}
Change to:

Code: Select all

.content .login-box, .content .login-box-social{float:right;width:31%;height:342px;background:url(../images/login/bg_login.png) repeat 0 0;padding:15px 0; margin:0 20px;}

Re: FormaLMS: Template breaks

Posted: Sun Mar 16, 2014 3:34 am
by sachintholia
This problem still persist even in forma 1.1 , Please see again

Re: FormaLMS: Template breaks

Posted: Tue Mar 18, 2014 7:55 am
by alberto
Hi sachintholia, did you overwrite the template files, or applied the fix I posted?
On a clean 1.1 install the problem seems to be fixed as from this screnshot:
Screenshot - 18_03_2014 , 07_47_46.jpg
Screenshot - 18_03_2014 , 07_47_46.jpg (210.2 KiB) Viewed 4999 times