Trema icon

Trema

Maintained by Rodrigo Mady, Michael Milette
Discover Trema, a theme for Moodle LMS boasting a modern design and useful customization options that are perfect for education institutions, all levels of government, businesses, and non-profits. Trema is more than just a theme — it's a platform enhancer. Whether you're looking to revamp a content-rich Moodle site or create a fresh learning environment, Trema's features are designed to elevate your platform. Don't settle for ordinary; choose Trema to create an engaging learning experience for your staff, business partners, and customers today.
Price option: Free

Supports Moodle 3.5-5.2 See all versions
Latest release: 1 month ago
Installations: 4522
Downloads (last 90 days): 1467

Frankenstyle name: theme_trema
Themes

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Tariq,
Thanks for reporting not only the bug but the solution too. We have already made the correction and it should be present in the next release.
Feel free to do a 'pull request' on our github if you have other improvements.
Hi Rodrigo Mady
Some feedback. Love the theme! Modern and eye catching.
I have an instances installed on subfolders of a domain (e.g. https://demodomain.com/moodle1).
On the site homepage "Available courses", the links are clickable however when clicking on the image, the image directs to the root folder and therefore gives a 404 error:
e.g.
https://demodomain.com/course/view.php?id=3
--> instead of
https://demodomain.com/moodle1/course/view.php?id=3
I found a workaround by editing line 207 of trema/classes/output/core/course_renderer.php as below:
$content = html_writer::start_tag('a', array ('href' => '/course/view.php?id='.$course->id, 'class' => 'course-card-img'));
---> to
$content = html_writer::start_tag('a', array ('href' => $CFG->wwwroot.'/course/view.php?id='.$course->id, 'class' => 'course-card-img'));
Hi Rodrigo Mady,
I am using Moodle 3.6.2, after the update, the error is solved. Thank you.
Hey Tina Brixen,
We are sure that Adaptable has great features that we also want to implement. But now we are focusing on adapting with the management of Moodle plugins (this is our first published plugin) and finishing the documentation.
Thanks for the suggestion, hope that we can work on it later and be sure that we'll work to make trema better.
Hi Wei Chieng Chiew,
This error was occurring due to a change made in Moodle 3.6 and we did not realize that this would affect 3.5. We created a separate version for Moodle 3.5, can you try it?
Thank you for your feedback!
Great theme
Really like the simplicity of look and flexibility of color theme
And great to see that you styled the quiz.
One input
I am currently using adaptable and their course setup use a better looking set of icons, for activities and resources + plus a layout setting for these elements, so the student clearly can look down the page and see hver is the assignment, quiz, file.
Thanks Tina
Trema is really a beautiful, stylish and up-to-date, very happy to see a free and high quality theme. But one problem I encountered was that when I wanted to self-enroll a course myself, it would throw an error "Exception - Class 'theme_trema\output\core\course_in_list' not found". I have reinstalled Trema twice on two different servers, unfortunately the error has not disappeared.
Approval issue created: CONTRIB-7634