22 comments found.
Hello There,
I have a problem with this Admin dashboard I purchased and also another dashboard AdminUx I purchased a long time ago. I am wondering if you can help me with this issue. I don’t mind buying another licence for AdminUX or getting extended support. I just want to know if the issue can be solved first then I pay for your service or product.
Please advise then I share the issue with you.
regards
Hello triHead,
Can you please share issue from our profile page message box.
Regards, Maxartkiller
here is the screenshot on AdminUX, if I remove those charts from buttom of the page the Expandable Table on top will disappear and doesn’t show any data. however in this example I have no data to show now. https://gyazo.com/27f7b61432fbbc6bcde6df934780499c
Can you able to share details of url from our profile page?
https://themeforest.net/user/maxartkillerRegards, Maxartkiller
for adminux screenshot: You can remove script tag with file link assets/js/inventory-dashboard.js which has all the charts and progresbars.
If you just need footable script, use only footable part script from file.
Utilize plugin as per need remove page level script file.
Regards, Maxartkiller
did you added footable script ?
I’ve mentioned you : Can you able to share details of url from our profile page? https://themeforest.net/user/maxartkillerJust by screenshot we can’t able to test it.
Regards, Maxartkiller
What is footable script? where can I find it? I am running this application on localhost, When would you be available to have my screen shared with you with Google meet?
its in inventory-dashboard.js with well commented
/* table data master */
$('.footable').footable({
"paging": {
"enabled": true,
"container": '#footable-pagination',
"countFormat": "{CP} of {TP}",
"limit": 3,
"position": "right",
"size": 5
},
"sorting": {
"enabled": true
},
}, function (ft) {
$('#footablestot').html($('.footable-pagination-wrapper .label').html())
$('.footable-pagination-wrapper ul.pagination li').on('click', function () {
setTimeout(function () {
$('#footablestot').html($('.footable-pagination-wrapper .label').html());
}, 200);
});
});
Regards, Maxartkiller
yes the script is loaded before body and HTML tag ending
<!- page level script here ->
<script src="../assets/js/header-title.js"></script>
<script src="../assets/js/inventory-orders.js"></script
if I remove any section the table doesn’t work. if you have time now, I can send you a temporary link to see yourself. since it is late here I can share the linked tomorrow otherwise.
Regards
Regards, Maxartkiller
I request, if message send from https://themeforest.net/user/maxartkiller profile will be personal only for me.
This support section is for dedash template only and will be public. So do not use this support for sharing your project details or custom details.
Regards, Maxartkiller
We are happy to help you out.
we have created page with just grid and script as suggested earlier also shared in message.
<script src="assets/js/header-title.js"></script>
<script>
/* table data master */
$('.footable').footable({
"paging": {
"enabled": true,
"container": '#footable-pagination',
"countFormat": "{CP} of {TP}",
"limit": 3,
"position": "right",
"size": 5
},
"sorting": {
"enabled": true
}, }, function (ft) { $('#footablestot').html($('.footable-pagination-wrapper .label').html())
$('.footable-pagination-wrapper ul.pagination li').on('click', function () {
setTimeout(function () {
$('#footablestot').html($('.footable-pagination-wrapper .label').html());
}, 200);
});
});
</script>
Regards, Maxartkiller
Please check your theme not support device iphone hamburger menu not working
https://graduate.mahidol.ac.th/cgau/index-1.phpHi Max.
getting the UI Alignment propblm while implementing angular
http://staging-applicant.hiringsteps.com/applicant/logincan u tell me why?
Sandy
Looks like CSS is not applied.
Bests, Maxartkiller
Dear Max, One bug : in 320×480 resolution, when we clicking on the Ham menu then the header small photo icon coming down. How to fix that . Can u tell me please.
Thanks sandy
add/update css
.sidebar + .content header.fixed-top { left: 0; }
Bests, Maxartkiller
Hi. How can I change the default containersize so that it is not fixed, but full width?
You can use class ‘container-fluid’ instead of ‘container’ .
Bests, Maxartkiller
Dear Max
Few UI issues coming is responsive mobiile. here is the developing url https://ubcon.in/portfolio/hiringsteps/applicant/signin.html 1. Login image break in mobile landscape 2. Metrics icons in the dahboard show 3 the first row and 1 in the next row. Would be good if it 2×2 in this case 3.after login is clicked, loader comes in right bottom (iPhone X (375 * 812) 4.Data table Actions column icons alignments breaks, 2 icons in one row and the other in next row in the dasboard
Can u please tell me the fix i have to work. or can i sent the FTP for fix.
Hi,
Responsiveness varies with different screen sizes. So you may need the customise code when you add any new element with proper grid structure.
Can you please send message from our profile page ? so that we can communicate via email and you can send me images screenshots after that.
Bests, Maxartkiller
ur profilepage link , where i can get from my dashboard.
Data table is not coming responsive and how to have sorting align to the text rather than going to right . please suggest
Hi,
Third party datatable responsive can be found at https://datatables.net/extensions/responsive/examples/
Generally datatable function executed after data loads on page.
Bests, Maxartkiller
ok, i mean sorting icon how i can make adjacent to th text rather than right align .
Sorting Icon is DataTable third party default placement bind with th via css. Either you can hide it with css and add new icon manually programmatically with header text, You can move with default.
We recommended to use default formation.
Bests, Maxartkiller
Hi. I have fixed the prev issue. One more coming in dashboard.
https://ubcon.in/portfolio/hiringsteps/demo/admin-main/dashboard.htmlIn this when am seeing mobile vertical .The circle not showing center . it shows left aligned. tried ur center css. but not taking. Can u let me know if any div class to ad outer.
On parent of div class “progress-circle”, div class “col-auto” you can add like this “col-auto mx-auto” . add class “mx-auto” to parent of “progress-circle”.
Bests, Maxartkiller
ok. tabs it showing 2×2 matrix the circle , mobile shows still left aligned.
yes that is fixed thanks max. appreciate
That’s great
Hi
This is the URL I developed https://ubcon.in/portfolio/hiringsteps/demo/admin-main/signin.htmlWhen seeing in iphone, the layout looks bit disturbed i mean top text and all, can u tell me what is the cause, where i can change.
Regards Sandeep
Captcha and it’s input you can put in two column layout. Sign up text at bottom can be single line.
Bests, Maxartkiller
Dear Author,
I have added the modal code to forgot password in my form.but when iam clicking the link, the pop up coming behind the overlay. Is any css have to change ?
Thanks sandeep
You can put code out side of main container or before body tag closing.
Bests, Maxartkiller
This i tried but still not coming.. Actually In dashboard when am calling it comes correct, but when am calling Login , Forgot Password link, the pop up shows behind the overlay. Why ? any idea Max.
Ok it works after pasting before body closing.. Thanks
That’s great
Hi
When iam deleting the below code:
<canvas id=”linechart2” style=”height: 200px;”></canvas>
, am not getting the dashboard circle .How i can hve that with deleting the above code.
Regards sandeep
Hi, linechart2 is execute ther chart from js if you remove it will not found by js and throws error. Like for jobs.html if you remove above code as mentioned , also remove respective js code from ../js/jobs.js commented with / chart js charts /
Hope this will help. You can send us message for more.
Bests, Maxartkiller
Thanks Worked
Okay
Hello Sir,
I bought the template 2 weeks ago and started editing today.
However, the data information in the table section is not visible. In the source the data is added, but there is the data shown (img: https://drive.google.com/a/zaskoku.com/file/d/1kgk7O4mcKYnmHc6yC5-GeKsCjbcksfLl/view?usp=drivesdk)
There are also a few errors: “https://drive.google.com/a/zaskoku.com/file/d/1nL1EzHs2VZGDAlYcYdlixbt-X1_P4rRX/view?usp=drivesdk”
All the files got 777 permissions.
Looking for an response.
Best Regards Florian
Please send me details files to info@maxartkiller.com Our email id.
Regards, Max
Hi,
When I open the html/demo/admin-main/business.html page, the left menu is automatically displayed. How can I hide the left menu by default? I mean do not show left menu when the page is opened.
Thanks
Hi,
You can add class ” menu-close ” to body tag and in main js you can remove script if condition after comment line ” close menu if small device ”.
Hope this helps.
Regards, Max
Thanks, Max. It works. This design is great.
Thank you so much.
hello..I see your profile page. really you have greats portfolio
GLWS:)
Thank you for this beautiful comments.. all it about people reach.
Please share our work and help ua to grow more… ☺️ Thanks again.
Congratulations! Nice Work, Good Luck With Sale 
Thank you so much. Please please do share and help us… 
Congratulations for excellent work and sales! 
Thank you so much. Please do share and help us… 
Great Theme! Congratulations GLWS 
Thank you so much. Please do share and help us… 
Great Theme! Congratulations GLWS 
Thank you so much. Please do share and help us… 
Congratulations GLWS 
Thank you so much. Please do share and help us… 
Congratulations! Nice Work, GLWS 
Thank you so much. Please do share and help us… 
Great Work, Congratulations GLWS 
Thank you so much. Please do share and help us… 