Enlightlite

Maintained by LMSACE
Enlight Lite is a beautiful and fully responsive Moodle theme well suited for Universities,Schools & Online learning websites.
Price option: Free

Supports Moodle 3.2-4.2 See all versions
Latest release: 2 years ago
Installations: 1518
Downloads (last 90 days): 168

Frankenstyle name: theme_enlightlite
Themes

Comments

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

Is there a way to configure Enlightlite v3.9 with a custom color scheme?
In Moodle 4.0.1, this theme does not work. After selecting it as a theme then updating the database it shows a gray page with nothing to continue and even if I browse to other different pages it shows the same gray page, so there isn't anyway to continue unless removing the theme manually.
Hello,
Is there a My Courses listing item in the top menu in the premium version of this theme?
I didn't notice it in the demo version
Regards,
Agnes
Hello Jeomag,
It is possible to change the photo that apears in the footer. You can also change the favicon.
Change photo footer:
Go to your Moodle data (domain name) / private_html / moodle / theme / enlightlite / pix / home / footbgimg.png
Replace footbgimg.png with another image. Name the target image 'footbgimg.png'
Change favicon:
Go to your Moodle data (domain name) / private_html / moodle / theme / enlightlite / pix / favicon.ico
Replace favicon.ico with another image. Name the target image 'favicon.ico'
It can take up to 48 hours before the job is done.
Hello.
Is it possible to change the photo that appears in the footer?
Is it possible to remove the course finder?
Is it possible to change the favicon?
Enlightlite is a great theme, thanks for creating it.
I don't know what happened, but the favicon is visible again. I think it took a while to process the order
I use your theme 'Enlightlite' in Moodle 4.0. I modified the favicon in Moodledata: theme/enlightlite/pix Until recently, the favicon was visible in the browser. However, the day before yesterday I updated the theme 'Enlightlite'. The favicon was no longer visible in the browser. In your alternative theme 'Academic' the flavicon is simply still visible. Can you tell me where in Moodledata I should put the custom favicon in 'Enlightlite' so that it is visible again in the browser?
Hope you can answer my question.
Johannes
Hi @Mundabenj Zoran
Those step help me so much. Thanks a lot
finally the version 4.0 release
Hi @Sukmawati
1) In the db update the theme value to "classic" [ see: SELECT * FROM `mdl_config` WHERE name = "theme" ]
Note: classic is one of the default themes
2) In the command line purge caches [do: php admin/cli/purge_caches.php ]
Hope this helps
seems is not compatible yet with version 4.0. please anyone can telling me how to changes back into default themes after logout? thanks before
Eagerly waiting for version 4.0 too smile
It doesn't work in version 4.0! sad
Any prediction of a compatible version?
Please!
Hhi there
how can I include mobile number to create new user page ??
Hello,
Do you have any plans to release the 3.11 version on your github repo?
Best,
Daniel
For the last two days, I have exchanged emails with the developers of the theme over a CSS issue and they provided me with a solution. The problem is that, currently, the font colour for the course category and username is the same colour as the background - as Channara Chea stated previously - and the updated CSS file solved this problem. The file was sent to me by a theme developer and I would like to share it with you:
https://drive.google.com/file/d/1krrW_lgEkq75dzGZTuPpsOluiRYvAYmx/view?usp=sharing
The second issue is the small image for courses on the main page. I can see that this problem was solved on the Github page for this theme. Add this code as custom CSS in theme settings:
.available-courses .available-block .available-img {
height: 150px;
width: 150px;
background-color: var(--white);
padding: 3px;
}