Discussion on LearnPlus - Learning Management Application

Discussion on LearnPlus - Learning Management Application

Cart 753 sales
Well Documented

FrontendMatter supports this item

Supported

This author's response time can be up to 1 business day.

234 comments found.

Can I install this template on my site? https://afaqlearning.com/

Hi,

Thank you for your interest!

While you CAN use the template to provide the user interface for your project, please note the template doesn’t provide any management functionality.

It includes static assets like HTML, CSS and JavaScript. If you have any other questions, please let me know.

Thanks!

Can you grant access for my Gitlab account? My username is @burakyucel4. Thanks.

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

Hello,

Is there a way I can easily integrate the files in Angular.

Thank you

Amazing work, thank you. Purchase code: b26ebd61-d3d5-4a97-aeb2-40aa2a6d10aa

Quick question: using SWEET ALERT. Can’t get to have a redirect on OK button. Any idea?

<button class=”btn btn-warning” data-toggle=”swal” data-swal-title=”Changement de langue!” data-swal-text=”Cette activité n’est pas disponible en français.” data-swal-type=”warning” data-swal-show-cancel-button=”true” data-swal-cancel-button-text=”Annuler” data-swal-confirm-button-text=”D’accord, continuer” data-swal-link_to=”dashboard.php” data-swal-link=”dashboard.php”> Test </button>

Thank you!

Hi,

Unfortunately you’ll have to modify src/js/vendor/sweetalert.js:

swal(options, function(isConfirm) {
  // add this here
  if (element.data('swal-confirm-link') && isConfirm) {
    return location.href = element.data('swal-confirm-link')
  }
  // existing code ...
})

Hope that helps!

Oh, and after that you have to regenerate the dist/assets/js/sweetalert.js file by running:

npm run production

How do I get access to these sass directories?

@import ‘ui-learnplus-bootstrap/scss/app’; @import ‘bootstrap-custom-checkbox-toggle/bootstrap-custom-checkbox-toggle’; @import ‘fm-plugin-flatpickr/scss/flatpickr’; @import ‘fm-plugin-chartjs/scss/chartjs’; @import ‘fm-avatar/avatar’; @import ‘fm-loader/loader’;

I read something about needing a gitlab account, my user is @wilderamorim

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

can you upload the assets folder complete with the sass files?

Hi,

Did running the npm install command fail? After a successfull install, you can find the files in node_modules.

Thanks for making this awesome theme.

I am using it in my django project template.

My gitlab id is @ibrahimrashid

Please provide access for `ui-learnplus-bootstrap.git`

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you for your appreciation. Please consider providing a rating if you like it!

Hi! Could you give me gitlab access ? @iefmiit

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

I am using your HTML in asp.net application, Its not working without app setting. Is there any possibility i can use without app setting, Because I don’t want to use Menu to change color and theme and layout etc

<app-settings layout-active=”default” :layout-location=”{ ‘fixed’: ‘fixed-student-dashboard.html’, ‘default’: ‘Default.aspx’ }” sidebar-variant=”bg-transparent border-0”></app-settings>

Do you have errors in the browser console?

nothing

Could you please show me the code you removed?

hello. i just bought learnplus. it is can be upload to cpanel?

Hi,

Yes, just copy the files in the “dist/“ folder. It includes HTML files and the compiled assets (CSS and JavaScript).

Please let me know if there’s anything else I can help with. Thanks!

2nh

2nh Purchased

I just bought learnplus, i can not get npm to find the package “ui-learnplus-bootstrap”

thanks for help

Hi,

Yes, you need access to it because it’s a private package. Please signup for a free account on Gitlab.com and then let me know the username or the e-mail address so I can give you access.

Thank you!

2nh

2nh Purchased

Hey, the Username is: MarkusMeier

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

Hi,

Is there a class ready to display the “font awesome” icons?

I need to replace the material-icons class icons with Font Awesome’s icons.

Thank you

Hi,

Yes, check the icons page.

All solid FontAwesome icons are available, example.

<i class="fas fa-ad" />

Also, make sure the CSS is loaded:

<!-- Font Awesome Icons -->
<link type="text/css" href="assets/css/fontawesome.css" rel="stylesheet">

Cool. Thanks!

Hi, please give me access for gitlab on @pjurewicz

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

Hi, checking if this LearnPlus LMS is able to handle SCORM?

Hi,

I am trying to implement this theme in angular8 and i am feeling difficulty in doing so. Do you have angular setup for the currently purchased theme.

Thanks Amit

Hi Amit,

It is possible to use with Angular, but for the moment I don’t have a ready to use setup.

You’ll need to hook into the layout’s JS components from angular, for example see the programmatic usage of the drawer layout

For example, to initialize the drawer layout:

var drawerLayoutNode = document.querySelector('.js-mdk-drawer-layout')

// Initialize drawer layout
// domFactory can be required locally or made available globally on window.domFactory 
domFactory.handler.upgradeElement(drawerLayoutNode, 'mdk-drawer-layout')

// Get a reference to the drawer layout component
var drawerLayout = drawerLayoutNode.mdkDrawerLayout

// Destroy the drawer layout before removing it from the DOM
drawerLayout.destroy()

Let me know if there’s anything I can help with. Thank you!

Hi I have purchased this template. Please give me access for gitlab on @ @amitjain2803

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

Please can you add me (@3ur3ka) to the git lab repo so I can npm install, thanks

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

No access for ui-learnplus-bootstrap.git

Could you give me access to the user dennernavarro on gitlab?

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

Hello good day, how much would you charge me to install the platform on my website, which is already working thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey