241 comments found.
Hi,
In your 1.1.1:
- Add : Add 'data-disable-backdrop-click' to quickview to don't hide quickview after clicking on backdrop
Please could you also implement this script for modal dialogs, as I don’t know how to prevent clicking outside dialog / on backdrop will close it?
Thank you.
Hi,
For modals, you should add data-backdrop=”static” to your modal. See https://getbootstrap.com/docs/4.0/components/modal/#options for more information.
Cheers.
Thanks a lot. I figured out how to do it. It’s easy now.
Just another question, I am looking a replacement of Affix (dropped in BS4), what would you suggest?
Again, thanks a lot.
You’re welcome.
I don’t know, I’m not aware of any plugin which can be a replacer for Affix.
Hi
Thanks for creating this library, I really enjoy it. We have an issue on inputs using material if they have value, (or value sets by angular) the floating label doesn’t move (text and label are mixed) unless you click inside the textbox
Hi,
Yeah, someone else reported this issue few days ago. We have it in our todo list and work on the issue soon and hope to fix it by the next release.
Thanks.
Awesome, thanks for reply
Hello,
Is it possible to implement infinite scrolling for .card-columns? Do you know any plugins to offer?
Hello,
We haven’t implemented it before, but you can find a lot of plugins for this purpose such as http://jscroll.com/
Fantastic library – just hitting a little problem with getting jsgrid setup.
When I include data-provide=’jsgrid’ it doesn’t load the jsgrid js files and gives me this error: “Uncaught TypeError: $(...).jsGrid is not a function”.
I’ve gone into the app.js code and tried to set up debugging statements (then re-grunting) where it would initialize the code when the selector is triggered but it doesn’t even get to the callback. Any ideas?
Hi,
Do you have any other error in your page? Did you disabled the autoloader functionality? Because it works just fine in our demo: http://thetheme.io/theadmin/content/tables-jsgrid.html
Hi Just wondering if there is a vector UI kit available for this. Preferably in Adobe XD but Illustrator/PDF would be ok?
Hi,
Unfortunately, not. It doesn’t have any.
is there any plans to make one available? It would make planning the use and design of this theme so much easier!
No, we don’t have any plan to create PSD files. Since we designed the template using CSS/HTML from the start.
I wanna konw how to disable auto transfer number like ‘10000’ to ‘10,000’ ? Because I do not need it in fact I need the number origin it is the id of some thing
In which page/component? Could you send a link to it?
does it support to connect to django backend?
It doesn’t support django by default (i.e. it doesn’t have a starter project), but like any other html template, you should be able to integrate it into your django project.
Hello, just bought the admin theme and it looks really nice.
However I want to place this project in a angular-seed (with angular 2+) using preferably gulp, etc. Is this possible with this theme ?
Hello,
Thanks. The template doesn’t have an Angular version and I haven’t tried it myself. So you should take a look at the code by yourself, but I don’t think that there should be any problem.
Cheers.
Hey folks,
is there any doc how to integrate further scripts to the autoloader??? What is to do, where to declare???
Hi,
You can’t add any plugin to the autoloader. You should include your plugin directly to the html code.
Hi !
Well, very nice template ! 
I have an issue with app.modaler and the onHide event which give me an error… Maybe i use it the wrong way ?
app.modaler({
html: "test",
type: 'center',
title: "test",
size: 'sm',
onHide: function(modal) {
app.toast('Bye.');
}
});
Thanks
Hi,
Seems the Bootstrap related events doesn’t work. The onConfirm and onCancel works just fine. I’ll work on it for the next release. Meanwhile, you might consider to use onCancel event and change it to onHide later.
Cheers.
Material typed forms are not working properly when the browser (Chrome) remember my old input entries.
https://image.ibb.co/kg8Pjc/login.png
—Just noticed: Problem appears to have gone when i click somewhere on the page. Strange!
There’s a script responsible to add a class to the input-group when the input has content inside. So there should be a little delay in this process for the browser to load the script file and run the code.
I’m sorry but that script is not loading unless i click somewhere on the page.
Will add it to our todo list and work on this issue. Seems the browser insert values after loading of the script.
Do we have menu overflow on header nav ? https://gofile.io/?c=LKwX4T
Unfortunately not. Could you send a link to the page you mentioned in the video, so we can check how they implemented this feature?
Thanks.
Ooo that is the pusher.com account menu
We’ll take it into consideration and try to implement it in the future releases.
Is there a way to automatically trigger the loader every x seconds? Or manually with a method?
I would like to update a list if something changes in this or is triggered by an event.
Hi,
No, it doesn’t have. You can simply use the jQuery.load method with a setInterval to achieve your goal.
Hi,
I’m working with a dropzone element and the date-provide method. I’m trying to access the dropzone events but don’t find the way.
If I use:
<form method=”POST” action=”{{ route(‘projectimage.store’) }}” data-on-success=”successFunction” data-provide=”dropzone” data-url=”{{ Route(‘projectimage.store’) }}” data-param-name=”images” data-withCredentials=”true”>
It does nothing and no error in console.
If I use:
<form method=”POST” action=”{{ route(‘projectimage.store’) }}” data-success=”successFunction” data-provide=”dropzone” data-url=”{{ Route(‘projectimage.store’) }}” data-param-name=”images” data-withCredentials=”true”>
It does nothing and get this error in console:
dropzone.min.js:1 Uncaught TypeError: b.apply is not a function at d.a.emit (dropzone.min.js:1) at d._finished (dropzone.min.js:1) at XMLHttpRequest.<anonymous> (dropzone.min.js:1)
Can you help me please? How can I access the events? I need to reload the page after complete upload images.
Hi,
It doesn’t support events. Your best bet is to disable initialization of the plugin from our TheAdmin and init it yourself. Simply add a data-init=”false” to your element. So you should have a markup like the following:
<div id="uploader" class="dropzone" data-provide="dropzone" data-init="false" />
Now, you can create the dropzone you want from $(”#uploader”)
Sweet Alert bug :
Hello ! in http://thetheme.io/theadmin/uikit/dialog-sweetalert.html ... and by passing a parameter, you can execute something else for “Cancel”.
Is not working, if you click “cancel” , act as if you press accept.
if (dismiss === ‘cancel’) { }
Can you check / update this please?
Thanks !
Hi,
Seems there’s a slight change in the latest release of the plugin and we didn’t update the sample in our template. Would you take a look at this example: https://sweetalert2.github.io/#dismiss-handle
Cheers.
Thanks man !
One more question, it looks very bad when there is a lot of content in a select
https://ibb.co/fST4BcIs just add :
.bootstrap-select.btn-group .dropdown-menu.inner{ height: 150px !important; }
Maybe you can fix it in next release 
You can limit the number of items to display. Please check https://silviomoreto.github.io/bootstrap-select/options/ . I guess it’s maxOptions.
Hi, Impressive quality and quantity! You really covered everything with this template.
We’re in the process of picking a template for a project and found a little bug on http://thetheme.io/theadmin/samples/invoicer/products.html – checks in checkboxes are not the right size/position – http://easycaptures.com/fs/uploaded/1076/7590160755.jpg Any chance you can patch that?
Hi,
Thank you. Yes, I added it to our todo list and it should be fixed in the next release.
Hi,
How can I change the color of the line in a text-box using material style? I can change the color of buttons with btn-danger, but I don’t find any class to change text boxes.
Can you help me please?
Hi,
There’s not any modifier class to change the input’s border colors. You should write custom css code to change them.
Hi, me again.
I would like to also ask if there is a way to control overlay text when mouse-hover, without not setting an image as background.
By using an image not as a background, the overlay will cover the area of the image and not being cropped or fixed in size.
I will try around with Teaser, will report back soon.
Thanks again.
Hi,
I can’t get it correctly. To control overlay text, simple change the text using utility classes or write custom css. I’m not sure if I understood what you’re asking.
Hi there,
Sorry for my bad English.
What I try to get done is overlay effect like this one: http://flatfull.com/themes/musik/index.htmlI know you use Teaser (by Codrop), but that’s not a flexible solution (to place text on top, center, bottom of the image).
I see some more examples in this page, but that’s permanent overlay, not mouseover: http://thetheme.io/theadmin/widget/blog.htmlI want to achieve that effect with mouseover. Could you please suggest where in your template that I can find a reference for that?
Thank you. Nghi
Hi,
Unfortunately, we don’t have such a feature in our template right now. You need to implement it yourself.
Cheers.
Hi,
Problem with submenus. Look at http://thetheme.io/theadmin/layout/layout-4.html Submenus are not viewable because of the class ps-container in nav tag.
KR, Thierry.
Hi,
Sorry about that. Please download https://ufile.io/btmfk and replace it with your /assets/js/app.min.js to fix this issue.
Cheers, Hossein
No problem, it works now with your patch. Thx.
Hi,
I’ve recently downloaded the latest version. I was the person who reported a bug in the top-bar layout.
However, when I test this version, I found another new bug: it seems to me that the drop-down menu does not work… http://thetheme.io/theadmin/layout/layout-4.htmlCan you please confirm this and suggest a fix?
Thank you. Regards, Nghi
Hi,
Sorry about that. Please download https://ufile.io/btmfk and replace it with your /assets/js/app.min.js to fix this issue.
Cheers, Hossein
Ok thanks. I will implement it.
It works. Thanks.
Great.