9 comments found.
I’m integrating it into my own system and noticed that the files in the dist folder are all minified. I’m not using any npm packages or build tools like Webpack, just plain HTML, CSS, and JavaScript. Could you please share the HTML files along with the unminified (readable) CSS and JS versions? That would make it much easier for me to customize and integrate the template into my setup.
Sent an email for classic template file.
Regards, AdminUIUX
Hi. We’re trying to integrate the calendar plugin in this theme but it shows a message “Your license key is invalid. More info”. Which license key is this looking for? we already made the theme purchase.
Which calendar? Son external feature may be paid please check licence and usage from official website. Can you send us a message from our profile page ?
Regards, Adminuiux
Full Calendar plugin -> https://adminuiux.com/adminuiux/digiclinic-uiux/clinic-schedule.html (The calendar under Schedule)
Can you share your code where you have implemented this ?? Message us from our profile page.
Msgd from your profile page & also replied to email. Pls. check & let us know the fix
Hi,
UPDATE: It seems we don’t get a response fast enough if we ask using your profile or via email. That doesn’t help. So we’ll just continue to post here until we get a reply we deserve & the issue resolved.
1. While we were integrating this admin theme into our system, previously we used the app.js file. Later, we informed you that we need to remove app.js and load the required JS/plugins separately. Then we received a zip file from you according to our needs.
2. But when we try to implement Full Calander plugin (without that app.js) we cannot find any js library file from your zip file. So we directly acces the original author website and just copied the library from there and continued to implement as usual. But after implementing the interface can get this msg -> “Your license key is invalid. More Info”, but we dont see such msg display on your theme (https://adminuiux.com/adminuiux/digiclinic-uiux/clinic-schedule.html).
Refer implementation below of what we’ve done.
<!- JQUERY library already loaded in the head section !->
<!-Loaded the initializing div in the body tag ->
<!-Called the below in the footer section->
<script src=’https://cdn.jsdelivr.net/npm/fullcalendar-scheduler@6.1.19/index.global.min.js'>
<script> $(document).ready(function () { /* calendar view */ var currentday = new Date(); var thismonth = (“0” + (currentday.getMonth() + 1)).slice(-2); var thisyear = currentday.getFullYear(); var thisday = (“0” + currentday.getDate()).slice(-2);
var calendarEl = document.getElementById(‘calendar’); var calendar = new FullCalendar.Calendar(calendarEl, { height: ‘auto’, initialView: ‘dayGridMonth’, // customButtons: { // myCustomButton: { // text: ‘Create Appointment’, // click: function () { // alert(‘clicked the custom button!’); // } // } // }, headerToolbar: { // left: ‘prev,next myCustomButton’, left: ‘prev,next today’, center: ‘title’, right: ‘dayGridMonth,timeGridWeek,timeGridDay’ }, events: [ { title: ‘All Day Event’, className: ‘bg-success-subtle’, start: thisyear + ’-’ + thismonth + ‘-01’, description: ‘Lecture’ }, { title: ‘Long Event’, className: ‘bg-success-subtle’, start: thisyear + ’-’ + thismonth + ‘-07’, end: thisyear + ’-’ + thismonth + ‘-10’ }, { groupId: 999, className: ‘bg-theme-1-space text-white’, title: ‘ Paid
16:00 am
High fever and cough
’, start: thisyear + ’-’ + thismonth + ‘-09T16:00:00’ }, { groupId: 999, title: ‘Repeating Event’, className: ‘bg-cyan-subtle’, start: thisyear + ’-’ + thismonth + ‘-16T16:00:00’ }, { title: ‘09:00 am – 12:00 pm
Evolution of eraConference
’, className: ‘bg-yellow-subtle’, start: thisyear + ’-’ + thismonth + ‘-11’, end: thisyear + ’-’ + thismonth + ‘-13’ }, { title: ‘Meeting’, className: ‘bg-orange-subtle’, start: thisyear + ’-’ + thismonth + ‘-12T10:30:00’, end: thisyear + ’-’ + thismonth + ‘-10T12:30:00’ }, { title: ‘Lunch’, className: ‘bg-purple-subtle’, start: thisyear + ‘10:30 am, 2hr
Evolution of eraMeeting
’, className: ‘bg-orange-subtle’, start: thisyear + ‘16:00 am
Will Johnson High fever and cough
’, className: ‘bg-info-subtle’, start: thisyear + ’-’ + thismonth + ‘-10T20:00:00’ }, { title: ‘ Unpaid7:00 am
Rickie Birthday Birthday Celebration
’, className: ‘bg-theme-1-space text-white’, start: thisyear + ‘}); </script>
Thank you for waiting…
Please try to understand, its saturday sunday we are not actively working. But we try to provide you support by a brief and what we can resolve. For any query please wait atleast 24 hours.
As we can understand you are using it without app js directly integration of plugins as I can see past support also.
First you need to attach all library third parties directly. Also Need to check licenses. Spacially those are not part of our template.
Here, check Official full-calendar website free and Premium featrures https://fullcalendar.io/docs/initialize-globals
Free to use features. @fullcalendar/core, @fullcalendar/daygrid (for month and dayGrid views), @fullcalendar/timegrid (for timeGrid views), @fullcalendar/list (for list views) ,
fullcalendar-scheduler. is a premium feature from full-calendar. We havent included it in our template. As it is premium feature you see warning message “Your license key is invalid. More info”.
https://fullcalendar.io/pricing for moreAlso dont know why mail delivery is failing with same content.
Thank you for contacting us.
Regards, AdminUIUX
Thank you team for your support over weekend. Much appreciated.
Hi Team,
1. Based on the past support tkt. you’ve provided us a zip file to use directly without app js.
2. Can you pls. update the last provided zip file with the full calendar plugin with the max provided free features that are in the theme.
Thanks.
+ the recent updates as released on 6 Aug 2025 if that can be included in our custom zip file as well.
Hi,
You can always update CSS/SCSS files. Other changes: Attach directly js file for feature and integrate it. There is nothing much more to do in that case just follow third party integration steps.
http://adminuiux.com/adminuiux/digiclinic-uiux/support/html-classic.zipUpdated: clinic-schedule.html
<!- full calendar ->
<script src='https://cdn.jsdelivr.net/npm/fullcalendar@6.1.19/index.global.min.js'></script>
<!- ======= page level js. ========= ->
<script type="text/javascript" src="assets/js/clinic/clinic-schedule.js"></script>
Regards, AdminUIUX
Hi. Unable to access the zip file. Can you share updated file in your email reply pls. Tx.
already sent but delivery fails.
https://adminuiux.com/adminuiux/digiclinic-uiux/support/html-classic.ziplet me know if you can able to download now.
Regards, Adminuiux
Hi, I just downloaded the item, but the ZIP file only contains a node_modules folder — there are no HTML files or documentation included. Could you please check if there’s an issue with the package? Thank you!
Hello,
We have just updated file and available to download. It will contains webpack project and dist folder for flat html files.
If you still face issue, let us know.
Regards, AdminUIUX
It is working now, Thanks
Great
I’m integrating it into my own system and noticed that the files in the dist folder are all minified. I’m not using any npm modules or build tools like Webpack—just plain HTML, CSS, and JS. If possible, could you please provide the HTML files along with uncompressed (readable) CSS and JS files? That would help a lot in customizing and integrating the template into my setup.
Hello,
Can you please drop a message from our profile page?
Regards, AdminUIUX
Hi Team, we’ve emailed a follow-up question to your earlier reply. Can we get a response soon pls. Thnx.
Okay sure let us check and share details
Hi. We seem to not get the support/help requested. Herein it says response time is 2 business days. We’ve waited 4-5 days with no reply. Can you escalate and reply? Or do we need to escalate here? Tx.
We already responded emails.
Did you use any other username or mailID?
What’s the point of support when you team can’t reply to simple questions. The app.js is an “Overloaded Bulk” that slows everything down. Even if we don’t want many features, it loads everything. We asked for ways that one can eliminate from loading & you don’t seem to reply in over 7 business days. Horrible experience & support.
Hi, according to your last suggestion I copied the core folder from \src\assets\js (because it wasn’t there when i check in setup) and pasted it to the dist\assets\js. Then i did your last suggestion by removing the app.js and applied the
<script src=”https://code.jquery.com/jquery-3.6.0.min.js”></script> <script src=”https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js”></script>
<script src=”http://localhost:8080/assets/js/core/functions.js” type=”text/javascript”></script> <script src=”http://localhost:8080/assets/js/core/main.js” type=”text/javascript”></script> <script src=”http://localhost:8080/assets/js/core/responsive.js” type=”text/javascript”></script> <script src=”http://localhost:8080/assets/js/core/color-scheme.js” type=”text/javascript”></script>
files. After applying this, I’m getting this kind of an error in my console. (paths are correct)
Uncaught SyntaxError: Cannot use import statement outside a module (at functions.js:4:1)Understand this error main.js:9 Uncaught SyntaxError: Cannot use import statement outside a module (at main.js:9:1)
So I added the files as
<script src=”https://code.jquery.com/jquery-3.6.0.min.js”></script> <script src=”https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js”></script>
<script type=”module” src=”http://localhost:8080/assets/js/core/functions.js” type=”text/javascript”></script> <script type=”module” src=”http://localhost:8080/assets/js/core/main.js” type=”text/javascript”></script> <script src=”http://localhost:8080/assets/js/core/responsive.js” type=”text/javascript”></script> <script src=”http://localhost:8080/assets/js/core/color-scheme.js” type=”text/javascript”></script>
Now i’m getting this issue in console. How to solve this??
Uncaught TypeError: Failed to resolve module specifier “jquery”. Relative references must start with either ”/”, ”./”, or ”../”.
app.js doesn’t allow to call external js libraries as we need like bootstrap js.
Steps away from giving you a 0* rating. Modest template, “terrible support”. What a shame! Don’t make excuses for delays in reply. Pls. help to fix the issues originating in “your template”.
We have replayed and have send support file as requested. Also asked if you have different email id or other email folders.
We still request you to send message from our profile page so that we can share a file with you.
Regards, AdminUIUX
I have not received any reply. Either you can reply here or email me at the ID I’ve used for the purchase. This is getting extremely frustrating. Waited 10 days for this and still no reply.
we already responded to “monkeyjunkbiz” where in email we have received text ” I recently purchased ADMINUIUX theme <juz4rock>. ” So we consider its you and shared updated file few days back.
Today we have received message from our profile page and we shared updates on juz4rock id. Also send email with download link if attachement not received.
This is customized js and pages with absolute links of required resources and third party js.
Hope you will receive/find it.
Regards, AdminUIUX
Hi. I’m not getting any reply on both the email. Maybe due to file attachment your email is getting stripped. Can you zip attachment & email? Or we have to find a better way. This is getting beyond frustrating now. 10 days of wait for this.
My recent email had content “according to your last suggestion I copied the core folder from \src\assets\js (because it wasn’t there when i check in setup)” – not sure if we’re referring to same email. Extremely frustrating to deal with support like this.
Yes same content email already replied and it’s in my sent item and there is no failure. You should also check spam folder because we already made communication on previous items one by one thread.
This looks and feels same with us we have sent email replies and you didn’t get in both emails.
Attachment is in zip and also we have send another mail with URL to download file.
Regards, Adminuiux
Hi. I’ve purchased AdminUIUX theme. A question related to theme in dist folder.
Normally when we design html file using external library (ex-: chart.js, datatable.js) we include related js, css in the html file. But in this theme it only require app.js in heading section. Can i use the same way when i modify the design (use only app.js)? or is there any other way to call only the related js, css file to html of related plugins when we use?
You can attach files from assets folders individual files.
Message us from our profile page we will guide you in small descriptive way .
Regards, Adminuiux
Hi Team, we’ve emailed a follow-up question to your earlier reply. Can we get a response soon pls. Thnx.
We have sent an email with sample file.
Regards, AdminUIUX
Can you please provide static HTML/CSS template files which doesnt require node to run?
There will always be dist folder for flat html files.
Regards, Adminuiux
Hi, Requesting a help, currently all the dependency files are installed via npm. can you please provide list of external library with version.
I am trying to use it inside laravel 10. facing issues with that. Any help would be greatly appreciated! Thanks.
Hello Sudhagar2,
Here is complete list.
Templates js assets/js/core: functions.js, main.js, color-scheme.js, responsive.js ,
Base Framework: @popperjs/core: 2.11.8, bootstrap:5.3.3, jQuery: 3.7.1,
Third parties use as per your need in your porject :
Icons: bootstrap-icons: 1.11.3, feather-icons: 4.29.1,
Full Calendar for appointments : moment: 2.30.1, @fullcalendar/core: 6.1.15, @fullcalendar/daygrid: 6.1.15, @fullcalendar/list: 6.1.15, @fullcalendar/timegrid: 6.1.15,
DataTable Grids: datatables.net-dt: 2.0.3, datatables.net-responsive-dt: 3.0.1,
Date picker: bootstrap-daterangepicker: 3.1.0,
Charts: chart.js: 4.4.2, progressbar.js: 1.1.1,
Drag drop: dragula: 3.7.3, dropzone: 6.0.0-beta.2,
Carousel: swiper: 11.0.7
Other: froala-editor: 4.2.0, simplebar: 5.3.3, smartwizard: 6.0.6,
Regards, AdminUIUX
There is a other thing like canvas charts…
Certain charts library are stand alone doesnt requires any of css code. So you can use such library your own a new one as your desires and fit with functionalitie.
Regards. AdminUIUX
I need help or better documentation to bring the scripts/css to laravel, I’m getting a lot of conflict, when I try to use the src version it gets bad, and when I use the dist, some things don’t work besides giving a lot of conflict
Sure, you can send me message from profile page. So I can share document/guide with you.
Regards , AdminUIUX
Notes to makes it easy.
page level js : src/assets/js/fitness
color scheme js : src/assets/js/core/color-scheme.js
basic template actions js: src/assets/js/core/functions.js , src/assets/js/core/responsive.js , src/assets/js/core/main.js
Regards, AdminUIUX
Great Work,Congratulations GLWS 
Thank you very much, Please do support and spread a word for us.
Congratulations GLWS 
Thank you so much and please do support and spread a word for us.