JoomlaLMS Learning Management System - Support Forum
|
#1
|
|||
|
|||
|
I have an issue with my lesson pages when logged in as a student. The Lesson title is displayed as expected, then there is a large space requiring you to scroll down to see the content for the lesson. This is seen in Internet explorer and FireFox but not Google Chrome and only when viewing the page as a student.
The HTML for the content looks fine, I suspect it maybe the LMS Template's CSS, not sure where to look or what other information I can provide. Thank you in advance! |
|
#2
|
|||
|
|||
|
Most probably this issue is caused by the CSS styles of the Joomla template that you use.
If you have some CSS/HTML skills - you can install firebug extension for firefox and inspect the problematic page element with it. Firebug will show you the detailed information about the CSS styles used on this element, and probably you will be able to fix the issue. if this suggestion doesn't help please submit a ticket to our helpdesk http://www.joomlalms.com/helpdesk.html and provide a screenshot of the issue, Joomla Superadministrator access to the site and detailed instructions for us to reproduce the issue. We will be glad to assist. |
|
#3
|
|||
|
|||
|
Chrome's Inspect element feature works well too. I will try with FireFox as the issue is seen in this browser as well.
Thank you! |
|
#4
|
|||
|
|||
|
The blank space is where the course content would be displayed if you clicked on the link, in firefox and IE this space is not collapsing when the contents should be closed/minimized.
Any suggestions or should I submit a ticket? <tr> <td> <div id="jlms_lpath_completion_msg_container" class="jlms_lpath_completion_message" style="visibility: hidden; display: none; margin-left: 0pt;"> </div> <div style="margin: 0px; position: static; overflow: hidden; height: 0px;"> <div id="jlms_lpath_contents_container" style="visibility: visible; width: 100%; margin: -734px 0px 0px; overflow: hidden;"> <script type="text/javascript" language="javascript"> <!-- var TreeArray1 = new Array(); var TreeArray2 = new Array(); var Is_ex_Array = new Array(); TreeArray1[1] = 0;TreeArray2[1] = 20;Is_ex_Array[1] = 1; TreeArray1[2] = 0;TreeArray2[2] = 15;Is_ex_Array[2] = 1; TreeArray1[3] = 15;TreeArray2[3] = 17;Is_ex_Array[3] = 1; TreeArray1[4] = 15;TreeArray2[4] = 18;Is_ex_Array[4] = 1; TreeArray1[5] = 15;TreeArray2[5] = 19;Is_ex_Array[5] = 1; TreeArray1[6] = 0;TreeArray2[6] = 16;Is_ex_Array[6] = 1; TreeArray1[7] = 16;TreeArray2[7] = 21;Is_ex_Array[7] = 1; TreeArray1[8] = 16;TreeArray2[8] = 22;Is_ex_Array[8] = 1; TreeArray1[9] = 16;TreeArray2[9] = 23;Is_ex_Array[9] = 1; TreeArray1[10] = 0;TreeArray2[10] = 24;Is_ex_Array[10] = 1; TreeArray1[11] = 24;TreeArray2[11] = 25;Is_ex_Array[11] = 1; TreeArray1[12] = 24;TreeArray2[12] = 26;Is_ex_Array[12] = 1; TreeArray1[13] = 24;TreeArray2[13] = 27;Is_ex_Array[13] = 1; TreeArray1[14] = 24;TreeArray2[14] = 28;Is_ex_Array[14] = 1; TreeArray1[15] = 24;TreeArray2[15] = 29;Is_ex_Array[15] = 1; TreeArray1[16] = 24;TreeArray2[16] = 34;Is_ex_Array[16] = 1; TreeArray1[17] = 24;TreeArray2[17] = 35;Is_ex_Array[17] = 1; TreeArray1[18] = 0;TreeArray2[18] = 37;Is_ex_Array[18] = 1; TreeArray1[19] = 37;TreeArray2[19] = 36;Is_ex_Array[19] = 1; TreeArray1[20] = 37;TreeArray2[20] = 38;Is_ex_Array[20] = 1; TreeArray1[21] = 37;TreeArray2[21] = 40;Is_ex_Array[21] = 1; TreeArray1[22] = 37;TreeArray2[22] = 41;Is_ex_Array[22] = 1; TreeArray1[23] = 37;TreeArray2[23] = 42;Is_ex_Array[23] = 1; TreeArray1[24] = 0;TreeArray2[24] = 44;Is_ex_Array[24] = 1; TreeArray1[25] = 44;TreeArray2[25] = 43;Is_ex_Array[25] = 1; TreeArray1[26] = 44;TreeArray2[26] = 45;Is_ex_Array[26] = 1; TreeArray1[27] = 44;TreeArray2[27] = 46;Is_ex_Array[27] = 1; TreeArray1[28] = 44;TreeArray2[28] = 52;Is_ex_Array[28] = 1; TreeArray1[29] = 44;TreeArray2[29] = 53;Is_ex_Array[29] = 1; TreeArray1[30] = 0;TreeArray2[30] = 47;Is_ex_Array[30] = 1; TreeArray1[31] = 47;TreeArray2[31] = 48;Is_ex_Array[31] = 1; TreeArray1[32] = 47;TreeArray2[32] = 49;Is_ex_Array[32] = 1; TreeArray1[33] = 0;TreeArray2[33] = 50;Is_ex_Array[33] = 1; TreeArray1[34] = 50;TreeArray2[34] = 51;Is_ex_Array[34] = 1; TreeArray1[35] = 0;TreeArray2[35] = 54;Is_ex_Array[35] = 1; function Hide_Folder(fid) { var vis_style = 'hidden';var dis_style = 'none';var i = 1; while (i < TreeArray1.length) { if (TreeArray1[i] == fid) { getObj('tree_row_'+TreeArray2[i]).style.visibility = vis_style; getObj('tree_row_'+TreeArray2[i]).style.display = dis_style; Hide_Folder(TreeArray2[i]); } i++; } } function Show_Folder(fid) { var vis_style = 'visible';var dis_style = '';var i = 1; while (i < TreeArray1.length) { if (TreeArray1[i] == fid) { getObj('tree_row_'+TreeArray2[i]).style.visibility = vis_style; getObj('tree_row_'+TreeArray2[i]).style.display = dis_style; NoChange_Folder(TreeArray2[i]); } i++; } } function NoChange_Folder(fid) { var vis_style = 'hidden';var dis_style = 'none';var i = 1;var j = 0; while (i < TreeArray2.length) { if ( (TreeArray2[i] == fid) && (Is_ex_Array[i] == 1) ) { vis_style = 'visible';dis_style = '';j = 1; } i++; } i = 1; while (i < TreeArray1.length) { if (TreeArray1[i] == fid) { getObj('tree_row_'+TreeArray2[i]).style.visibility = vis_style; getObj('tree_row_'+TreeArray2[i]).style.display = dis_style; if (j == 1) { NoChange_Folder(TreeArray2[i]); } else { Hide_Folder(TreeArray2[i]); } } i++; } } function Ex_Folder(fid) { var i = 1;var j = 1; while (i < TreeArray2.length) { if ( (TreeArray2[i] == fid) && (Is_ex_Array[i] == 1) ) { j = 0; } i ++; } if (j == 1) { Show_Folder(fid); if (getObj('tree_img_' + fid).runtimeStyle) { var StStr = getObj('tree_img_' + fid).runtimeStyle.filter; var imgStr = getObj('tree_img_' + fid).outerHTML; imgStr = imgStr.replace('chapter_expand.png','chapter_colla pse.png').replace('Expand the chapter', 'Collapse the chapter'); StStr = StStr.replace('chapter_expand.png','chapter_collap se.png'); getObj('tree_img_' + fid).outerHTML = imgStr; getObj('tree_img_' + fid).runtimeStyle.filter = StStr; } else { getObj('tree_img_' + fid).src = 'http://rppeolms.ca/components/com_joomla_lms/lms_images/learnpath/chapter_collapse.png'; getObj('tree_img_' + fid).alt = 'Collapse'; getObj('tree_img_' + fid).title = 'Collapse the chapter'; } } else { Hide_Folder(fid); if (getObj('tree_img_' + fid).runtimeStyle) { var StStr = getObj('tree_img_' + fid).runtimeStyle.filter; var imgStr = getObj('tree_img_' + fid).outerHTML; imgStr = imgStr.replace('chapter_collapse.png','chapter_exp and.png').replace('Collapse the chapter', 'Expand the chapter'); StStr = StStr.replace('chapter_collapse.png','chapter_expa nd.png'); getObj('tree_img_' + fid).outerHTML = imgStr; getObj('tree_img_' + fid).runtimeStyle.filter = StStr; } else { getObj('tree_img_' + fid).src = 'http://rppeolms.ca/components/com_joomla_lms/lms_images/learnpath/chapter_expand.png'; getObj('tree_img_' + fid).alt = 'Expand'; getObj('tree_img_' + fid).title = 'Expand the chapter'; } } i = 1; while (i < TreeArray2.length) { if ( (TreeArray2[i] == fid) ) { if (Is_ex_Array[i] == 1) { Is_ex_Array[i] = 0; } else { Is_ex_Array[i] = 1; } } i++; } mySlide_contents.show(); } JLMS_preloadImages('http://rppeolms.ca/components/com_joomla_lms/lms_images/learnpath/chapter_expand.png','http://rppeolms.ca/components/com_joomla_lms/lms_images/learnpath/chapter_collapse.png'); //--> </script> <div> <table class="jlmslist category" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr id="tree_row_20" class="sectiontableentry1 odd"> <tr id="tree_row_15" class="sectiontableentry2 even"> <tr id="tree_row_17" class="sectiontableentry1 odd"> <tr id="tree_row_18" class="sectiontableentry2 even"> <tr id="tree_row_19" class="sectiontableentry1 odd"> <tr id="tree_row_16" class="sectiontableentry2 even"> <tr id="tree_row_21" class="sectiontableentry1 odd"> <tr id="tree_row_22" class="sectiontableentry2 even"> <tr id="tree_row_23" class="sectiontableentry1 odd"> <tr id="tree_row_24" class="sectiontableentry2 even"> <tr id="tree_row_25" class="sectiontableentry1 odd"> <tr id="tree_row_26" class="sectiontableentry2 even"> <tr id="tree_row_27" class="sectiontableentry1 odd"> <tr id="tree_row_28" class="sectiontableentry2 even"> <tr id="tree_row_29" class="sectiontableentry1 odd"> <tr id="tree_row_34" class="sectiontableentry2 even"> <tr id="tree_row_35" class="sectiontableentry1 odd"> <tr id="tree_row_37" class="sectiontableentry2 even"> <tr id="tree_row_36" class="sectiontableentry1 odd"> <tr id="tree_row_38" class="sectiontableentry2 even"> <tr id="tree_row_40" class="sectiontableentry1 odd"> <tr id="tree_row_41" class="sectiontableentry2 even"> <tr id="tree_row_42" class="sectiontableentry1 odd"> <tr id="tree_row_44" class="sectiontableentry2 even"> <tr id="tree_row_43" class="sectiontableentry1 odd"> <tr id="tree_row_45" class="sectiontableentry2 even"> <tr id="tree_row_46" class="sectiontableentry1 odd"> <tr id="tree_row_52" class="sectiontableentry2 even"> <tr id="tree_row_53" class="sectiontableentry1 odd"> <tr id="tree_row_47" class="sectiontableentry2 even"> <tr id="tree_row_48" class="sectiontableentry1 odd"> <tr id="tree_row_49" class="sectiontableentry2 even"> <tr id="tree_row_50" class="sectiontableentry1 odd"> <tr id="tree_row_51" class="sectiontableentry2 even"> <tr id="tree_row_54" class="sectiontableentry1 odd"> </tbody> </table> Thank you |
|
#5
|
|||
|
|||
|
We will continue with this issue in the ticket you submitted.
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 04:40 AM.





Linear Mode

