234 comments found.
We’re using themeforest theme(https://themeforest.net/item/education-wordpress-theme-education-wp/14058034) for our website
Is your theme compatible with themeforest theme(https://themeforest.net/item/education-wordpress-theme-education-wp/14058034)?
Unfortunately they are different type of products so integrating the current learn plus UI onto a Wordpress theme is not something we support although it’s possible it needs some development skills and are not as easy as installing a wordpress theme.
Why does the installation failed?
Hi,
What error are you getting?
Template in my project error when run on safari.
Hi,
Could you provide some details about the error?
give me your email. i will send some details about the error.
hello dude
Hi,
Just letting you know the item was updated today with the latest libraries, including Bootstrap 4 beta 2. Would you mind letting us know if you still have these issues with the latest demo http://learnplus.frontendmatter.com
Thanks and sorry for the delay.
Hello there I bought this theme for WordPress compliance. But now I see you’re not help please
Hi noyaajans,
Not sure I understand your WordPress compliance question. LearnPlus is a HTML template .. not a WordPress theme.
Thanks,
mosaicpro
I can not return
Hi there,
I have purchased the theme and have worked on creating a site. Just found that on IE11 it is not working. The hamburger menu does not work, throws error in browser console. Please let me know when it can be fixed. This is a show stopper for us.
http://preview.themeforest.net/item/learnplus-learning-management-application/full_screen_preview/15287372?_ga=1.174638498.1645448682.1481447212Hi parvindersgrover,
We’ve noted the issue will look in to it as soon as possible and fix it.
Will notice you once we have it ready.
Thanks,
mosaicpro.
Hi,
Sorry for the delay. Happy to let you know the update fixing IE11 was published just now and it’s pending review. It should be available for download soon.
Let me know if you have any other issues. Thanks
Is there a way to show the calendar as a card on the main page or in a class view?
Hi munroe7,
Will add this onto the next releas but in the mean time:
HTML:
<div class="row">
<div class="col-md-6 col-lg-6">
<div class="card">
<div class="card-header bg-white">
<h4 class="card-title">Sales</h4>
</div>
<div id="calendar" />
</div>
</div>
</div>
STYLING:
<!-- Vendor CSS --> <link rel="stylesheet" href="examples/css/fullcalendar.min.css">ADD CUSTOM CSS TO STYLE THE CALENDAR WITHIN CARD:
.card {
.fc-basic-view .fc-body .fc-row {
min-height: 2em;
}
a.fc-more-cell {
size: .625em;
}
.fc-view-container {
margin: 0;
}
}
JS:
<!-- Required by Calendar (fullcalendar) --> <script src="assets/vendor/moment.min.js"></script> <!-- Fullcalendar --> <script src="assets/vendor/fullcalendar.min.js"></script>CUSTOM JS EXAMPLE (your own implementation):
var date = new Date();
var calendarMonth = ("0" + (date.getMonth() + 1)).slice(-2);
var calendarEvents = [
{
title: 'Presentation',
description: 'Just presenting some UI examples.',
type: 'presentation',
allday: 'false',
bg: '#FF5722',
start: date.getFullYear()+'-'+calendarMonth+'-04T16:00:00',
end: date.getFullYear()+'-'+calendarMonth+'-06T18:00:00'
}
];
// object containing events
var eventList = new Object();
# CALENDAR INIT
$('#calendar').fullCalendar({
header: false,
editable: true,
eventLimit: 1, // allow "more" link when too many events
events: calendarEvents,
height: 350,
eventClick: function (event) {
eventClickAction(event);
},
eventRender: function (event, element) {
eventList = eventList + event;
element.css('background-color', event.bg);
},
loading: function (bool) {
if (bool) {
$('#loading').toggle(bool);
}
},
viewRender: function () {
thisMonthList();
}
});
function eventClickAction(event) {
doSomething(event);
}
function doSomething(event) {
alert('Implement custom functionality!');
}
is this multi language?
Sorry but it’s only English.
Thanks, mosaicpro
I am not able to get my dropdown menu on nav bar to work. I am developing it with Ruby on Rails.
Below is the code I have for the navbar. Please take a look asap and let me know.
<nav class="navbar navbar-dark bg-primary navbar-full navbar-fixed-top{% if navbarOptions } {{ navbarOptions }}{ endif %}">
<% end %>
Name
- Courses
<% if(!user_signed_in?) %>
- Sign Up
- Login
<% else %>
<!- User dropdown ->
-
<%= image_tag avatar_url(current_user), alt: "Avatar", class: "rounded-circle", width: "40" %>
<%= current_user.name %>
<!
- Dropdown Structure ->
-
edit My Account
person My Courses
lock <%= link_to “Logout”, destroy_user_session_path, method: :delete %>
Sorry for the delay… let us know if you managed to sort it or still need assistance with this?
Thanks,
mosaicpro
No i still need assistance. Dropdown menu still does not drop down. I am designing an app with ruby on rails and I have bootstrap 4 and jquery installed. Do you have a solution for this?
Hi slamsurf,
I would need to see a demo .. please send on your details to contact@mosaicpro.biz and will assist faster from there.
Thanks,
mosaicpro
Dear autor
I need the design of a web page (home page) that promotes the site if users log off. sincerly
Hi osebetci,
Sorry for the delay… let me know if you still need help with this.
Thanks,
mosaicpro
hi! there is some way to move the menu to the right side? i try and not success in this.. thanks.
Hi yosiklein,
Sorry for the delay… do you still need help with moving the sidebar?
Thanks,
mosaicpro
Hi
I have purchased your theme. Can you please guide me how to use it. Does it needs to be integrated with a existing LMS? If so please tell me which LMS can I use for it and how to use this in that. I am new to this but a wordpress pro. Please guide me all about how to actually start.
I love this theme but I just wanted to know that are these just sample pages or they’ll work perfectly when customized. Like will the login system work, Course creation and all the LMS system will work perfectly because when I installed your earlier version, once I click on login the same demo login comes up and I am unable to sign up and all that. Is this a system or a set of pre designed pages that are actually just design and not a system. If that is the case do i have to integrate with some kind of CMS or something else. Sorry I am new in this so please guide me because I just want a website as exactly shown in this theme but a working LMS. Hope to receive a good response
Hi JYarK,
Sorry for the delay… Indeed these are static pages (samples) ready to be implemented on any frameworks (Rails, PHP, etc.)
Thanks,
mosaicpro
Hello,
Password reset is not work on demo ? Is it ready to use paypal payment ? How can I see Site Admin login details pelase ?
Thanks.
LearnPlus is a HTML Site Template.
mosaicpro.
Hi, I see bunch of errors in browser console. Even the site: http://learnplus.themekit.io/student-dashboard.html X mdk-drawer-layout SyntaxError undefined dom-factory.js (1,15693)
I’m using Windows 10 Edge browser.
On Chrome I’ve see the left nav drawer is always shown. On Edge it shows when I click on the menu 3 horizontal lines.
Please let me know what is wrong in the theme. If there is no fix, can I get a refund?
Thank you, Parvinder Grover
Hi,
Just letting you know the item was updated today with the latest libraries, including Bootstrap 4 beta 2. Would you mind letting us know if you still have these issues with the latest demo http://learnplus.frontendmatter.com
Thanks and sorry for the delay.
What’s the difference between LearnPlus and Learning App?
I noticed there isn’t a pricing page and all those other pages in LearnPlus. Are there plans to add those?
Hello,
Password reset is not work on demo ? Is it ready to use paypal payment ? How can I see Site Admin login details pelase ?
Thanks.
@mosiacpro, i was actually waiting for the updates to the bootstrap-layout, however its not out yet today. We need to release a couple of UI pages by end of this week. Can you please issue a refund as discussed?
Sure, thanks
Hi
We trying to use the theme within a meteor application. We are having problems with meteors package manager. Can you help us importing dependencies of this theme?
Sorry for the delay. Not much experience using Meteor here but if you still need help, let us know what’s the issue exactly and we’ll give it a shot.
Thanks
Hello,
I tried to build the repo, however i am getting stuck at scss script with the following errors:
Error in plugin ‘sass’ Message: node_modules/bootstrap-layout/src/sass/sidebar/_layout.scss Error: Base-level rules cannot contain the parent-selector-referencing character ‘&’. >> .si-#{$d}1-xs & { —
Backtrace:
node_modules/bootstrap-layout/src/sass/sidebar/_layout.scss:135, in mixin `@content`
node_modules/bootstrap/scss/mixins/_breakpoints.scss:73, in mixin `@content`
node_modules/bootstrap/scss/mixins/_breakpoints.scss:60, in mixin `media-breakpoint-down`
node_modules/bootstrap/scss/mixins/_breakpoints.scss:72, in mixin `@content`
node_modules/bootstrap/scss/mixins/_breakpoints.scss:50, in mixin `media-breakpoint-up`
node_modules/bootstrap/scss/mixins/_breakpoints.scss:71, in mixin `media-breakpoint-only`
node_modules/bootstrap-layout/src/sass/sidebar/_layout.scss:126
on line 135 of node_modules/bootstrap-layout/src/sass/sidebar/_layout.scss
[23:21:38] Finished ‘sass’ after 2.14 s [23:21:38] Finished ‘html:prettify’ after 628 ms Error in plugin ‘sass’ Message: src/sass/examples/fullcalendar.scss Error: ”.fc-toolbar h2” failed to @extend ”.h5”. The selector ”.h5” was not found. Use ”@extend .h5 !optional” if the extend should be able to fail. on line 697 of src/sass/examples/fullcalendar.scss >> @extend .h5; -
[23:21:39] Finished ‘sass:examples’ after 2.7 s
Can you please let me know what changes i need to make to resolve the issue of scss?
I could see a comment up there with details to this problem, however the bootstrap layout is not solving the issue, following is the new error i am getting:
Message: node_modules/adminplus/src/sass/sidebar-components/_card.scss Error: Undefined variable: ”$sidebar-spacing-horizontal”. on line 3 of node_modules/adminplus/src/sass/sidebar-components/_card.scss >> margin-bottom: $sidebar-spacing-horizontal;
Hi,
Sorry for the delay. Next week there will be an update solving these issues.
Thank you
There was a slight confusion with the bootstrap-layout version. $sidebar-spacing-horizontal variable has been depricated in bootstrap-layout@1.0.0-alpha.10. I changed it to bootstrap-layout@1.0.0-alpha.5 and it worked, however i need to use it with my react and django templates which it wont allow. So I would appreciate if you could add the latest version of the bootstrap-layout which works good with frameworks other than ruby too.
Hello, mosaicpro. We are working on a LMS type project based on angular js framework / ionic framework.On a search of different templates, we found your template suitable for our project and decided to work on your template. May I know is this template (Learning Plus) compatible with angular js or ionic framework?
Thank you.
Best Regards, Janessa
Sorry for the delay. Not sure if you’re still interested but yes, it should be compatible with angular. No experience with ionic though so can’t say of that one.