1060 comments found.
I added the Laravel files to the directory, but it doesn’t work. When I enter the domain address, the files appear. How can i fix this?
Dear laravelbro,
Thank you for contacting us.
It seems like you are using the project on a localhost server (such as Wamp, Xamp, etc.).
If that’s the case, we recommend using the command line to run the files.
Kindly follow the docs for proper installation
- https://designreset.com/cork/documentation/laravel/installation.html
Kindest Regards,
Design Reset Team
I’m trying to install it in cpanel but not working
Dear laravelbro,
Kindly follow the links mentioned below
- https://www.youtube.com/watch?v=bJzlalYt-Lk
- https://laravel-school.com/posts/how-to-deploy-laravel-project-on-cpanel-2023/
- https://bobcares.com/blog/deploy-laravel-project-on-cpanel/
Let us know if you face any other issues
Hope this helps 
Kindest Regards,
Design Reset Team
Hello, I bought the template thinking it was already in the version 10 of laravel. However, the file I received is in version 9. Do you have an estimate of when version 10 will be released? Will I receive version 10 for free?
I have a project already done completely in blade. What files do I need to copy to my project to use the template without harm?
Dear paulo_vm
Thank you for contacting us.
1. We will be working on the latest Laravel version, however, we currently do not have an actual time frame.
2. You already have a completed project so, How exactly do you want to implement CORK ADMIN TEMPLATE inside your project? Do you want to implement the Design, Layout, Pages etc? Please share the details.
Kindest Regards,
Design Reset Team
I want to implement the Design and Layout and main blade pages (Header, sidebar, footer)
Dear paulo_vm,
So, as far as we understand that you have your algorithm ready to use you just want a frontend. right?
If yes, then you can copy your modal, algorithm inside CORK ADMIN, instead of copying CORK ADMIN inside your project.
Hope this helps 
Kindest Regards,
Design Reset Team
when I use tom-select.default.min.css and onchange event on parent selectbox and enable child selectbox is not working
Dear rakeshchopra41,
Thank you for contacting us.
Kindly follow the link mentioned below -
- https://tom-select.js.org/docs/
Hope this helps 
Kindest Regards,
Design Reset Team
Good day, how do i correct this issue? When one data is on the table the drop-down list gets hidden when clicked on it. Please view the screen shot here: https://prnt.sc/4AzlGkoeJjYW
Dear thatishop,
Thank you for contacting us.
Try adding a min-height in your table when the table has one or two entities/data inside it.
Hope this helps 
Kindest Regards,
Design Reset Team
can you help with an example on how to achieve that??
Dear thatishop,
We will get back to you with an example.
Kindest Regards,
Design Reset Team
Dear thatishop,
Thank you for contacting us.
Kindly follow the link mentioned below for example -
- https://jsfiddle.net/cyqxsdtL/1/
Hope this helps 
Kindest Regards,
Design Reset Team
does not solve my problem, the td height increases the problem still persists; make sure this is solved with your next update.
This resolution worked with another user. However, we will fix this in next update.
Kindest Regards,
Design Reset Team
HTML 5 Export not giving title correctly when print on vertical layout.
Dear raffpalliyalil,
Thank you for contacting us.
Kindly share a screenshot or working example.
Kindest Regards,
Design Reset Team
html5 export print file not formatted properly. not getting the title correctly
Dear raffpalliyalil,
Thank you for contacting us.
Kindly share a screenshot or working example.
Kindest Regards,
Design Reset Team
Your form wizard validation not working
Dear raffpalliyalil,
Thank you for contacting us.
Kindly share a screenshot or working example.
Kindest Regards,
Design Reset Team
“I have set up with Laravel. Currently, the default theme is active, but I want to use the ‘collapse’ theme. How can I change this?
Dear infodasci
Thank you for contacting us.
In order to change the layout you need to create a new configuration (By copying the old configuration) inside the app-config.php file. After, that add the config data to the helpers.php url condition.
Let us know if you have any further queries.
Hope this helps 
Kindest Regards,
Design Reset Team
My license is as below
Please fix the bootstrap tables As I noticed there are double borders appearing. Please check the bootstrap implementation as the lines there are thinner than the ones in Cork theme.
Would also be great if you are willing to add support for bootstrap table. As they are stuffs that datatables don’t support easily like merging cells. https://bootstrap-table.com/Thank you.
Dear plyz88,
Thank you for contacting us.
Kindly add the following CSS mentioned in the link below to custom.css or custome.scss
- https://pastebin.com/Gkyn1JdP
Hope this helps 
Kindest Regards,
Design Reset Team
Hello,
I purchased this template from Envato Elements, and I’m currently facing issues with the menu layout in Laravel. I’d like to set the dark layout as the default, but despite my efforts, I haven’t been able to achieve this. Additionally, I’d like to turn off the theme toggle.
Is there any assistance or guidance you can provide regarding these matters?
Sincerely,hanif
Dear wasdyk788,
Thank you for contacting us.
1. In order to turn the dark theme default you need to make changes inside loader.js and set the theme to dark.
2. Hide the dark light button (do not remove it)
Kindest Regards,
Design Reset Team
i use https://designreset.com/cork/html/vertical-light-menu/app-chat.html
pls help me how to connect to my database.
TABLE `chat_wa` ( `id` int(11) NOT NULL, `waktu` datetime DEFAULT NULL, `nohp` double DEFAULT NULL, `pesan` text DEFAULT NULL, `dibaca` tinyint(1) DEFAULT NULL, `idpesan` text DEFAULT NULL, `chatkeluar` tinyint(1) DEFAULT NULL )
Dear didikm,
Thank you for contacting us.
If you are using PHP as a backend language. Kindly follow the links mentioned below
- https://www.w3schools.com/php/php_mysql_connect.asp
- https://guides.codepath.com/websecurity/Connecting-to-a-database
Hope this helps 
Kindest Regards,
Design Reset Team
what I’m asking is which part can I edit to connect this chat feature with our database
Dear didikm
You need to add some of your own backend code and edit JS (if required).
Kindest Regards,
Design Reset Team
Buenas tardes, una consulta como puedo hacer responsivo el data table ?
Dear ruizbenitezguido11,
Thank you for contacting us.
In order to make DataTable responsive just add the .table-responsive class
Hope this helps 
Kindest Regards,
Design Reset Team
Hello, I am using horizonal light/dark menu templates of html and I want to know if it is possible to automatically load light or dark version of site based on the current time?
Dear urantiatech
Thank you for contacting us.
Yes, you can make it happen by adding some new codes in loader.js
Follow the example links below :
Hope this helps 
Kindest Regards,
Design Reset Team
How to get the horizontal navigation working by click, and disable the mouse hover.
Dear aghazal,
Thank you for contacting us.
In order to change the functionality kindly navigate to layouts/[demo-name]/ and open the app.js file
then, find/search the following function -> EnableMenuDropdownOnHover
Inside that function, there is a “mouseover” event listener kindly change that event listener to “click” that should do the work.
Let us know if you face any problem
Hope this helps 
Kindest Regards,
Design Reset Team
How to add a “Back to Top” button?
Thank you.
Dear Blackholes,
Kindly follow the links mentioned below
- https://www.w3schools.com/howto/howto_js_scroll_to_top.asp
- https://codepen.io/matthewcain/pen/ZepbeR
- https://www.freecodecamp.org/news/css-only-back-to-top-button/
Hope this helps 
Kindest Regards,
Design Reset Team
Thank you
The “npm run build” is not working on all files, not creating any production build. Please check https://crm.darwinstech.com/
Dear yogeshmore044,
Thank you for contacting us.
Seem like you are using the Laravel version. right?
If yes, then kindly check if you have added your files in vite.config.js.
Also, check for any errors while publishing the package.
Note:- Can you share a video that shows your build process?
Hope this helps 
Kindest Regards,
Design Reset Team
How to reduce the size of table border to be smaller?
Dear Blackholes
Thank you for contacting us.
Kindly add the following CSS mentioned in the link below to custom.css or custome.scss
- https://pastebin.com/Gkyn1JdP
Hope this helps 
Kindest Regards,
Design Reset Team
Thank you very much, I have a question. How to set column width on table responsive?
Dear Blackholes,
Kindly check the links mentioned below
- https://www.w3schools.com/cssref/css3_pr_column-width.php
Hope this helps 
Kindest Regards,
Design Reset Team
Thank you. It ’s working.
You are most Welcome 
How to make left menu side to hide as default?
Dear Blackholes
Thank you for contacting us.
In order to hide the sidebar menu by default kindly follow the steps mentioned below:-
1- Add .alt-menu class in the body tag
2- Add .sidebar-closed class in div.main-container
Hope this helps 
Kindest Regards,
Design Reset Team
I did as you suggested. But there is a problem when expanding the menu on the left, Scrollbar on left menu not working !!! It cannot scroll down.
body class=”layout-boxed alt-menu”
div class=”main-container sidebar-closed” id=”container”
Dear Blackholes,
Kindly share the error from the console and screenshot or a working example.
Kindest Regards,
Design Reset Team
The latest version, v3.9 and the bug in light template still persist:
To fix modal-content background color in light template, please follow the instruction below:
Edit files: ~\scss\light\assets\main.scss and ~\src\assets\css\light\main.css
change .modal-content background color to:
.modal-content { background: #efefef; }
Dear Kylux,
Thank you for your feedback.
We will implement this feature in the next update.
Kindest Regards,
Design Reset Team
Hello Teams,
I would like to change the sidebar items. In the project folder, there are subfolders for the menu and navbar, and inside them, there are files for the horizontal menu, vertical menu, and others. Should I change all of them, or is there a more efficient way?
Regards.
One more thing, I’m not using the default pages from this template except for the login page. Which folders should I delete, and what configurations should I change? FYI i use laravel template project
Thank you!
Dear ziyadatulkhairid,
Thank you for contacting us.
We are looking into this issue and will get back to you with the resolution shortly.
Kindest Regards,
Design Reset
Thank you for your response. I appreciate it. I hope the solution will be found quickly.
Best regards,
Zidd
Dear ziyadatulkhairid,
Thank you for your patience.
1. In order to change sidebar categories kindly navigate to /resources/views/components/menu and open the file for vertical-menu or horizontal-menu as per your need.
2. To remove unused files you need to remove
- SCSS from inside /resources/scss/
- JS from inside /resources/assets/
- blade templates from inside /resources/views/pages
Hope this helps 
Kindest Regards,
Design Reset