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.

Hi need a help in this theme setting, i dont want to display my courses in the front page, once login only all my courses needs to be visible. and i want to change the favicon into customized one in the browser tags
Is there any way to show the course description along with the course name in frontpage?
Hi lê hà,
Can you tell me in which page your getting the language error?
Because the multi lang will work in Moodle Themes by default.
Hi Jorge,
The free version has the theme color with little feature on the theme.
Example:
http://moodle.lmsace.com/?theme=enlightlite
The paid version of the theme has some additional features on the frontpage, theme color design, course page design, login page design, etc
Example:
http://moodle.lmsace.com/?theme=enlight
Regards,
M.Nithyanandan
Which is the difference between this free version and the paid version? what can and can't modify?
That worked! Thank you so much for taking the time to help me! I really appreciate it!!
Hi Tina,
Thanks for sharing the site URL. It help me to figure out the issue.
It happens because of the logo height is small (Not a image problem).
Just add the below line in the same code,
@media (min-width: 992px) {
#site-header .header-main .course-link .custom-dropdown-menu {
top: 135px;
}
}
FYI, Don't remove the code I have shared yesterday,
The full width helps the course menu to be stay in a fixed position.
If the code is removed and when you have only one category the menu position will be at the right side away from the course link and you will have the same issue (menu disappearance).
Regards,
M.Nithyanandan.
Again, thank you for your time! I really appreciate it! I tried this code as directed, and sadly, it only made the drop down menu wider, I still have the problem of the menu disappearing the second I hover over it (so I cannot select anything on it). You can see it here: https://tinaslearningadventures.com The courses menu is what I am referring to.
Hi Tina,
Add this below css code in the enlightlite theme setting,
@media (min-width: 992px) {
#site-header .header-main .course-link .custom-dropdown-menu {
left: 0;
right: 0;
padding: 0 20px;
}
}
In path:
Dashboard / Site Administration / Appearance / Theme / Enlightlite
In ENLIGHTLITE THEME SETTING,
General / MISCELLANEOUS ITEMS / Custom SCSS
(or)
In the theme scss file,
Yourmoodle / theme / enlightlite / scss / preset / enlightlite.
add the code in the end of the line.
Has anyone else got the problem of menus not allowing you to click on drop downs? The menu will expand on the primary button, but as soon as you mouse over to the submenus, they all disappear.
Thank you for your reply, but as I said in my comment, I don't want to use pre-programmed colors. I want to customize the color.
Hi Tina,
Here the path to customize your theme color,
Dashboard / Site administration / Appearance / Themes / ENLIGHTLITE THEME SETTINGS
In ENLIGHTLITE THEME SETTINGS,
General > COLOR SCHEMES, HEADER STYLES, LOGO & MENUS .
Then select the color you want change in the color option in "Choose website color scheme" and click "save changes".
Regards,
M.Nithyanandan
I am guessing that the developers of this theme don't actually read these comments...there don't seem to be any responses at all here...but just in case they do at some point stumble in...I too would like to change the color scheme to something besides the pre-programmed color. I cannot figure out how to customize the color scheme and would love some advice.
Hi Aditya,
We are happy to inform you that the Enlightlite theme for the moodle latest version -3.6 has been released.
Please inform us, if you have any queries or issues in the latest version of the theme. It will be helpful for us to fix the theme.
Updated version for Moodle 3.6 needed asap