Moodle Plugins directory: Academi | Moodle.org
Academi
Academi Theme Version 4.4
Academi is an intelligently responsive theme, free from the constraints of Moodle, making it perfect for your academy. It boasts a clean and highly modern design, ideally suited for your Moodle sites. This theme is entirely responsive, ensuring that your readers can enjoy browsing your site on mobile devices or tablets, guaranteeing a seamless experience. We have introduced a new theme preset such as Eguru, Klass and Enlightlite theme design and added extra new blocks to enhance its functionality."
Live demo Report issue Support
Academi theme features!
We have added the eGuru, Klass, and Enlightlite theme styles as presets in the Academi theme, along with some additional feature blocks.
Additional Features:
Default Header Style
Theme Header Style
Theme Presets Style
Promoted Courses
Site Features
Marketing Spot
Jumbotron
Course Categories
Course Combo
Academi Footer
Changelog:
08/08/24: v4.4.2
- Fixed the Font Awesome link in the default value for the Site Features block.
- Fixed the 'Course Categories' block to arrange categories in the next row when many categories are added.
12/06/24: v4.4.1
- Footer spacing alignment
05/06/24: v4.4
- Fixed:
1. Added New Communication icon (V4.3)
2. Home page slider auto-play and auto-play interval time issues
3. Font awesome icon
4. Administration UI tab
5. Multi-language support for footer Info links.
6. New Twitter (X) logo on Footer
- Features
1. Custom warning alert block when front page block is enabled but not configured
2. Site features title link URL added
3. Inner Page background image settings added
17/04/24: v4.3.3
- Fixed the Message drawer style conflicting with the header on responsive layouts.
02/01/24: v4.3.2
- Fixed the Font Awesome icon issue
24/10/2023: v4.3
- Updated the academi theme source for the Moodle version 4.3.
- Fixed the footer column issue.
- Changed the design of the Marketing spot, Course categories, and Combo list on the Homepage for all the presets.
31/08/2023: v4.2.2
- Added a new font size option for the content in the theme.
31/08/2023: v4.2
- Upgraded to support Moodle version - 4.2
- Two header options as Default boost and academic theme header.
- Theme preset designs such as Eguru, Klass, Enlightlite and preset settings added.
- Colour picker option for Primary and Secondary colours.
- Homepage additional blocks added, such as Promoted Courses, Site Features, Marketing Spot and Jumbotron block.
- Updated new design for the Homepage slider and Available courses.
- The footer block is updated with multiple columns and a Background image option.
Gibt es irgendeine Möglichkeit, dass die Benutzer links nur mehr die Hauptmenüpunkte / Kapitelüberschriften sehen können? Alle Untermenüpunkte sollen ausgeblendet sein und auch ausgeblendet bleiben? - Herzlichen Dank!
Is there any way that users can only see the main menu items / chapter headings on the left? All submenu items should be hidden and remain hidden? - Thank you very much!
The main menu order has been adjusted through CSS since Moodle doesn't provide settings for this.
We can include these settings in the upcoming theme update for the new Moodle version.
Thank you very much for the quick reply. Until the next theme update, isn't there a CSS command that can be used to display only the chapter headings on the left in the navigation, without sub-items such as text fields and actions?
I manage a few small schools, and they didn't get on well with lists of courses, and preferred to have a simple static landing page with friendly images that link to the required courses. After upgrading Moodle and enabling Academi, I can't get the old homepage to appear! It works in other themes, but with Academi it'll only appear if I switch on the edit mode on the front page, and it promptly disappears when I switch that off again. Any ideas? Currently trying to decide between a list of promoted courses in this theme, or just using a different theme that works. Any pointers would be appreciated, thank you! -Mike.
To display only the chapter headings and hide the subitems in your Moodle course, you can use the following CSS code.
This code should be added to your custom stylesheet file located at `theme/academi/style/custom.css`:
/ drawer section activity /
.drawercontent .courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
display: none !important;
}
/ drawer section arrow /
.drawercontent .courseindex .courseindex-section .courseindex-item .courseindex-chevron {
display: none;
}
This CSS will hide the subitems and arrows in the course index, ensuring that only the chapter headings are visible.
Please note that if you update the theme in the future, you'll need to reapply this custom CSS to the `custom.css` file to maintain the same appearance.
Please change the layout of available courses to the Moodle default layout, navigate to:
Academi Theme Settings -> General -> Available Courses Display Style
and select the "Moodle based" option.
If you have any other questions, please share them along with a screenshot on our Academi theme GitHub page: [https://github.com/lmsace/academi/issues]
Best regards,
Abinesh LMSACE
Thank you very much for your help!!!
Werner Messner
Can I add navigation-bar like home>category>course in the header course page below the course name as a breadcrumb?
Thank you.
Could you please provide more details about what you need? Additionally, if you have any screenshots, please share them at: info@lmsace.com.
Best regards,
Abinesh LMSACE
I would greatly appreciate any help you might be able to give me.
Andrew Slade
The option isn't available in the site features block, but you can achieve this by using the Marketing Spot block.
Simply remove the image in the media section and add a background image through custom CSS. In Academi theme General settings.
For further assistance, please contact us at info@lmsace.com.
Best regards,
Abinesh LMSACE
Thank you for your comment. I have achieved the result by following your suggestion, although it took a while to figure out the correct bit of css! It works fine now,
Thanks again for your support.
Best wishes
Andrew Slade
To apply the Eguru theme, navigate to Site administration -> Appearance -> General -> Theme preset, and select Eguru.
For further assistance, Please contact us at info@lmsace.com.
Best regards,
Abinesh LMSACE