1060 comments found.
Hello there,
Great work you have done with this template.
I have found design issue you must probabbly fix, it is the bootstrap validators, when you use the class “is-valid” on a input class list like class=”form-control is-valid” than a lot of tick’s appears insthead there should be only one!
There were also few others stuff i had to fix myself like the ”.layout-px-spacing” that has a wrong min-height calculation! You are not calculating also the footers height itself to show it perfectly, use this value insthead: calc(100vh – 153.5px) !important. The issue is that even if the page is blank, the footer can not be seen, you need to scroll a bit to see it…
Kind regards, Msc. Flamur Beqiraj.
Dear flamurbeqiraj95,
Thank you very much for taking the time to review our template and for sharing such detailed and constructive feedback. We truly appreciate the effort you put into identifying these issues and even suggesting precise solutions.
We have noted all of your points and will address them in an near update to ensure a smoother experience for all users.
Thanks again for your support and valuable input.
Kindest regards, Design Reset Team
Site not opening, getting this message: The webpage at https://designreset.com/cork-admin/ might be temporarily down or it may have moved permanently to a new web address.
Dear Rkpani,
Thank you for letting us know about the issue. SSL is expired. We will fix it in few hours.
Kindest Regards,
Design Reset Team
Hello author, please help me with the template I bought from envato, (cork bootstrap 5 admin), i would like to remove the add event in the calendar and use it in other page, same as other buttons in some components. can you help me disable this temporary and add some buttons instead or personalized it instead. Thank you
Dear grdumlao,
Thank you for reaching out to us.
To remove the Add Event button, please navigate to: src/plugins/src/fullcalendar/ and open the custom-fullcalendar.js file. Within the file, locate the section marked “Active Calendar”, then remove or comment out the customButtons script.
Hope this helps.
Kindest regards,
Design Reset Team
Hi, greetings.
I have a question. If a want to add jQuery and Pusher to the project, what i have to do?
For example. I tried: 1) npm install jquery
2) Import into resources/layouts/vertical-dark-menu/app.js (at the beginning): import $ from ‘jquery’; window.$ = $; window.jQuery = $;
3) Use jQuery on any blade, and it doesn’t work.
Sorry for my bad english.
Dear jedroviana,
We don’t recommend using jQuery, as it can potentially cause conflicts with other scripts or frameworks in your project.
However, if you still wish to use it, you can download it directly from the official website: https://jquery.com/.
Once downloaded, add it to your project’s resources directory and include it in your Blade file accordingly.
Hope this helps 
Kind regards,
Design Reset Team
Okay, thank you for your response. But in the case of Pusher, what can I do? Because when I install it globally, it gives me the problem that it’s not available.
Dear jedroviana,
Could you please share more details about the issue you’re experiencing with Pusher.js? This will help us better understand the problem and assist you more effectively.
Kind regards, Design Reset Team
Good morning, greetings, I am having a problem with the purchased template, specifically with the vertical dark menu theme, since when clicking to collapse or show the menu, it throws me the following error
app-CQxRySSi.js:1 Uncaught ReferenceError: getSidebar is not defined at HTMLAnchorElement.<anonymous> (app-CQxRySSi.js:1:866) (anonymous) @ app-CQxRySSi.js:1
Even on the demo page, the exact same thing happens.
Could you please help me with that?
Dear jedroviana,
Thank you for contacting us.
1. Inside the Vertical Light Menu Folder, Navigate to resources
2. Find and open app.js file
3. Then, find the following code mentioned below
"getSidebar = document.querySelector(".sidebar-wrapper")"
4. Apply let or const
"let getSidebar = document.querySelector(".sidebar-wrapper")"
5. Recompile the vite.js file
Hope this helps 
Kind regards,
Design Reset Team
Many thanks by your help. Works perfectly !
You are most welcome
Good day, I want Country based select dropdown element code.
Dear rajakumaranthirumalai,
Thank you for contacting us.
You can easily create a country-based dropdown using Bootstrap 5. Here’s a simple example with the native select element, and also a searchable dropdown version if you’d like something more user-friendly.
Simple Bootstrap 5
- https://pastebin.com/3Jc6dcvm
Bootstrap 5 Searchable Country Dropdown
- https://pastebin.com/8Mg00piz
Both are fully responsive and work right out of the box.You can copy the code, drop it into your project, and extend the country list as needed.
Country Select (Full List with all 200+ countries)
- https://pastebin.com/R3HkKakY
Hope this helps 
Kind regards,
Design Reset Team
Good Day, I want Month and Year Picker.
Dear rajakumaranthirumalai,
Below is the link for the working example
https://jsfiddle.net/74quhpyn/Hope this helps 
Kind regards,
Design Reset Team
Hi, i wanted to remove submenu but whenever i remove it its design breakdown, i dont need submun, i am using laravel version with top menu with light
Dear Ijaz Ahmed,
Thank you for reaching out to us.
To remove the submenu, you can simply delete the li.sub-submenu section from your code.
If the design is breaking after removal, could you please share a screenshot of the issue along with the exact code snippet you modified? This will help us better understand the problem and provide you with the most accurate solution.
Kind regards,
Design Reset Team
Laravel Pagination dont work {{ $pages->links() }}. How to setup $pagination for this theme ?
Dear magazinehive,
Thank you for contacting us.
Can you explain what problem you are facing.
Please share your code.
Kindest Regards,
Design Reset Team
hello. i use cork and tables with buttons (print ) . how can i change the title of the print document? i wanna to add the value of selected item . Thank you
Dear micowow123,
Thank you for contacting us.
Kindly follow the link mentioned below
- https://jsfiddle.net/b31skvoc/
Kindest Regards,
Design Reset Team
Hi, I am using “Vertical light menu” template and I don’t know how to load dynamically the user image in the user-account-settings.html file in the filepond div. Could you help me to solve the issue?
Dear keyascii,
Thank you for contacting us.
Use addFiles() method to implement the image url from the Database.
Kindly follow the Filepond docs mentioned below :
- https://pqina.nl/filepond/docs/api/exports/
Kindest Regards,
Design Reset Team
Hi, thanks a lot for your reply. I visited the url you suggested but, actually I did not undestand anything. I am not sure where do I have to add the addFiles() method. I suppose in the html file but this is the code I see in user-account-settings.html file. Could you clirify this step? Thank you very much
<!—// The classic file input element we’ll enhance // to a file pond, we moved the configuration // properties to JavaScript—> <input type=”file” class=”filepond” name=”filepond” accept=”image/png, image/jpeg, image/gif”/>Dear keyascii,
Forget about the addFile().
- Navigate to html/src/assets/js/users/account-settings.js
- Find the image with the name (user-profile.jpeg) at the source
- Now here you have use ajax to get the image from the data base and implement it in source
Hope this helps 
Kindest Regards,
Design Reset Team
Hello, sorry for the silly question. I have just completed a Laravel course and maybe it not the best thing to buy this theme but I bought it. Now, I don’t see any Auth routes and also the Login and registration views don’t work. Do I have to implement Authentication libraries by myself? Thank you for your help
Dear keyascii,
Yes, you have to implement authentication libraries from your side as we have just provided you the front-end design.
Kindest Regards,
Design Reset Team
Hi Support Team,
I hope you’re doing well.
We are encountering an issue with our dynamic chat system where the chat markup is not functioning as expected. Our application (built on ASP.NET with a custom chat component) retrieves chat content from the server via AJAX and inserts the HTML into the page using jQuery. However, we are facing challenges with class preservation and component initialization. Below is a summary of the problem:
Issue Details:
Dynamic HTML Insertion: We have a server-side function that builds the chat HTML using a StringBuilder. The function queries the database using a stored procedure (sp_GetNewMessagesForReceiver) and returns a block of HTML. For each message, the markup is structured as follows:
html
Today, 6:48 AM Hello, It’s me. I have a question regarding project.Client-Side Update with jQuery: On the client-side, we have a function that calls the endpoint via AJAX and appends the returned HTML into the #people-box container:
javascript
function loadUserMessage(senderId) { $.ajax({ url: ”/chat/getuser/” + senderId, type: “GET”, dataType: “html”, success: function (data) { // Clean up any extra quotes at the beginning and end data = data.replace(/^”|”$/g, ’’); $(”#people-box”).append(data); }, error: function (xhr, status, error) { console.error(“Error retrieving messages: ” + error); } }); }
Problem Observed: The new chat HTML is inserted correctly; however, the existing chat components (e.g., those with the active class “chat-active”) lose their state. This results in the dynamic content not being recognized by our initialized plugins or event handlers, leading to a loss of functionality (e.g., class-based behaviors and events are not firing as expected).
What We Have Tried:
We attempted to reinitialize the components after inserting the new content.
We also tried using delegated event handling; however, these approaches have not fully resolved the issue.
We considered modifying the server-side function to return JSON and handling the markup construction on the client-side, but our current architecture and some dependent components require that the markup be built on the server.
We require your expertise to resolve how we can insert and update the dynamic chat HTML while preserving the necessary class states and ensuring that all chat functionalities remain intact.
Could you please advise on the best approach to achieve this? Any insights or recommendations on handling dynamic HTML insertion and initialization in our scenario would be greatly appreciated.
Thank you very much for your support.
Best regards,
Dear bslatinasrl,
As for as we understand, your problems are
1. Chat HTML is built server-side and returned via AJAX.
2. HTML is inserted using append() into #people-box.
3. Some behaviors (like classes or event handlers) are lost or don’t initialize properly on the new content.
That can be happened because of
1. Event handlers are bound to elements that existed before the new content was added.
2. Some initialization scripts run only on page load, not after content is dynamically added.
3. The inserted HTML might conflict with existing elements (e.g., duplicating IDs, or not correctly updating the “active” class).
Solutions
1. Use Delegated Event Handling for All Dynamic Elements
If you haven’t already applied this everywhere, make sure that event listeners for dynamic elements are delegated. For example:
- https://pastebin.com/5XJMz1yd
Delegation ensures that even elements added later will respond correctly.
2. Reinitialize Plugins or Scripts After Insertion
If your chat system uses any third-party plugins (e.g., custom scrollbars, tooltips, or fancy inputs), reinitialize them after appending the new HTML:
- https://pastebin.com/K3EweiMS
Then define your reinitialization logic:
- https://pastebin.com/MzsG42Ar
3. Avoid Conflicting or Duplicate IDs
Ensure the server-generated HTML does not return elements with duplicate IDs already present in the DOM. Instead, use classes and data attributes to identify chat items.
4. Preserve or Recalculate State
If you’re relying on classes like .chat-active, ensure that:
You do not overwrite existing elements if they are still relevant.
You explicitly set or remove the active class after appending:
- https://pastebin.com/d5dbr1LG
Alternatively, track active user/message ID and apply classes based on that.
5. Optional: Switch to Returning JSON + Templates (Long-Term Fix)
While your customer says server-rendered HTML is required, if they ever refactor, generating markup client-side using JSON data and templates (like Handlebars, Mustache, or simply jQuery DOM creation) gives more control and avoids this kind of issue entirely.
Final Recommendation (Working Code Example)
- https://pastebin.com/iJpNw9Mn
Note: The solutions and code examples provided are hypothetical and based solely on the information you’ve shared. They have not been tested in a live environment, so we recommend reviewing and adjusting them as needed to fit your specific implementation.
Kindest Regards,
Design Reset Team
dear author,
i cant use this template without scss or compiling assets how i can use it? please help
sameedweb@gmail.complease reply me on this mail
Dear josewo5778,
Thank you for contacting us.
Kindly follow the documentation
Installation
- https://designreset.com/cork/documentation/installation.html
For CSS https://designreset.com/cork/documentation/style-customization-css.htmlFor SCSS
- https://designreset.com/cork/documentation/style-customization-sass.html
Kindest Regards,
Design Reset Team
Hello,
I’m facing an issue when using localhost. Only the first page (the dashboard) is displayed, and when I click on other pages, they do not load and show the following error:
Object not found! The requested URL was not found on this server. If you entered the URL manually, please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404 localhost Apache/2.4.56 (Unix) OpenSSL/1.1.1t PHP/8.2.4 mod_perl/2.0.12 Perl/v5.34.1
However, if I use http://127.0.0.1:8000/tables, the issue does not occur.
Can you please help me with this problem?
Thank you!
I mean , when I am using localhost : just this url working : http://localhost/dms/public/dashboard/analytics just this one but with php artisan serve work all of pages when I click it
Please check the reply on the newest comment section
why layout content comment it : {{- @extends(‘layouts.app’) -}}
Copyright © 2022 DesignReset, All rights reserved.
Coded with <svg xmlns=”http://www.w3.org/2000/svg” width=”24” height=”24” viewBox=”0 0 24 24” fill=”none” stroke=”currentColor” stroke-width=”2” stroke-linecap=”round” stroke-linejoin=”round” class=”feather feather-heart”><path d=”M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z”></path></svg>
{{when I remove it , than not working the page (storage and …. problem)
Dear javidsalihe,
Kindly follow the steps mentioned below :
1. Copy and Paste the Public folder’s contents to the [YOUR_ROOT_FOLDER] (in your case it’s dms folder).
2. Update the index.php file – Open the dms/index.php file and update the paths to reflect your Laravel folder
FROM This = require DIR.’/../vendor/autoload.php’; TO This = require DIR.’/vendor/autoload.php’;
3. Navigate to app/Helpers/ and open the helper.php file (Edit the last condition)
FROM This = $__getRoutingValue = ’/’; TO This = $__getRoutingValue = ’/dms/’;
Note:
1. From the #2 point only edit the file that you have moved outside the public folder
2. It is highly recommended to start the project using artisan commands as you might not be able to use vite to make changes in styles (if any)
Kindest Regards,
Design Reset Team
Hello , I want to add the Laravel UI (Authentication) package, but after adding it, I lost all the styles (CSS and JS). What should I do?
Dear javidsalihe,
1. What Laravel UI Authentication package you are using?
2. Where you are losing all the CSS and JS? Are you trying to create your style or using the one we provided?
Can you share the screenshot with us?
Hope this helps 
Kindest Regards,
Design Reset Team
I have successfully chosen a vertical Laravel folder and installed it following the documentation instructions.
I need to use Laravel UI (https://github.com/laravel/ui) for authentication, so I ran the following commands:
A) composer require laravel/ui
php artisan ui bootstrap—auth
I am not sure if I am doing this correctly. I need urgent help.
Dear javidsalihe,
Have you tried running the application using = php artisan serve command
Can you please share your working example with us.
Please share your working example details at info@designreset.com
Kindest Regards,
Design Reset Team
yes , I have use this php artisan serve command , but not working and have same problem. for Authentication I have to use laravel UI , but conflicting https://drive.google.com/file/d/1iwJns6KtM7oYbJpM63siJ1sJ8SvNY-Jm/view?usp=share_link
A reply has been given
Hello Support Team,
first : I am using MAC XAMPP PHP version : 8.2.4
I have been struggling with the installation process for several days, which should have been the easiest step. I specifically chose this template to simplify my work and get started quickly, but unfortunately, that has not been the case.
I followed the documentation line by line, yet I am still facing the same issues. Please let me know if this template has compatibility issues with Laravel 11, or at least provide direct assistance for a short time so I can successfully install the project.
Issues I am facing: Problems with php artisan serve and running on localhost –(localhost It does not work properly)
Memory limit issues – If I uncomment certain lines in the code,(footer oder navebar…...) I get memory-related errors (storage …..)
Changing project paths (index and helper ) breaks everything – If I modify paths as per the instructions, the project does not load at all.
Laravel UI package issues – When I install Laravel UI and modify layouts/controllers , it does not work properly, and all CSS & JavaScript files break.
I need a clear and correct installation guide to proceed with this project. Please provide proper steps or let me know if the template is not fully compatible with Laravel 11.
Looking forward to your response.
Dear Javidsalihe,
Thank you for reaching out.
1. Laravel UI Installation Issue
It seems that while installing Laravel UI, the layout/app.blade.php file was replaced with our version. If that happened, it would break the CSS and JS.
To resolve this:
1. Extract a fresh copy of the project files.
2. Reinstall Laravel UI.
3. When prompted to replace layout/app.blade.php, select NO to keep your existing layout.
4. For Controllers.php, you may choose YES to replace it.
Note: We have successfully installed Laravel UI and confirmed it works without issues.
2. Increasing Memory Limit in XAMPP
To increase the memory limit:
1. Navigate to xampp\php\php.ini.
2. Open the file and update the following line:
memory_limit = 128M
Change it to:
memory_limit = 512M
(You can set a higher value if needed.)
3. Recommended Way to Run Laravel
We strongly recommend running the project using Artisan commands rather than XAMPP.
Recommended:
http://127.0.0.1:8000/dashboard/analytics
Not Recommended:
❌ http://localhost/dms/public/dashboard/analytics
4. Laravel UI & Alternatives
Laravel UI is a legacy package and is no longer recommended by Laravel. We advise considering alternatives like Laravel Fortify.
For more details, you may refer to the following discussions:
5. Cork Laravel 11 Compatibility
Cork Laravel 11 is fully compatible with Laravel standards.
We hope this helps!
Best regards,
Design Reset Team
Good day, did you make any change in Cork Bootstrap Admin Template, because i only see the Cork Version 4.0 is introducing Laravel 11.x with Vite 5.x. but Nothing for Cork Bootstrap Admin Template, let me know
Dear thatishop,
Thank you for contacing us.
Yes, Cork Version 4 is only associated with Laravel version. There are no changes has been made in Cork Bootstrap Version.
Hope this helps 
Kindest Regards,
Design Reset Team
Good day Does this have database setup all I would need to do is host it ?
Dear ayomikunseidu,
Thank you for contacting us.
We assume that you are talking about laravel here.
No, we have just converted the template in Laravel at the base level you need to code the dashboard and other apps as per your needs.
Hope this helps 
Kindest Regards,
Design Reset Team
cork html theme cork v3.9.0
how to make modal in modal?
Dear engin34tr,
Thank you for contacting us.
Kindly follow the link below:
1. Toggle between modals
- https://getbootstrap.com/docs/5.3/components/modal/#toggle-between-modals
2. Nested modal
- https://www.codeply.com/p/yNgonlFihM
Note:- As bootstrap says “Bootstrap only supports one modal window at a time. Nested modals aren’t supported as we believe them to be poor user experiences.”
Hope this helps 
Kindest Regards,
Design Reset Team
Is it possible to request the select dropdown from Show/Hide Column? in html it uses Button but if i have lots of column the select dropdown is much better. Hopefully you can give us the code :(( Still no update sad
Dear ChibiCedric,
Thank you for contacting us.
We have converted our button working example into a select option with functionality.
- https://jsfiddle.net/nhofL3cm/
You just need to replace the select option with Tom Select.
- https://designreset.com/cork/html/modern-light-menu/form-tom-select.html
Hope this helps 
Kindest Regards,
Design Reset Team
Thank you ill try it later.
Ok