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!
Hello! I bought learn plus however, when installing, ssh: //git@gitlab.com/FrontendMatter/ui-learnplus-bootstrap.git npm ERR! npm ERR! Host key verification failed. I get information that I don't have access to. Can you please grant it? My git user is arielsdias I appreciate your help!
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>Hi,
Can you please provide more details? What happens when you remove the app settings?
Thanks!
When I removed app setting in HTML file it works, but when i remove in .aspx file then its not picking up any style css, js. Although css and js paths are ok and i can verify css path from view source.
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!
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!
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
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!
Hello! please give me access to ssh://git@gitlab.com/FrontendMatter/ui-learnplus-bootstrap.git my gitlab accaunt is @post.dinis 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