Hello, has I've been working on a custum layout for the frontoffice of GURU, I've been finding some minor code bugs. It seems easy to fix and actualy this minor bugs makes a diference when targeting the html layout tags to custumize the look and feel. So I hope you can look at it and be able to make this small fixes for the next upgrade of GURU:
01
At the teatcher layout page, the tabs media and comission have the same ID "g_my_media":
<div class=”gru-register”>
<nav class=”uk-navbar wk-navbar hidden-phone”>
<ul class=”uk-navbar-nav wk-navbar-nav”>
<li id=”g_my_profile” class=”uk-active”></li>
<li id=”g_my_courses_active”></li>
<li id=”g_my_students”></li>
<li id=”g_projects”></li>
<li id=”g_scorm”></li>
<li id=”g_my_quizzes”></li>
<li id=”g_my_media”></li>
<li id=”g_my_media”></li>
<li id=”g_my_essay”></li>
<li id=”g_logout”></li>
</ul>
</nav>
</div>
02
At the curse layout, the lessons have a tab for the "Quiz Status" and another Tab for "lesson view status":
<div class="lesson-quiz-status lesson-quizz-failed">
<span class="hidden-phone">Not Viewed</span>
</div>
The DIV where it should be the Quiz status is showing the view status and its also breaking the layout under 768px when some lessons have the view status enabled and other lessons not, because the enable ones have display:none under 768px and the disabled ones don't.
If it is in your interest, I can keep reporting issues as they come up wile I'm tunning my layout. I just don't know if the forum is the right place for it.
Cheers,
Pedro