1060 comments found.
Hey, can we setup a schedule to talk about how it want to modify this theme please.
Dear Riazrazu,
Thank you for contacting us.
Yes, we can schedule a call. Kindly contact us at ; info@designreset.com
Kindest Regards,
Design Reset Team
Hello dear designreset.
Why working on my app backend, I’ve noticed that most (if not all) pages of the horizontal light (most likely the dark too) have an issue with the Breadcrumbs where neither they are showing nor the title of the page does.
The issue seems to be related to (not sure if it is again the z-index or else) as the minute I remove it, I am able to show either the title or the breadcrumb correctly.
This is not an issue for me, just a friendly report as a matter of my 5 cents back.
Dear pcservicesca,
Have you tried setting your title through routes?
Kindly share more detail with screenshots.
Kindest Regards,
Design Reset Team
Hello designreset. Presently I am not doing anything dynamic other than just creating the routes myself, adding html views and testing pages for browser compatibility. No disrespect, I know you’ve already provided the Laravel version, but I prefer to slice it myself and that is what I did.
But it is not related to Laravel as it can be shown on the HTML version too. Try to open any inner page for the horizontal menu admin and check if you would see the breadcrumbs or the page title. Technically, the code has a div that overlaps the two and neither the title, nor the breadcrumbs are showing. Here is an example URL from your demo: https://designreset.com/cork/html/horizontal-light-menu/app-chat.html To know what I am talking about, try your code by removing the secondary nav div: and your breadcrumbs or the title (or the both) will show correctly. On another note, I am noticing also, that the multiselect tag box in Blog Post Create page, if viewed by FireFox looks a bit awkward (it works, but try to add 3 posts and on the third one, the Chose expands the field). Here is the URL to test it too: https://designreset.com/cork/html/horizontal-light-menu/app-blog-create.htmlDear pcservicesca,
We will look into this issue and rectify this in future updates.
Kindest Regards,
Design Reset Team
Please do as I am pulling the HTML sources to build my custom LARAVEL and I really hope that the changes will be styles only. I am noticing also some code inconsistencies and strange things:
1. In some templates (e.g. component-notifications.html) there is a double class (lines 787 and 789) 2. In the head of the templates, in some the relation and type are written in the beginning, in others they are at the end.
Of course, these are not important nor crucial as during app development they can get easily unified and corrected the way we want them, I am just reporting them for your records if someone would work anyway on the theme
Thanks for the feedback 
hi, if i purchase the cork dashboard, will it be laravel or bootstrap or both? thanks
Dear manormoh6,
Thank you for contacting us.
Cork Admin Dashboard includes both Bootstrap and Laravel version.
Kindest Regards,
Design Reset Team
Can we use it with Bootsrap Studio?
Dear giwangunawan91,
Thank you for contacting us.
Cork Admin Template is not coded to work with Bootstrap Studio.
Kindest Regards,
Design Reset Team
Dear DesignReset.
I am trying to combine a modal from your example page with a custom form that contains a datepicker (date/time). It all works fine, however the problem is that the z-index is messed up somehow and my calendar appears under the modal window as well as under the overlay and technically I am not able to pick a date.
I’ve tried to add a high z-index set to 10000 !important in .flatpickr-calendar.open and .flatpickr-calendar as well as tested with auto, however after running npm run build it did not change much.
I would suggest you to have a modal that would contain one of every field types you have styled or at least to add to the documentation how we can deal with z-indexes as i’ve seen several others experiencing similar/same issues before me.
So could you please advise how can I ovecome this issue as I would like to use modal instead of building a custom view, routes etc. for a small form of 2 text inputs and 2 date ones?
Dear pcservicesca,
Thank you for contacting us.
Can you please send us a working example or upload your file to a server?
You can contact us at – info@designreset.com
Kindest Regards,
Design Reset Team
Sure thing will do. If you want to test it quickly, just grab the medium large modal and add the date/time picker (not the range but regular). Once you do, you will notice the overlay issue, but yes, I will upload an example and share it with you a bit later today.
Thanks for getting back to me so quickly.
Dear pcservicesca,
Sure we will get back to you. Kindly provide an example as well.
Kindest Regards,
Design Reset Team
Dear designreset, an email has been sent with a basic example demonstrating my issue. Please note that I am using the official styles of the template and nothing custom, so in the email I am only attaching the constructed HTML to demonstrate the issue, so just add the src/layout folders where those should be and you can test and observe the issue.
Thanks again for the quick and prompt communication. The after sale support is what would put you much ahead of any competition!
Dear pcservices,
We have updated your code by adding the following CSS mentioned below :
.flatpickr-calendar.open { display: inline-block; z-index: 9999; }
Download the file mentioned in the link below :
Also, we appreciate your feedback and we will discuss it with our dev team.
Hope this helps 
Kindest Regards,
Design Reset Team
I have included jquery.dataTables.js to get all the basic functions of DataTables. Now the whole theme is broken. Suggestions?
Dear Loomes,
Thank you for contacting us.
What type of functionalities do you want to include in Datatable can you elaborate on your needs?
Kindly share a working examples and screenshots of your current layout/theme
Kindest Regards,
Design Reset Team
I need the functionality to sort and filter columns with images using their alt-tags. This works by including “jquery.dataTables.js”, “jquery.dataTables.css”, and DataTables’ official plug-in “sorting/alt-string.js”. You see the layout issues at the DataTable elements (like pagination or search field for instance), when you just include them in the vanilla (out of the box) Cork installation. Just include from here:
https://nightly.datatables.net/js/jquery.dataTables.js https://cdn.datatables.net/1.13.4/css/jquery.dataTables.min.css https://cdn.datatables.net/plug-ins/1.13.4/sorting/alt-string.jsDear Loomes,
We have to check this at our end and it will take some time. We will get back to you in 48-72 hours.
Thank you for your patience.
Kindest Regards,
Design Reset Team
Dear Loomes,
Thank you for your patience.
We have created an example that seems to work fine without destroying any design.
Kindly download the page mentioned in the link below and put the page inside your files
Screenshot view – https://prnt.sc/rvuLmgpKlB6m
Note: We have just included the alt-string.js file
Hope this helps 
Kindest Regards,
Design Reset Team
As far as I can see, you just have excluded ‘jquery.dataTables.js’ and ‘jquery.dataTables.min.css’ from your example. The layout issues are coming from ‘jquery.dataTables.js’, not the plugin. But the plugin needs these 2 files, so as a result, the plugin won’t work. Did you test the image sorting in your example?
Edit: I just found the real issue, it’s the syntax. I included the plugin with ‘{ target: 1, type: ‘alt-string’ }’ and not ‘{ type: ‘alt-string’, targets: 1 }’ like you did. The way I did it, it only works with jQuery included and the way you did it, jQuery is not needed. That’s totally weird but well, it works now. Thanks for your help!
You are most Welcome 
hello i love you work but i have a question is the mailbox application supposed to link to actual webmail or an internal mail system to be done using a database
Dear zeinsystems,
Thank you for contacting us.
You can link your mail with the internal mail system using a Database or you can also link with the webmail but, for that, you have to include webmail API or anything to connect with its database.
Kindest Regards,
Design Reset Team
is there github access to the template?
Dear espornajay,
Thank you for contacting us.
Currently, we do not provide any Github access
Kindest Regards,
Design Reset Team
Sorry, nevermind, I got an example item from the vertical menu and applied it to the horizontal so it is all good now and I don’t need any extra further need of assistance for now.
Great 
Dear Sirs,
I am trying to use the Admin Vertical Light Menu in my Laravel project I started locally and it all stood well so far, however the moment I try to remove a dropdown box from the horizontal menu, I am losing the onMouseOver drop menu activation for all other menus and the only way to open them is by click for open and close.
In the vertical menu you’ve provided an example of a no drop-down menu, however I don’t see a non-dropdown menu option available for the horizontal type.
Can you please advise me how can I use a simple menu without any navigations that does not break the rest of the menus that I’d like to keep the dropdown items?
Hi! I am trying to use snackbar in my website as documented here. /html/modern-light-menu/component-notifications.html
The problem is I am getting this error ” Uncaught TypeError: Cannot read properties of null (reading ‘addEventListener’) at add_notification (custom-snackbar.js:10:37) at custom-snackbar.js:18:1”
I am correctly passing the selector in custom.js :
let copybutton = document.querySelector(’#copysharebutton’); let sharelink = document.querySelector(’#sharetext’);
copybutton.addEventListener('click', () => {
});
let text = sharelink.textContent;
navigator.clipboard.writeText(`${text}`);
add_notification('#copysharebutton', {text: 'Example notification text.', duration: 100000});
The first time click doesnt work but it works second time. Any fix?
Dear jainnayan1194,
Thank you for contacting us.
Seems like the function is missing
Copy the function from the link mentioned below and paste it function at the top of your current .js file
- https://pastebin.com/xjNMQJh1
Hope this helps 
Kindest Regards,
Design Reset Team
Hello DesignReset.
I must admit HONESTLY this is one of THE BEST ADMINS I’ve seen so far and tried. It has everything a respectful admin dashboard could need as well as it has a Laravel Starter kit which could eventually help Laravel enthusiasts to start faster.
I’ve had only one thing missing and I really hope it is something that can be achieved – it is the DATE RANGE input with time.. Example Start-Date/Start-Time and End-Date/End-Time. I see a huge benefit of having such input as there are some events that would need the input not only based on date of start/end but also the time and having such input would eliminate the need of having 2 fields for start and 2 more for end of events, especially when the range picker is already existing
Would you have something that I can combine Date/Time picker for the RANGE input?
Dear pcservicesca,
Thank you so much for your lovely feedback.
The date time picker is already available as a component, please check the link mentioned below;
- https://designreset.com/cork/laravel/modern-dark-menu/form/date-time-picker
Kindest Regards,
Design Reset Team
Hello designreset.
What i need is to combine the datetime picker with the range, so that I can not only have the starting/ending date but also pick the start/end time of the event as well. I thought this might require some custom coding, however I’ve found an example that is sort of doing that using the same library. I just did not have yet the luck to make it work:
https://codepen.io/pidgpowell/pen/KYBJbmBtw, I am experiencing a strange issue with any of the Date Time pickers besides the basic – as soon as I remove the Basic from the HTML template, all others stop working so in reality only the Basic shows the calendar correctly and others don’t.
As far as the basic works fine, that confirms that all my libs/js are loaded correctly so what could be the reason to not have just a DateTime Range on the page and remove all others?
Same thing happens using the code from your demo. To reproduce it, just try to remove any date/time pickers but preserve the RANGE version only. The mouse pointer turns as a regular arrow (not the hand) and the calendar stops showing. I guess something is messing up in custom-flatpickr.js but I was not yet able to figure it out.
Can you share the code of a page with the datetime RANGE picker only?
Dear pcservicesca
We had done a check from our side and it seems to work fine.
Below are the screenshots
1. We have commented all the code from other datepickers except the range picker
- https://prnt.sc/VepSTV6UJqT9
2. And it still works.
- https://prnt.sc/iQG8bslNslJw
If the issue is still the same kindly share your code and your way of removing the datepicker
Kindest Regards,
Design Reset Team
Dear DesignReset.
What I meant from deactivating was to keep the Java file intact, but to use various date pickers in forms. Sometimes in a single form we might need various inputs (date, datetime, just time etc.) so in reality what is needed is to be able to load the template java’s as they are and use various forms that are required by the project idea.
What I did was to take your original template and just removed the basic date input. No further changes but removing the basic input and the forms stopped working (show but not clickable with the hand cursor, nor does show a calendar). The minute I add the Basic date picker, it all starts working, but in my scenario I would like to use the DateTime picker and removing basic and every other form keeping ONLY that one with all its original files included from your template, and I get an input field like text where I can type the date, but not to pick two from the calendar.
How can I contact you to share my code so that you can see for yourself?
OK, seems like I’ve found the issue. In your “CODE” listing block you only list the JavaScript we need to use, but not the form itself, so it was not clear that I needed to add the JavaScript behind a script tag in my footer and remove from there the custom_flatpicker.js.
Why would you include this file in PAGE SPECIFIC when you suggested earlier in the comments of some other person having the same issue to remove it and replace by the JavaScript code only?
As a suggestion, I would share the whole code for the widget (HTML + <script>..</script> part as that would really make it copy-paste and would prevent someone else asking the same questions as I did…
Now the question is, if I want to have multiple dates, how can I combine those, but since one is working fine, I can use your custom file as an example to see it working…
Btw, I can confirm that I was able to combine all the options needed and get the best of all – a Date/Time Picker with Range so if anyone needs to have a start-date/start-time and end-date/end-time in a single input field, feel free to use the following options:
var f3 = flatpickr(document.getElementById(‘rangeCalendarFlatpickr’), { mode: “range”, // enables the range enableTime: true, // enables the time picker dateFormat: “d-m-Y H:i” //example date change format });
Now that this is done, I will just need to obtain the date/time of start/end but that would be done easily using php so that I can populate all the needed values to the DB
Dear pcservicesca,
Thank you for your feedback.
We will look into it.
Kindest Regards,
Design Reset Team
Hello,
I bought this amazing template. however, i miss the Dual List Box. Is this not included?
kind regards, Bram
Dear btajaate,
Currently, the dual-list box is not available
but, you can add the following mentioned in the link below
- https://maykinmedia.github.io/dual-listbox/
- https://www.jqueryscript.net/blog/best-dual-list-box.html
Kindest Regards,
Design Reset Team
Hi I bought the cork template and I would like to know how to have the dashboard
Dear aissatouc
Thank you for contacting us.
Kindly follow the docs – https://designreset.com/cork/documentation/laravel/installation.html
Kindest Regards,
Design Reset Team
Hi, I still have a problem with getting the dark mode to work. Because at the beginning I had little time to analyze it, I made some changes in the helpers file to reflect the routes I needed. I think I messed it up and now, being poor at frontend I can’t get it to work again. If I chage the helper file I will get get_configuration missing error. I don’t want to post the links to my projekct so publicly. Is there any way I could contact you via email and then give my github repo link. Do you think you could have a look at this? Thank you in advance! Kris
Dear zappaciato,
You can contact us on info@designreset.com
Kindly provide us your CPanel or GitHub link
Kindest Regards,
Design Reset Team
Hi again.
Im trying to use the datatable fixed column but using the style of cork once scrolled horizontally the the content is still visible behind the fixed column. is it possible to fix it?
Dear ChibiCedric,
Can you share a working example? It would help us to understand the issue and provide a better solution.
Kindest Regards,
Design Reset Team
Hi this is the screenshot https://ibb.co/D55Rhtf
Dear ChibiCedric
It might be caused by white-space: nowrap; css property. We cannot provide you exact solution until you share a working example.
Kindly provide us a working example on jsfiddle or codepen.
Kindest Regards,
Design Reset Team
Hi, can you tell me how to use the barebone template with an horizontal menu? i have not find the way to do it.
Thanks,
Regards,
Dear salvadorva,
Thank you for contacting us.
Copy and paste the code mentioned in the link below
- https://pastebin.com/g9d2CGw6
and paste it inside resources\views\components\base-layout.blde.php
Hope this helps 
Kindest Regards,
Design Reset Team
Dear Concern,
I’m newbie in Laravel. Using your theme to develop a project. can you please give me a tutorial to code sample how can I use SweetAlerts to any notification of form submission where notification comes from Laravel.
I’m in very problem can not under stand how to use Alerts/SweetAlerts/Notifications. Please help
Dear salmanomayer,
Thank you for contacting us.
Notification in Laravel can be created using the in-build notification feature -> https://laravel.com/docs/9.x/notifications
and
to use SweetAlerts2, navigate to resources\views\pages\component and open sweetalert.blade.php file. It contains all the necessary files to run SweetAlert2
Note: For more information kindly follow the link -> https://sweetalert2.github.io/
Kindest Regards,
Design Reset Team
Hi I tried installing laravel 9 version but upon installation I am redirected to the default laravel welcome page. Can you help me please?
Dear mrdot626
Thank you for contacting us.
Kindly follow the link mentioned below as it contains all the localhost/demo links at the bottom of the page:-
- https://designreset.com/cork/documentation/laravel/installation.html
Kindest Regards,
Design Reset Team
apakah Bootstrap 5 Admin & Laravel 9 Dashboard Template bisa di kombinasikan dengan laravel starter kit or laravel auth ?
thank’s
Dear wawan123,
Cork Admin Template contains two versions Bootstrap 5 and Laravel + Bootstrap 5.
If your question is, does Laravel version contains bootstrap 5? The answer is “Yes” and you do not need to combine Bootstrap 5 and Laravel 9 versions.
Also, the Starter Kit presented inside the Bootstrap 5 is also available in Laravel 9 as well
Let us know if that’s what you want to know.
Kindest Regards,
Design Reset Team
is there already a login process with laravel 9 auth ?
Dear wawan123,
You can implement Fortify for Login and Register pages
Kindly follow the links mentioned below
- https://www.youtube.com/watch?v=CLsyHP7x0N0
- https://www.youtube.com/watch?v=c-4vJhYzlh0
- https://www.youtube.com/watch?v=8u_SV0glsHw
Note:- Currently, we have not integrated any authentication so you are free to implement any authentication but, we recommend using Fortify.
Hope this helps 
Kindest Regards,
Design Reset Team