241 comments found.
Any plans to add a “dark” mode?
Hi!
Do you plan any update this awesome template to Bootstrap 5 like some other competitors did with successful templates?
Hi,
No, we don’t have any plan to update the template.
Hello, I have just bought the theme from your page, but when starting to code, I realized that your source is using node, sass, and scss inside the code, but unfortunately it is not compatible with my system. I want to ask is there any way to get that theme with HTML code, or js, css. Thank you.
Hello,
If you go to the starter directory, you’ll find css and js files in the /assets directory. The scss files are compiled to css.
Hey, loving the product, thanks for creating!
I have a question in relation to JS tables and pagination.
As standard the no of items per page is 10.
How can I increase this?
Or ideally, set it to unlimited.
Thanks 
Thanks
Never mind, figured it out 
For someone who struggled with core.min.js:7 jQuery.Deferred exception: xxx is not a function TypeError: xxx is not a function, I just noted here.
Actually, this error caused by many reasons but in my case, when I put a javascript like location.href = "http://aaa.com/test#my-element"; to automatically scroll to my-element the above error is occured and anything doesn’t work when page is refreshed.
This is because #anchor is called before defining smoothlyScrollTo function (app.js). So, I just move the var smoothlyScrollTo = function(pos)... to very first of +function($){ ... which before app.initCoreplugins
I may patch dumb way but it works
if someone knows a better solution, plz let me know 
Hi I want to buy this theme, but some libraries versions like font awesome or even bootstrap are old. Will be there any updates? Sorry for my English.
Hi,
As it mentioned in the item page, we don’t officially support this template anymore. So we don’t have any plan to release an update at this point.
is it possible to purchase the “landing” template that was used to showcase the admin as well?
Yes, the landing page has made with http://thetheme.io/thesaas/
Hello i want to active individual search columns in my application made with laravel. The simple datatable works but the individual doesnt. Is missing code from the template?
Hello,
The functionality works just fine in http://thetheme.io/theadmin/content/tables-datatables.html . Please make sure you’ve added the custom js code form our sample which is at the bottom of the page’s source code.
Hi there,
Since this template will not receive update anymore, any plans on a new “admin” template in the future? If yes, do you know approximately when?
Thanks!
Hi,
No, we don’t have any plan for another admin template at the moment.
Thanks.
Pre-purchase question
Can the invoicer template be customized? I have around 50-60 clients and I will need to send them invoices every month on the 25th. Can I send automatic reminders from the system?
Also, how does the payment processing work? Can I integrate Square/Stripe on the backend to take payments from clients?
Can this system be integrated with Quickbooks for accounting?
Thanks in advance
Hi,
This item is a template. So it’s not functional to create dynamic invoices or process payments.
Cheers.
Hello grunt does not work at all with the gruntfile provided can you provide guideline the setup instructions in the readme of this package does not work please advise
Refused to execute inline script because it violates the following Content Security Policy directive: “default-src ‘self’”. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-KpHv3zgivMSB4dPnfYfqMt2lBibsYvM36EdoBBAsfbM=’), or a nonce (‘nonce-...’) is required to enable inline execution. Note also that ‘script-src’ was not explicitly set, so ‘default-src’ is used as a fallback.
28Refused to load the font ’<URL>’ because it violates the following Content Security Policy directive: “default-src ‘self’”. Note that ‘font-src’ was not explicitly set, so ‘default-src’ is used as a fallback.
localhost/:1 Refused to load the stylesheet ‘https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=cyrillic' because it violates the following Content Security Policy directive: “default-src ‘self’”. Note that ‘style-src-elem’ was not explicitly set, so ‘default-src’ is used as a fallback.
localhost/:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Hello,
I’ve just tried the grunt task and it works properly. Where do you get this error? If it’s in console, I think this is from one of your Chrome extensions not the template.
I run grunt command then the web browser shows (Cannot GET /) which then i check online and people say you need to install a bunch more packages which does not work. this error is in chrome after you inspect the (get error) i bought this package and have not used it once!
nevermind was trying grunt with .php files :s
Thanks for letting us know.
Have you guys stopped developing this template?? since you say there is no more support.
Yes, we don’t actively develop this template anymore. We don’t have any plan to add more features to the template, but will try to release maintenance updates time to time.
I am trying to integrate the template to laravel mix, but, I can’t, is not working, can you assist me please?
Unfortunately, we don’t have any laravel mix build system ready to use. That should be done by your devs.
Any updates coming to this theme soon?
We updated the theme about 10 days ago. Currently, we don’t have any plan to publish any major update.
that’s a pity – its a super theme and could benefit from some extensions such as Kanban/SCRUM boards etc.
Hi! Is there any compatible widget/plugin/vendor for Two-Factor Authentication feature using QR code to implement within your template?
If no, please advise how to enable two-factor authentication with your really great template?)
Hi,
There’s nothing that I’m aware of. Such a functionality requires back-end programming. So it’s not something that we can include in the template.
Hi, Trying to figure out how to toggle the aside via JS.
I see a button has <button class=”aside-toggler”></button>
How can I hide and show the aside through javascript? Id rather not use the “visibility” method if there is a better way.?
Thanks G
Hi,
The button simply toggles .aside-open class on body tag. So if you add “aside-open” class to the body tag, the aside opens and it would close by removing it from body tag.
Thanks!
Am i being special lol?
$(‘body’).removeClass(aside-open); should work right? .. It doesnt seem to remove the aside 
Yes, it should. I assume you place ’ around your aside-open like: $(‘body’).removeClass(‘aside-open’);
Hello, I’m having a selectpicker inline issue. When you have several selectpciker in a inline list or flex to show them in a horizontal row, the selectpicker with is broken…
Hello,
I guess the problem is with the wrapper which applies style to the selectpicker. I think using the default Bootstrap grid is your best option. Simply use .row and .col-* classes.
Hello, I’m trying to get support for this item. Mine has expired, but it syas you are no longer offering support. Is it still possibvle to get support? are you going to keep offering updates for this template? Thanks.
Hello,
Yes, we canceled the support, but we’ll try to release maintanace updates. The template seems to be stable but we won’t be able to add new features anymore.
Hey guys!
I’m having an issue with drop-downs inside of a quick view.
The issue is essentially that when using a form inside of a “Quick-view” that has a drop-down that is larger than the screen, it does not pop in the right location and many of the options are unavailable.
I have tried to troubleshoot this myself but there are minimized parts of the project (specifically core.min.js) that I cannot easily debug so I am at a loss.
Here’s a screen recording of what we’re seeing. This is on a fresh installation of the theme.
https://www.useloom.com/share/095eb735969047fea3a53807c07e0179Any help you can provide would be appreciated!
Thanks,
Matt
Hi,
That might be because the wrapper element of dropdown (probably .quickview-block) is not stretching enough. Could you add more content to the quickview?
Also, if you can limit the number of items display in the select picker using data-size=”9”. That’s really helpful if you have a lot of items.
Cheers.
It’s occurring even with a full wrapper. On short viewports such as a smaller laptop, unless we limit the number of items in the select picker, it extends vertically out of the wrapper and out of the viewport.
Is it possible to get a non-minified version of core.js to try and fix it ourselves in the meantime?
The core.js file is only jQuery and Bootstrap and those required plugins. Our code is inside app.js which is also included in the them unminified. If you need the source code, you can find it in “theme/src/assets/js/src” directory.
Hi, Is it possible to compile core.min.js without jquery and jquery.ui? How? We are trying to avoid conflicts loading these libraries twice.
Hi,
We don’t have jquery.ui in the core.min.js, but we have jquery. If you want to remove it, you should modify the gruntfile.js and recompile the template. It’s possible, but not recommended because if you use TheAdmin, so it should be your main framework for further development.