1060 comments found.
Hi Cork,
love your product!
I have noticed a bug in modern light menu RTL version where if the web page is loaded with big size (top nav bar on top) and then you make the screen size smaller so the nabber on the side the menus WONT drop down.
But if you open the web page in small screen size then it will drop down.
Please help me out I’m struggling with it.
Thank you! Tal Rosenseweig
Dear exital,
Thank you for contacting us.
We would like to tell you that it’s not a bug. As if someone (the end-user) opens the dashboard on his/her desktop or mobile then, it will work fine for them.
But, if you still want to fix the functionality then, follow the steps mentioned below.
1. Navigate to asset/js/ and open app.js file
2. Find desktopFunctions.preventAccordingOnClick() function. ( the function is responsible for preventing the according on click on desktop resoultion )
3. Change whole function with eventlistener -> https://pastebin.com/HfWicYq8
4. Add the following function mentioned in the link ->
- https://pastebin.com/iU8rQvxa
Inside app.js below -> desktopFunctions()
Hope this helps 
Kindest Regards,
Design Reset Team
Good morning, how are you? I would like to know if there is any video tutorial to perform the installation of the template, because when I follow the step by step it is all disfigured. If I have a spelling error, it’s because I’m using Google Translate. Hugs Rodrigo Pais
Hello rodrigompais,
Thank you for contacting us.
Currently, we don’t have any video tutorials for installation. Please download the files again and install again. Hopefully, your issues will be resolved.
Kindest Regards,
Design Reset Team
Good morning, do you have an email that I can send you a link with the step-by-step recording, as the installation is getting unconfigured.
Hi, i purchased earlier and when i try to download, the file wont open or let me extract it. It seems to be corrupt and cant be accessed.
Hello elite_socials,
Thank you for contacting us.
Try to download the file again as sometime during the download process, file corrupts.
We have a good daily sales output and none of our users have faced any issues.
Kindest Regards,
Design Reset Team
I have installed the same for laravel, but no images is there, and the designing is not looking the same as in the demo it shows.
Dear 99gift,
Thank you for contacting us.
As per Envato policy, the downloadable file should not contain images.
But, it contains placeholder images. If placeholder images are not loading kindly run the [ php artisan storage:link ] command in the command line.
For designing issues kindly share the screenshot.
Kindest Regards,
Design Reset Team
When will the vue.js version be released?
Hello serkanyalcin,
Thank you for contacting us.
We are still working on it. It will be released in 1-2 months as a separate item.
Kindest Regards,
Design Reset Team
Hello serkanyalcin,
Vuejs version of Cork Admin is now available as a separate item on Themeforest.
Please check the link below;
- https://themeforest.net/item/cork-vuejs-laravel-admin-dashboard-template/35448989
Kindest Regards,
Design Reset Team
Hi Author, I purchased this with the purchase code 000a7b64-3ee3-48e0-a0da-cfa4662ec3d5. I merged it to my laravel 8 project. But some items do not work. Also, there is not TOASTR part in this project? Please email me at: thanh@lethai.vn Thank you for reading this message.
Dear thanh2204,
Thank you for contacting us.
We have checked the issue from our side and everything works fine.
Let us know the following.
- Which Laravel demo you are using.
- Also which items are not working.
Could you share with us the screenshot or a video of missing items?
We will send you the file ASAP in your mail.
Hope this helps 
Kindest Regards,
Design Reset Team
Hi Thank you for answering my question. I already resolved this problem myself. This side is very good but when I read the codes, it very misunderstanding for me. But, it’s ok. Only spend more time. One more question is how to show the toastr dialog? Do we need to use the Java or jQuery? Once again, thanks a lot.
Dear thanh2204
Kindly follow the link mentioned below.
- https://getbootstrap.com/docs/4.6/components/toasts/
Hope this helps 
Kindest Regards,
Design Reset Team
Please ignore earlier messages…now i fixed the issues. Let you know for any further assistance. Just let me confirm if I upgrade it to laravel 8 then PHP 8 is required or it can be run with PHP 7. Thank for your support.
Dear ajaymiet,
Thank you for contacting us.
Laravel 8 requires PHP 7.3+ or above.
For more information kindly follow the link mentioned below.
Hope this helps 
Kindest Regards,
Design Reset Team
I again re-setup all the things with Laravel 7.3 and realize that the runtime error throughs when your route folder replacing with default route folder(web.php) The error: RuntimeException
In order to use the Auth::routes() method, please install the laravel/ui package.
at C:\xampp\htdocs\pms\vendor\laravel\framework\src\Illuminate\Support\Facades\Auth.php:56
Hi Team, I followed the documentation as suggested but still getting runtime error while setup the the laravel admin theme. Please suggest what i have to do. Steps which i followed… 1.Created fresh laravel project using composer. composer create-project—prefer-dist laravel/laravel project_name 2.composer require laravel/ui 3. Copied your files ((such as public, resources, routes, stroage, webpack.mix.js)) 4. env db setup 5.And then when accessing: php artisan—version 6. Then getting: RuntimeException and In order to use the Auth::routes() method, please install the laravel/ui package. at C:\xampp\htdocs\pms_app\vendor\laravel\framework\src\Illuminate\Support\Facades\Auth.php:59
root@h118:/var/www/html/cork# php public/index.php
PHP Warning: include(/var/www/html/cork/vendor/composer/../../app/Http/Kernel.php): failed to open stream: No such file or directory in /var/www/html/cork/vendor/composer/ClassLoader.php on line 480
PHP Warning: include(): Failed opening '/var/www/html/cork/vendor/composer/../../app/Http/Kernel.php' for inclusion (include_path='.:/usr/share/php') in /var/www/html/cork/vendor/composer/ClassLoader.php on line 480
PHP Fatal error: Uncaught ReflectionException: Class App\Http\Kernel does not exist in /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php:873
Stack trace:
#0 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(873): ReflectionClass->__construct()
#1 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(754): Illuminate\Container\Container->build()
#2 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(841): Illuminate\Container\Container->resolve()
#3 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(294): Illuminate\Foundation\Application->resolve()
#4 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(869): Illuminate\Container\Container->Illuminate\Container\{closure}()
#5 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(754): Illuminate\Container\Container->build()
#6 /var/www/html/cork/vendor/laravel in /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 875
root@h118:/var/www/html/cork#
Dear kamil46,
Thank you for contacting us.
Try to run;
1. composer dumpautoload
2. php artisan queue:restart
3. reinstall the composer
For more information. Kindly follow the link mentioned below.
- https://stackoverflow.com/questions/54651322/php-warning-include/54651757
Hope this helps 
Kindest Regards,
Design Reset Team
Cannot create cache directory /home/kamil/.cache/composer/repo/https---repo.packagist.org/, or directory is not writable. Proceeding without cache
Cannot create cache directory /home/kamil/.cache/composer/files/, or directory is not writable. Proceeding without cache
Generating optimized autoload files
Class App\Helpers\Helper located in ./app/Helpers.php does not comply with psr-4 autoloading standard. Skipping.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
PHP Fatal error: Uncaught ReflectionException: Class App\Console\Kernel does not exist in /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php:809
Stack trace:
#0 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(809): ReflectionClass->__construct()
#1 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(691): Illuminate\Container\Container->build()
#2 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(796): Illuminate\Container\Container->resolve()
#3 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(269): Illuminate\Foundation\Application->resolve()
#4 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(805): Illuminate\Container\Container->Illuminate\Container\{closure}()
#5 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(691): Illuminate\Container\Container->build()
#6 /var/www/html/cork/vendor/lara in /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 811
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255
php artisan queue:restart:
PHP Fatal error: Uncaught ReflectionException: Class App\Console\Kernel does not exist in /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php:809
Stack trace:
#0 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(809): ReflectionClass->__construct()
#1 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(691): Illuminate\Container\Container->build()
#2 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(796): Illuminate\Container\Container->resolve()
#3 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(269): Illuminate\Foundation\Application->resolve()
#4 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(805): Illuminate\Container\Container->Illuminate\Container\{closure}()
#5 /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php(691): Illuminate\Container\Container->build()
#6 /var/www/html/cork/vendor/lara in /var/www/html/cork/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 811
Dear kamil46,
Let us know how you are trying to open your project? Are you using localhost ( such as xampp, wampp ) or by using the command line.
Kindly the link mentioned above
- https://stackoverflow.com/a/39295652/5516725
Hope this helps 
Kindest Regards,
Design Reset Team
I use it in my VPS. Right now, when I go to http://domain.com it shows “403 Forbidden”, but if I go to http://domain.com/index.php it brings me to http://domain.com/index.php/sales and shows “404 Not Found”.
I use nginx.
Dear kamil46,
Kindly follow the links mentioned below.
- https://www.tutsmake.com/how-to-deploy-laravel-project-on-cpanel/
- https://codeconia.com/2020/11/17/host-laravel-8-project-on-cpanel-easiest-way/
- https://www.youtube.com/watch?v=2Rbpb56esyg
- https://cloudraya.com/knowledge-base/how-to-setup-your-own-laravel-with-nginx-in-ubuntu-18-04/
- https://dev.to/paulayuk/how-to-deploy-a-laravel-application-using-nginx-on-ubuntu-4e0b
- https://www.howtoforge.com/tutorial/ubuntu-laravel-php-nginx/
- https://laravel.com/docs/7.x/deployment
Hope this helps 
Kindest Regards,
Design Reset Team
Dear, first of all, thank you for the great work you did with that template.
My question is about the loader.
Please, can you provide a video according to the link (https://pastebin.com/LCuBYRJL) you referring to in your answer?
Thank you in advance!!
Dear jpsvcv,
Thank you for contacting us.
As far as we can understand, you are trying the change the loader?
According to that answer, you have to change the SVG image that is not available in the current CORK version. ( Yes, the SVG loader is removed )
So, Now you can change loader with CSS only.
1. Navigate to your DEMO -> index file and open it in your editor (VS Code, Atom, Sublime, etc).
2. At the top you will see loader style.css and script.js files -> https://prnt.sc/1swwpj9
3. Open the style.css file only as you have to make changes only in CSS. ( if you want CSS loader )
- https://prnt.sc/1swwyv6
4. Kindly follow the link for bootstrap loader examples
- https://getbootstrap.com/docs/4.4/components/spinners/
Hope this helps 
Kindest Regards,
Design Reset Team
How are you I would like to receive some guidance to integrate the template with spring boot 4 Thank you!
Hello njairos,
Thank you for contacting us.
You can check the link below;
- https://www.youtube.com/watch?v=2LYCdFS2D3E
Hope this helps 
Kindest Regards,
Design Reset Team
Hello, I want to avoid using labels in the HTML form so I tried to use floating labels but it’s not working correcting, please assist with an example that will work with our template. thank you
Dear thatishop,
Thank you for contacting us.
You can use bootstrap 5 floating labels by using their CSS
- https://getbootstrap.com/docs/5.0/forms/floating-labels/
OR
You can use native CSS
- https://dev.to/web2feel/html-css-form-with-floating-labels-2o0i
Hope this helps 
Kindest Regards,
Design Reset Team
Dear, thank you for the great Theme you developed.
I have a question:
The JS file on those directories are exactly the same?
\HTML\ltr\collapsible-dark-menu_original\assets\js
===
\HTML\ltr\collapsible-light-menu_original\assets\js
And
\HTML\ltr\collapsible-dark-menu_original\bootstrap\js
==
\HTML\ltr\collapsible-light-menu_original\bootstrap\js
Thank you very much!!!
Dear jpsvcv,
Thank you for contacting us.
Yes, they are the same.
Kindest Regards,
Design Reset Team
Dear naveedurrehman,
Thank you for contacting us.
Could you tell us what type of issue you are facing? We recommend you check the console for errors.
As we have tried from our side and it work’s fine.
Kindly provide a screenshot of the issue.
Kindest Regards,
Design Reset Team
Thanks for a quick response
I was still testing so may be you saw the wrong version. Apologies for that.
Please check the page now: https://www.thecryptofantasy.com/
The button with the 3 bars (menu expander on top-right) is now working when aira-expanded of
Dear naveedurrehman,
Kindly change aria-expanded to true inside your HTML. ->
This will resolve the `Uncaught TypeError: Cannot read properties of undefined (reading ‘offsetTop’)` error ->
Hope this helps 
Kindest Regards,
Design Reset Team
Dear naveedurrehman,
You have to apply aria-expanded to true on the active menu i.e. Home page.
So you have to check through your dynamic language ( PHP, ruby, python, etc ) that if the current menu or page is active/open you have to change aria-expanded to true.
Hope this helps 
Kindest Regards,
Design Reset Team
Oh, I got it now!!! This tag has to be true for only active menu
best support ever!!! Much appreciated.
Thanks ! Glad it helped you 
Is Cork compatible with Laravel 8?
Dear carbonisle,
Thank you for contacting us.
Cork currently supports Laravel 7 but, you can update Cork to Laravel 8 by following Laravel 7 to 8 migration docs from;
- https://laravel.com/docs/8.x/upgrade
Note:- You have to make few major changes
Kindest Regards,
Design Reset Team
I have another query and it s about basic data table (table_dt_basic):
http://naveedurrehman.com/cork/
I am not sure why those results, search pagination etc. are not popping up around my table. I have spent my half day and I am kind of quit with it. I am sure I have missed something very simple once again.
I must appreciate the support you’re providing.
Oh… I just found the error just after posting this… I moved the datatable script to the bottom of page and … tadaaaaaaa…
You do not have to reply to my above comment anymore. thank you once again. Best design ever… 

Hi, First, I like to thank you for making such a wonderful dashboard design.
While working on a project, I am unable to change the height of the table rows. Check this: http://naveedurrehman.com/cork/I would be thankful if you can help me in resolving this issue. Regards, NR
Dear naveedurrehman,
Thank you for your appreciation 
Kindly remove the svg tag form tbody > td
or just update the code mentioned in the link below
- https://pastebin.com/UUHa7Hyt
Kindest Regards,
Design Reset Team
I hope to add .NET Core / MVC version
Hello devcoder7,
Thank you for contacting us.
Kindly refer to the links mentioned below:
1) https://stackoverflow.com/questions/15069690/converting-a-html-css-template-into-asp-net-mvc-4
2) https://www.tutorialsteacher.com/mvc/create-first-asp.net-mvc-application
3) https://www.c-sharpcorner.com/forums/how-can-i-integrate-a-template-of-html-css-into-mvc-5
4) https://subscription.packtpub.com/book/web_development/9781783987283/7
Kindest Regards,
Design Reset Team
Thanks alot

In Demo12: https://designreset.com/cork/rtl/demo12/ How can add button to toggle Hide/Show ? Thanks in advanced
Hello devcoder7,
Thank you for contacting us.
To add toggle button in navigation section find .header-actions element and add the toggle button inside it.
Hope this helps 
Kindest Regards,
Design Reset Team