Moove icon

Moove

Certified Partner Plugin
Maintained by conecti.me
Moove it's a Moodle's theme that makes online environments more clean and intuitive for learners and educators. If you like it, please show some love by clicking "favourite" ( ♥ ) below!
Price option: Free

Supports Moodle 3.2-5.2 See all versions
Latest release: 2 months ago
Installations: 27785
Downloads (last 90 days): 11246

Frankenstyle name: theme_moove
Themes

Comments

Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.

Hello. I'm having a problem with Moodle 4 and the Moove theme.
I upgraded from 3.11. But with the new Moove theme for 4.0 I lost the slider. I already searched but I can't find similar problem.
Does anyone had this problem?
I tried reinstaling the theme, remove the slider in the theme options, enable it again, change the number of slides, but nothing does make a diference.
Thank you.
Carlos Vipich I submitted the code fixing it to Git Hub. Thank you for reporting.
Paulo Cavaco You can use another theme and upgrade for Moodle 4+
Hi, sorry if this is not the best place to ask this question.
What code should be changed so that in Moove theme (moodle 3.11) , the left side menu is collapsed (hidden) by default (so that only the icons are visible)?
it takes up too much space and the students don't know that it is possible to hide it by clicking on the top hamburger icon.
thanks
after installing Moove 4.1 theme when I loogout Moodle 4.0 I've this error:
Exception - count(): Argument #1 ($value) must be of type Countable|array, null given
Debug info:
Error code: generalexceptionmessage
Stack trace:
line 228 of \theme\moove\classes\util\settings.php: TypeError thrown
line 228 of \theme\moove\classes\util\settings.php: call to count()
line 128 of \theme\moove\classes\util\settings.php: call to theme_moove\util\settings->faq()
line 125 of \theme\moove\layout\frontpage.php: call to theme_moove\util\settings->frontpage()
line 1473 of \lib\outputrenderers.php: call to include()
line 1399 of \lib\outputrenderers.php: call to core_renderer->render_page_layout()
line 116 of \index.php: call to core_renderer->header()

Did the way of configuring outgoing mail change compared to previous versions?
How can I disable the admin panel (admininfos) in the dashboard of thise theme?
Informações de outros campos "campos adicionais do cadastro de usuario"
Não aparece no user/profile.php ao ser efetuada a consulta pelo administrador
Isso é um bug ou limitação da versao free ?
I'm sorry I didn't see that I had already answered other similar questions. It's a pity, because then I won't upgrade to moodle 4. Thank you
Is it possible to have the sidebar in the moove 4 theme as in the moove 3.9 theme?
Grateful
@Laura Taking the frontpage out of the menu can be done with CSS:
.nav-item[data-key="home"], .list-group-item[href$="/?redirect=0"] {
display: none;
}
You copy this into your settings (Appearance > Advanced). Once saved, the frontpage should be invisible.
Oskar Rożewicz About the reports, moove premium comes with some extra reports pages, like this one: https://prnt.sc/wXtqwAoOtXbd
Oskar Rożewicz Moodle 3.11- has some features that were removed in the 4+ versions, this is why the theme don't have things like the course columns and some side buttons.
Oskar Rożewicz Moodle 3.11- has some features that were removed in the 4+ versions, this is why the theme don't have things like the course columns and some side buttons.
Laura Freudenberg This is not a Theme responsibility and it is also not possible to do with Moodle in the current version. Maybe you need to change Moodle's source code, which I strongly do not recommend.