Roshni Lite

Themes ::: theme_roshnilite
Maintained by DualCube Team
Roshni Lite Moodle Theme is a LMS-friendly theme that enhances the user experience. Use this theme to add functionality and aesthetic appeal to your LMS websites. With customizable sections on your front page, you can easily manage your content.
Latest release:
1034 sites
730 downloads
91 fans
Current versions available: 3
The LMS-friendly Roshni Lite Moodle theme improves the user experience. Use this theme to enhance the aesthetic appeal and usability of your LMS websites. With customizable sections on your front page, you can easily manage your content. 

  • Customisable Sections - Provides you with the opportunity to edit your theme as you please be it adding, deleting or editing any added information.
  • Responsive - Roshnni Lite is an uber responsive theme that looks good on all devices.
  • Awesome Fonts - While you impress users with your courses, choose good fonts to drive in the point. 

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4

Contributors

DualCube Team (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Breno Costa
    Thu, 30 Mar 2017, 9:53 PM
    @DualCube

    Nothing happens yet. there is logo things as above:

    .logo {
    /*float: left;*/
    font-size: 22px;
    display: inline-block;
    /*background: url(img/logo.png) no-repeat center left;*/
    padding-left: 25px;
    padding-top:5px;
    height: 35px;
    width: 110px;


    }

    .inner-logo {
    float: left;
    font-size: 22px;
    display: inline-block;
    line-height:35px;
    margin: 10px 0;
    min-height:35px;
    color: rgba(0, 0, 0, .8)!important;
    min-width: 110px;
    background-size: contain;
    }

    .logo-img {
    min-width:110px;
    min-height:35px;
    }

    .logo-text {
    padding-left: 40px;


    I have tried edit "min-height" and "min-width" codes.
  • Breno Costa
    Thu, 30 Mar 2017, 10:27 PM
    my website is: brenocosta.org/moodle look at the logo on top-left side. Thankyou very very much!
  • DualCube Team
    Fri, 31 Mar 2017, 3:43 PM
    Hi Breno,

    Please let me know your concern in detail.

    Thanks and Regards,
    Arindam
  • Breno Costa
    Fri, 31 Mar 2017, 7:01 PM
    Hi, Arindam! Excuse-me if I can't let you know in details.

    I've been trying change the logo size editing the previous code, that I posted here. The css file is: moodle > theme > roshnilite > css > styles.css

    I've edited min-width and min-height lines in .logo, .logo-img, and .inner-logo and the logo do not moves. I want my logo bigger and I can not make it work. I'm thinking I editing the wrong file.

    Thanks!
  • Breno Costa
    Sat, 1 Apr 2017, 6:17 PM
    I did it! The problem was the editor that I used! Thank you guys!
  • Kim Chambers
    Tue, 2 May 2017, 10:01 PM
    When a student is logged in, is it possible to hide the navigation panel on the left hand side?
  • DualCube Team
    Wed, 3 May 2017, 5:05 PM
    Hi Kim,

    Please go to Dashboard / ► Site administration / ► Plugins / ► Blocks / ► Manage blocks / ►"Navigation" disable by clicking on the "eye icon".
    In that case the navigation panel also hide for site administrators.

    Thanks and Regards,
    Arindam
  • Kim Chambers
    Wed, 3 May 2017, 9:28 PM
    Thank you Arindam,

    Is it possible to set a standard background for all courses but not the frontpage/homepage?

    Cheers
  • DualCube Team
    Thu, 4 May 2017, 3:53 PM
    Hi Kim,

    Yes, it's possible, Please go to Dashboard / ► Site administration / ► Appearance / ► Themes / ► Roshnilite / ► Font Settings / ► Custom CSS / ► add code as below example with respect to your body "id" of course page.
    #body_id {
    background-image: url("your image url");
    }

    Do let me know, if this solves the issue.

    Thanks and Regards,
    Arindam
  • Kim Chambers
    Thu, 4 May 2017, 4:53 PM
    Thanks Arindam, I will give it a go....

    Is it possible to set the page that appears when you click the logo as the 'Site Home' page rather than the dashboard?
  • Michael Begg
    Fri, 12 May 2017, 5:01 PM
    Hi. How do I change the bg colour of the header from light grey to my chosen main theme colour? Thanks
  • DualCube Team
    Wed, 17 May 2017, 9:39 PM
    Hi Michael,

    Please refer the below pathway-

    >> Go to Dashboard / ► Site administration / ► Appearance / ► Themes / ► Roshnilite / ► Font Settings / ► Custom CSS / ►Add the following code
    .navbar-fixed-top .navbar-inner {
    background: "your theme color" !important;
    }

    Let me know your response.

    Thanks and Regards,
    Arindam
  • Michael Begg
    Tue, 23 May 2017, 4:53 PM
    Thanks Arindam - that has resolved the issue smile
  • Kim Chambers
    Tue, 23 May 2017, 6:38 PM
    Can anyone advise if it is possible to reset a particular user on a course rather than everyone enrolled onto a training course?
  • Kim Chambers
    Tue, 23 May 2017, 7:06 PM
    Also can any advise if it is possible to restrict my students from accessing the Profile section under their icon? I really don't want them changing any fields we have set etc
Please login to post comments