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.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
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.
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'));
I am using Moodle 3.6.2, after the update, the error is solved. Thank you.
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.
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!
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