1060 comments found.
Hello, I would like the cork-v2.1.1 version.
Dear felipeb7788,
We have the version 2.2.0 with better stability and bug fixes.
It has all the demos. If you need this version, please contact us at our email, info@designreset.com
Kindest Regards,
Design Reset Team
Hi,
I need help to setup this theme on my running project on Laravel 10
Thanks
Dear Shopiex,
Thank you for contacting us.
Please share your server details, we can check but keep in mind that migrating from Laravel 9 to 10 can cause breaking changes.
Kindest Regards,
Design Reset Team
Thanks for the response, I am good to run it on Laravel 9 but I am facing a lot of issues with the packages required, and most are outdated. i am using Linux and want to have this installed locally only for testing.
1 example of the issues:
{{- @vite(['resources/sass/app.scss', 'resources/js/app.js']) -}}
This line of code causes an error:
Unable to locate a file in Vite manifest: resources/sass/app.scss.
while the files exist in the project! please assist.
Dear Shopiex,
Are you running the project in developer mode or production mode.
1. As it seems like you have not run the command `npm run build` (for production)
2. And for development purpose you have to run the 2 commands `php artisan serve` (to run the php server) and `npm run dev` (for vite server in order to compile the JS and SCSS or each changes)
Kindest Regards,
Design Reset Team
I bought the Cork – Bootstrap 5 Admin & Laravel 9 Dashboard Template, downloaded and unzipped the file .zip. When entering the rtl folder does not have the demo files
Dear andefilipe,
Thank you for contacting us.
Have you extracted the file completely? Try re-extracting the zip and if the issue is same then try re-download the CORK ADMIN PROJECT from Envato market and extract the zip.
But, If this time the issue still the same kindly mail us at info@designreset.com with you purchase code and “Requesting the ZIP” file we will transfer the file to you.
Kindest Regards,
Design Reset Team
Hi. Maybe you have a design CRM Admin in Figma or Adobe XD? Link to template – https://designreset.com/cork/ltr/demo12/ If yes, how much does it cost? Have a nice day. Thanks.
Dear Ahudi,
Thank you for contacting us.
We do not have Figma or Adobe XD design for Demo12
Kindest Regards, Design Reset Team
While trying to run the project in VS i get an error as stated below.
$ php artisan serve PHP Warning: require(C:\xampp\htdocs\backend\vendor\composer/../symfony/polyfill-mbstring/bootstrap.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\backend\vendor\composer\autoload_real.php on line 55
Warning: require(C:\xampp\htdocs\backend\vendor\composer/../symfony/polyfill-mbstring/bootstrap.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\backend\vendor\composer\autoload_real.php on line 55 PHP Fatal error: Uncaught Error: Failed opening required ‘C:\xampp\htdocs\backend\vendor\composer/../symfony/polyfill-mbstring/bootstrap.php’ (include_path=’C:\xampp\php\PEAR’) in C:\xampp\htdocs\backend\vendor\composer\autoload_real.php:55 Stack trace: #0 C:\xampp\htdocs\backend\vendor\composer\autoload_real.php(38): composerRequire39136f4ee634de64ad1fc5cd3d9038aa(‘0e6d7bf4a5811bf…’, ‘C:\\xampp\\htdocs…’) #1 C:\xampp\htdocs\backend\vendor\autoload.php(25): ComposerAutoloaderInit39136f4ee634de64ad1fc5cd3d9038aa::getLoader() #2 C:\xampp\htdocs\backend\artisan(18): require(‘C:\\xampp\\htdocs…’) #3 {main} thrown in C:\xampp\htdocs\backend\vendor\composer\autoload_real.php on line 55
Fatal error: Uncaught Error: Failed opening required ‘C:\xampp\htdocs\backend\vendor\composer/../symfony/polyfill-mbstring/bootstrap.php’ (include_path=’C:\xampp\php\PEAR’) in C:\xampp\htdocs\backend\vendor\composer\autoload_real.php:55 Stack trace: #0 C:\xampp\htdocs\backend\vendor\composer\autoload_real.php(38): composerRequire39136f4ee634de64ad1fc5cd3d9038aa(‘0e6d7bf4a5811bf…’, ‘C:\\xampp\\htdocs…’) #1 C:\xampp\htdocs\backend\vendor\autoload.php(25): ComposerAutoloaderInit39136f4ee634de64ad1fc5cd3d9038aa::getLoader() #2 C:\xampp\htdocs\backend\artisan(18): require(‘C:\\xampp\\htdocs…’) #3 {main} thrown in C:\xampp\htdocs\backend\vendor\composer\autoload_real.php on line 55
Kindly help
Dear lionel0070,
Thank you for contacting us.
Kindly check and try the points mentioned below.
1. Check if you have a vendor file
If not install it by using `composer install` or if you already have the vendor file delete it and run the `composer install` command
2. Try running `composer dump-autoload`
If the issue is still the same kindly share a screenshot of your project folder
Also, we would like to know if you have changed any files in the Laravel project.
Kindest Regards,
Design Reset Team
Hello Dev. I want to ask, how to make Cork 2.2.0 on horizontal-light-menu to be full-width with screen?
I don’t know to make it full width. Thanks for your reply..
Dear yodymada,
We already have a full-width menu layout.
To make your layout full-with you need to add the layout=”full-width” attribute in the body tag
Kindly follow the link below for example
- https://designreset.com/cork/html/horizontal-light-menu/layout-full-width.html
Kindest Regards,
Design Reset Team
Thanks, but I need fullwidth on version 2.2.0. can you send me the file after fullwidth ?
Thanks for your reply..
Dear yodymada,
As mentioned in our previous answer, the method for full is same for version 2.2.0
Hope this helps 
Kindest Regards,
Design Reset Team
Dear dev, I have tried to add layout=”full-width” on body tag, but nothing changes. maybe you can give me the example using cork v2.2.0.
Thank you.
Dear yodymada,
Let’s try the alternative way.
Kindly follow the steps mentioned below.
1. Navigate to assets/css/ and open structure.css or structure.scss (if you prefer using sass)
2. Now CTRL+ F to find => .header-container .header and set max-width: none (from 1600px)
3. Next find => .topbar-nav.header #topbar and set max-width: none (from 1600px)
Note:- (it should be inside the media query i.e. 992px)
4. Next find => #content and set max-width: none (from 1600px)
Hope this helps 
Kindest Regards,
Design Reset Team
Thanks Dev, you are the best.
You are most Welcome 
Hello Dev, I want to ask again about this theme, on Horizontal Light-Menu Cork v.2.2.0, in mobile view, I can’t access the submenu level 2, how to fix it ?
Should I download the newest version of 2.2.0 ?
Thank you.
Dear yodymada,
Kindly check the following steps :-
1. Check if you have rightfully implemented the submenu
2. Check the console for any errors
If the issue still the same kindly share the code and screenshot
Kindest Regards,
Design Reset Team
The CSS and JS files are separated like this screenshot https://prnt.sc/yFEcGuvOAqAN. Sometimes when I needed some part of user-profile and a little bit of dash_2, I had to import both CSS and JS links for it to work. It causes conflicts like redundancy and it made my code longer because of the unnecessary imports. Is there any way I could just use 1 link instead of importing multiple links depends on how many parts of the templates I used?
Dera raiabcede,
Thank you for contacting us.
We will get back to you with the solution.
Kindest Regards,
Design Reset Team
Dear raiabcede,
We recommend you create different CSS and JS files as per your need.
For example:-
Let’s say you are making abc.blade.php. So, we recommend creating abc.css and abc.js files and then copy css and js as per your need.
But, do not delete the original files you may need them in the future. Also, you can delete the original files once your project is completed
Kindest Regards,
Design Reset Team
That’s inconvenient. Thanks anyway
We are facing the same problem in the Laravel version The collapsable menu doens’t work in mobile view.
This problem actually also occurs on your demo environment: https://designreset.com/cork/laravel/horizontal-light-menu/dashboard/analyticsDear rupseldude,
Thank you for contacting us.
In order to solve the issue kindly navigate to
/resources/layouts/[demo-name]/ and open app.js file.
Now, find getSidebar variable and before that just add (var) keyword. That should fix the issue.
Kindest Regards,
Design Reset Team
The collapsible menu sidebar have refused to render properly, i need urgent help
Dear brookesoffy,
Thank you for contacting us.
What issue exactly you are facing? Can you please elaborate or share the screenshots, video or working example?
Also, please let us know which framework you are using HTML or Laravel
Kindest Regards,
Design Reset Team
Hi I have purchased Cork template, I want to know, if I can use it for the Open Source project. I will be putting part of the template in the project (general UI, menu, forms, etc.). Thanks
Dear Giorgobiani,
Thank you for contacting us.
For clarification on guidelines, please refer to below-mentioned links;
- https://themeforest.net/licenses/terms/extended
- https://themeforest.net/licenses/faq
Kindest Regards,
Design Reset Team
Hi again.
I’m using the Calendar app but i have problem using Just Validate plugin to validate my form fields. it seems that something from the calendar preventing it to work. Hopefully ou can help me thanks!.
Dear ChibiCedric,
What error or issue exactly you are facing?
Share with us the working code (that replicates the issue) with screenshots.
Kindest Regards,
Design Reset Team
How do I change the template? I wanted to use the vertical light instead of modern light as default
Dear raiabcede,
Thank you for contacting us.
Vertical Light/Dark Menu is currently unavailable in the Laravel Version.
It is currently available in HTML5 and Bootstrap versions.
Kindest Regards,
Design Reset Team
Hello, I have a problem on my site with your theme.
https://designreset.com/cork/html/semi-dark-menu/layout-collapsible-menu.htmlIn the mobile version it does not open the sidebar menu, first I thought it was me, but now I saw the demo and it has the same error, could you help me solve it?
Dear Richardlcm,
Thank you for contacting us.
Try refreshing the page after resizing the screen to mobile or try opening the page on any mobile device.
Kindest Regards,
Design Reset Team
Dear,
How I can change any image based on theme like when it is dark image will light color and otherwise call diff image.
Please do needful, Thanks
Regards Rakesh
Dear rakeshchopra41,
Thank you for contacting us.
You need following code mentioned below to check if the dark mode is set to true or false and then you can add remove image according to that
JSON.parse(localStorage.getItem(“theme”)).settings.layout.darkMode
Hope this helps.
Kindest Regards,
Design Reset Team
Dear,
Please can you share an example for it. with sample image.
Dear rakeshchopra41,
Kindly follow the link mentioned below.
https://pastebin.com/X8vuWW2xNote:
1. The images will reset when the page is refreshed so you need to save the memory in localstorage.
2. Do not save the images in current Cork Admin Local Storage
Hope this helps 
Kindest Regards,
Design Reset Team
Hello. is there any document on how to use the Calendar App Progmatically? Thank you
Dear ChibiCedric,
Thank you for contacting us.
The Calendar App is just a static application. So, you are free to apply your logic with your dynamic programming language.
Kindest Regards,
Design Reset Team
Dear,
I have to make default theme as light mode ? right now I am getting dark theme but wanted to change to default as light theme.
Please do needful, Thanks
Regards Rakesh
Dear rakeshchopra41,
Thank you for contacting us.
Kindly follow the steps mentioned below:
1. Navigate to html/layout/[demo-name]/
2. Open loader.js
3. Find settingsObject.
4. Change darkMode to false.
5. Also, change the reset property to true.
6. Then, refresh your web page.
7. If, once you see that your demo changes to a light theme then,
8. Important – Again, go to loader.js and set the reset property to false.
Hope this helps.
Kindest Regards,
Design Reset Team
Thanks, working

Dear Dev,
in https://designreset.com/cork/html/modern-light-menu/ How to make content be full width with browser width ?
Thanks before..
Dear yodymada,
Thank you for contacting us.
Kindly check the link mentioned below
- https://designreset.com/cork/html/modern-light-menu/layout-full-width.html
Kindest Regards,
Design Reset Team
Sorry, I don’t understand your answer, my project locally works fine. When I upload it to the server it doesn’t upload well. I left the link so they could guide you and I can’t find an answer that helps me. Can you tell me what I should do to make the server work?
https://utex.mrpsistemas.com/Dear mrpsistemas,
We understand that your CSS is not loading when the project is built.
That’s why we are asking you to view your vite config file to make sure that all the CSS and JS files that are mentioned inside your project, are also mentioned inside the vite config file.
Note: Each file should be there and then, again build the project.
Also,
Kindly follow the links mentioned below
- https://stackoverflow.com/questions/75731210/laravel-9-not-loading-css-js-but-does-load-images
- https://laracasts.com/discuss/channels/laravel/all-css-images-files-are-not-working
Kindest Regards,
Design Reset Team
Dear,
Recently, I have purchased cork theme. I did not find Multi Step Form in theme ? if you can help me on that.
Regards
Dear rakeshchopra41,
Thank you for contacting us.
Kindly check the link below
- https://designreset.com/cork/html/vertical-light-menu/form-wizard.html
Hope this helps 
Kindest Regards,
Design Reset Team
Hi, I have cork bootstrap laravel admin theme, I have purchased a few days back, I am having issue while trying to use horizontal light menu version in laravel, can you please guide me how can I use this?
Thanks, Khalil
Dear khalilr7,
Below is the explanation to set “horizontal-dark-menu” as the default
Navigate to base-layout.blade.php and update the code
- https://pastebin.com/g9d2CGw6
Let us know if you have any further issues.
Kindest Regards,
Design Reset Team