2227 comments found.
Hello,
Awesome work 
Looks like icomoon added much more icon with the free version. Would be great to update it in the future 
Hello
It’s a custom icon set based on Icomoon Ultimate pack. You can easily create your own icon set, just email me to e.kopyov[at]gmail.com and i’ll send selection.json file that you can import to icomoon app and build up your own font.
Thanks
Hi,
Thanks for the great template.
I am using latest version. There is a bug on Bootstrap 4 > Layout 2 > Material > Fixed Sidebar. After page loaded if I add something to the page with javascript, the sidebar doesn’t expand vertically correctly. The bottom part of the sidebar disappears while scrolling to the bottom.
It happens on chrome only.
I have seen it has been reported 2 months back.
Could you please share when you are planning to have a fix or any other suggestion ?
I tried to trigger window resize programatically but no luck, although when I resize the window manually it works.
https://pasteboard.co/Ih8VIuT.pngHey there
This bug is related to flexbox rendering in Chrome and was reported to Chrome team already. Triggering window resize doesn’t solve the problem and i currently don’t have a fix for this. Along with another weird bug that disables canvas and SVG resizing in flex containers, which also happens in Chrome only. Waiting for the fix from dev team.
Thanks
Hi, I was wondering if you encountered this issue with Bootstrap 4 multiselect. In ie11 if you have many options in a BS multiselect dropdown, the scrollbar does not drag. When you click to drag it down it closes the dropdown. The mouse wheel works, but can’t drag the scrollbar. Works in other browsers, but not ie11. Also worked fine in latest version of BS 3. This seems to be new issue in BS 4. I have looked on stackoverflow for a possible solution, but nothing – only saw something for material design. Thanks for looking.
Hey
Sorry for delay, took a while to find Win machine to test if properly. This needs more investigation, looks like a bug in the library. I wouldn’t consider it a critical thing, but i’ll try to find a solution in the upcoming update.
Thanks
Thanks for the reply.
Will you release React or Vue version of this admin template Mr. Eugene Kopyov ? I will buy the new license again if so 
Hello
React version is planned, Vue and Angular are at the bottom in to-do list
It’s too early for any ETA, but i’ll share an update when i have more information.
Thanks
Do you provide theme documentation after the theme is purchased?
I hate being the idiot to ask, but just wondering if you are close with the next update?
Hi Jeff
It’s in progress, all i can say is soon 
Thanks
hello i just purchased template yesterday… i m trying to use form wizard. but i cant see submit button… i want to post information to a php file… so i read from comments and i found steps.min but whatever i couldnt find anythi8ng there… and one more thing when i change the names on label options in steps.min … they are not changing neither
and menu navbar and side bar sometimes i need to click two times on menu .. at first clicking its not droping down… what could be reason?
Hello
Just replied to your email, please check. Thanks
is there any way to add datatables print button and exel pdf cvs buttons i mean all together at same time? thank you jenya
Of course, you can combine buttons and configure them according to your needs. Just follow the examples in demo config and check datatables documentation for more information.
Thanks
Hi, Why did you choose the Echarts library for the graphics in demo?
Thank you
Hi
Not sure i understand your question. Perhaps because it’s one of the most powerful libraries 
Thanks
Thanks. I would like you to add chartjs library.
ChartJS library is less flexible and i don’t see the need to add it. The idea was to include only powerful libraries with very good customization options, D3.js and ECharts are market leaders (excluding all paid libraries like AMCharts and Highcharts).
Thanks
In bootstrap3, by including the ‘active’ class in ‘li’ in a ‘dropdown’ in the ‘main navigation’, it automatically assigns ‘active’ to ‘parent’. How i do you do this in Bootstrap 4, not having to assign the ‘nav-item-expanded nav-item-open’ class? Thank you.
Solved, i include $(”.a”).find(‘a.active’).parents(‘li.nav-item-submenu’).addClass(“nav-item-expanded nav-item-open”); in app.js
Hi, JQuery combo box is not working as expected. looks there is a bug.
Replied to your email
Hi! Theme is amazing! Is there somewhere in team like landing page of the team? Like this http://preview.themeforest.net/item/limitless-responsive-web-application-kit/full_screen_preview/13080328?_ga=2.38969120.221338069.1556812509-365793577.1554918020 ?
Hey
Unfortunately no, landing pages are not included as authors are not allowed to bundle templates from different categories. Sorry about that.
Thanks
with datatable can I move the custom button to the left? so it sits just before filter
sure, you need to edit “dom” option and move “B” letter before “f” (show Buttons before Filter) and adjust spacings/floating in SCSS.
Thanks
hay , how can i customize the colors ?
Hello, the bootstrap 4 , layout 2,3,4 & layout 5 not all pages are included ? only layout 1 includes all pages (329) but on others only include (76) html pages ? any update about this ?
Hi
1. Very simple process – you need to update color variables in _palette.scss file and re-compile your SCSS files
2. Replied to your email
Thanks
I updated my icomoon fonts to the Ultimate pack. I copied everything over and added some of the items in your file for the 2x, etc. I am now seeing a different icon instead of the down arrow in the “after” part of the css. Take a look here: https://www.screencast.com/t/71helOhk8us
Any idea what is causing that?
Hey Jeff
Looks like icon codes have been changed. Did you change any settings in Icomoon app?
Thanks
Hey Eugene, Can you tell me the best way to update to the latest version, I believe I’m on 2.1 and I want to update to 2.2…..what is the easiest way to do this?
Hey Steve
I wouldn’t say it’s very easy to do, because of the SCSS changes related to icon sets. But check out the detailed changelog in documentation, as always there’s a list of files you need to update.
Thanks
Good day!
I just purchased your theme. I’ve been doing dynamic adding of information in the table (with data-toggle=”dropdown”). Problem is, whenever an information is added, this dropdown option won’t show the options, and an error is displayed.
Uncaught TypeError: Cannot read property 'setAttribute' of undefined on bootstrap.bundle.min.js:6
Could you enlighten me on this? Or is there a possible solution to do this? Thank you!
Here’s a screenshot for reference, thank you!
https://imgur.com/Mq0eP68I already fixed the issue with uniform-checker for checkbox. Uniformed checkbox is now showing after adding a row in the table dynamically.
The problem with toggle dropdown still persists. I tried
$('el').dropdown();but this doesn’t work as expected. Though it shows the dropdown options, it doesn’t toggle or disappear.
Hello.
Can you please share your JS where you initialize your dropdown and get data for table? I can’t help you with the code if I don’t see it.
Thanks
Hi!
I already found a way to work with it
Sorry for bothering.
I’ll ping you up if I encounter problems again.
Thank you!
Glad you have found a solution
Thanks!
Please let me know.
Hello
Simply replace .sidebar-component class with .sidebar-expand-md and you won’t see that scrollbar. It is also hidden in all other pages, that’s a mistake in demo.
Thanks
Hi! I have two questions. 1) I have one form which I need to align in center, I am unable to do it. How can I ? 2) I want disable sort option for one data table column, can You please help me for same ? Thanks
Hi
1) I need to see your form.
2) You need to use this:
columnDefs: [{
orderable: false,
targets: [ 5 ]
}]
where 5 is your column index.
Thanks
Hi! Thanks for comment. I have solved 1. 2) Where I should put above code? Thanks
In your Datatable configuration 
Hi. Can you please explain the difference between your default demo and material demo? Is it just slight design changes? What does “material” mean?
Hi
Material version is based on Material Design guidelines. It’s a design language introduced by Google – https://material.io/design/
The difference is CSS and some HTML, so it’s just a styling thing.
Hope this helps. Thanks
That’s great. Thanks for the information