FAQ

Frequently asked questions

Please, read this before asking any questions. Probably you will find your answers here.

The theme is not responsible for managing the items inside the left side menu. But you can handle this through a very nice plugin called Boost navigation fumbling.

Try it out: https://moodle.org/plugins/local_boostnavigation

This is not a theme problem. The process to compile the final CSS is heavy and needs some memory and CPU. To handle that you have two alternatives:
  1. Increase your PHP memory limit. 512 MB is a good value, and you can back to the previous values before loading the Moodle.
  2. By running the following code in the terminal, at the root of your Moodle:
    sudo -u www-data /usr/bin/php admin/cli/build_theme_css.php --themes=boost,moove
You need to go in the course settings and put the image inside the course image field.
All versions from 3.2.

Its good to know

I only support the most recent Moodle version. New features, bug fixes, and improvements are delivered only for the most recent Moodle version.

The theme has settings where you can add any custom CSS. Just go to:

Site administration > Appearance > Moove

and then Advanced tab

Note

I no will provide any custom CSS for your site. Please, do it on your own, ask help for your technical I.T team, or someone who has knowledge about CSS, HTML and web development.

Last modified April 28, 2020: Add faq entry for custom css (6093892)