Section Name repeated in Rocket Theme

Section Name repeated in Rocket Theme

by Jasbir Singh -
Number of replies: 5

Hi .. I have recently upgraded to Moodle 3.

Realised that the section name is repeated when using the latest available rocket theme. 

Appreciate if someone could kindly assist ... thanks .. smile

Attachment Section Name.PNG
Average of ratings: -
In reply to Jasbir Singh

Re: Section Name repeated in Rocket Theme

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

That's a new bug caused by some changes in Moodle. 

I am not sure how to fix it in Roket theme as that is one of the older Moodle Themes and Moodle 3.0 is vastly different than it was when Jullian built the Rocket theme.

I'll have a bash at finding a fix for you Later today.

Cheers

Mary

In reply to Jasbir Singh

Re: Section Name repeated in Rocket Theme

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

I am not convinced that the Rocket theme is ready for Moodle 3.0 as I found a couple of errors in the layouts. However the fix you need for the duplicate section name is this...

.hidden.sectionname { visibility: hidden }

or you prefer less space in the section use this instead:

.hidden.sectionname { display: none }

You can add either to the Rocket settings page Custom CSS section.

Hope this helps?

Mary

In reply to Mary Evans

Re: Section Name repeated in Rocket Theme

by Jasbir Singh -

Thanks Mary .. tried but it did not work. 

Anyway, it is perhaps time to move away from this theme .. smile

In reply to Jasbir Singh

Re: Section Name repeated in Rocket Theme

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

I didn't realize that someone had taken over this theme.  Used to be one of my favorites.  You might check with the maintainers - looks like there was a 3.0 release in December.

If you are looking for a new theme, look at Elegance.  For me, it was a natural progression from Rocket.

In reply to Emma Richardson

Re: Section Name repeated in Rocket Theme

by Soizic POILVE -

I've just upgrade to Moodle 3.0.2 and we have similar issue on our custom theme.. Any idea to fix this?

Thank you

Soizic

Attachment moodle.PNG