Essential does not show quiz section headers correctly

Essential does not show quiz section headers correctly

by mart van der niet -
Number of replies: 10

Please see picture for a description of the issue.

Using Clean this works OK.

Essential '2.8.1.5 (Build: 2015040900)'

Moodle 2.9 (Build: 20150511)

Attachment Naamloos.png
Average of ratings: -
In reply to mart van der niet

Re: Essential does not show quiz section headers correctly

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Mart,

Essential version 2.8.1.5 is only designed to work with Moodle 2.8 as stated in the readme: https://github.com/gjb2048/moodle-theme_essential/blob/MOODLE_28/README.txt#L90-L93.

The quiz CSS was changed in Moodle 2.9 and the 'beta' version of the theme has it.  If you would like to test on a test server, then please see: https://moodle.org/mod/forum/discuss.php?d=316090.  The production version is not ready yet and depends on feedback from testing and donations.

Kind regards,

Gareth

In reply to Gareth J Barnard

Re: Essential does not show quiz section headers correctly

by mart van der niet -

Hi Gareth,

Seems to work in the beta.

Attachment Naamloos.png
In reply to mart van der niet

Re: Essential does not show quiz section headers correctly

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Mart,

Thank you for testing and letting me know.

Kind regards,

Gareth

In reply to Gareth J Barnard

Re: Essential does not show quiz section headers correctly

by mart van der niet -

Of course adding the additional CSS elements:

.path-mod-quiz #mod_quiz_navblock h3.mod_quiz-section-heading:first-child {
    padding-top: 0px;
}

.path-mod-quiz #mod_quiz_navblock h3.mod_quiz-section-heading {
    padding: 0.7em 0px 0px;
    margin: 0px;
    clear: both;
}

to the custom css does the trick in the current version.

 

In reply to mart van der niet

Re: Essential does not show quiz section headers correctly

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
In reply to Gareth J Barnard

Re: Essential does not show quiz section headers correctly

by Mary Evans -
In reply to Mary Evans

Re: Essential does not show quiz section headers correctly

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
In reply to Gareth J Barnard

Re: Essential does not show quiz section headers correctly

by Mary Evans -

CSS Dyslexia smile