1060 comments found.
When you upload the application to the server, it does not load the CSS. I executed the “NPM Run Build” command and then uploaded the files to the server. How can I solve this problem?
https://utex.mrpsistemas.com/loginDear mrpsistemas,
It seems like you have not imported the css files in vite config file. Kindly check if that’s the case.
Kindest Regards,
Design Reset Team
import { defineConfig } from ‘vite’; import laravel from ‘laravel-vite-plugin’;
export default defineConfig({ plugins: [ laravel({ input: [ ‘resources/sass/app.scss’, ‘resources/js/app.js’, ], refresh: true, }), ], });
This right?
Dear mrpsistemas,
We meant to say that all of your SCSS and JS files are mentioned in vite config as if any file is missing it will not properly built the end project.
Kindest Regards,
Design Reset Team
Unable to locate a class or view for component [navbar.style-horizontal-menu]. When I deploy to the server.
Solved

I have problems deploying the application on a shared server. 500 SERVER ERROR. On the local server they work correctly.
Solved

Hi, In your previous mail, you said il8n plugin for multilanguage support. Do you have any documentation for this plugin? If you have I will be glad. Thanks for your interest.
Dear habb09,
We currently do not have any docs related to i8ln but, below are the link that might help you.
- https://www.sitepoint.com/how-to-implement-internationalization-i18n-in-javascript/
- https://github.com/globalizejs/globalize
- http://rxaviers.github.io/javascript-globalization/
Kindest Regards,
Design Reset Team
Hi Mr. Author, I’ve bought your template but I didn’t seen any language properties folder.I want to use my project in multiple languages. I there any way for this situation? Thanks for your interest. Have a good day.
Dear habb09,
Thank you for contacting us.
It did not contains any lang folder but, it completely support RTL and other languages. So, you can use il8n plugin or any other plugin for language.
Folder Structure – https://designreset.com/cork/documentation/folder-structure.html
Hope this helps 
Kindest Regards,
Design Reset Team
hello, i’m writing you for know if is possible to add autofocus on vanilla selectbox when i click on the select… I’m trying many way but i can not solve this problem. Can you help me? Thank you
Dear dirweb,
Thank you for contacting us.
Cork Admin Template depreciated the use of Selectbox plugin in version 3.2.0, but if you still want to access it below is the github link which might help.
- https://github.com/PhilippeMarcMeyer/vanillaSelectBox
Note :- We recommed using Tom Select by downloading the latest version of Cork Admin from the themeforest.
Hope this helps 
Kindest Regards,
Design Reset Team
Hi ok Thank you. If download your update, i have to change all file? What will happen with my old file? How to update to the latest version without losing the things I wrote in the pages (php and javascript)
Dear dirweb,
There is no need to replace the whole project code. You just need to copy tom-select plugin from the new version of Cork Admin (that you downloaded).
Kindly follow the instructions;
1. Extract the downloaded zip
2. Navigate to html/src/plugins/src/(find [tomSelect] directory)
3. Copy the whole folder
4. Paste the folder in your project where all the plugins are located.
5. Link the CSS and JS of TomSelect to your project.
Hope this helps 
Kindest Regards,
Design Reset Team
hello, thank you for you reply. This is the way for use tomSelect, but if i want to update totaly the version, which folders i have to change? I never update it because i don’t know if i have to replace all the project with my code. Thank you
Dear dirweb,
Can you tell us which version of cork admin you are currently using then we can help you in update.
Kindest Regards,
Design Reset Team
hi, how i can check the version?
Dear dirweb,
Kindly check package.json inside tools folder or in the same tools folder open gulpfile.js and check for console.log version.
Kindest Regards,
Design Reset Team
I need landing page can u make it to I buy for this theme
Dear Khlewe,
Yes we can create a Landing Page for you.
Please share the details at; info@designreset.com
Kindest Regards,
Design Reset Team
Hi, We need the old version of HTML core files. Please send the files to dev@gtechwebsolutions.com
Cork-v2.2.0
Dear nmgopinath,
An email is sent to you with the link for to download cork version 2.2.0
Kindest Regards,
Design Reset Team
Hello, when i try to use with laravel 10, I faced a lot issue. Can I get any support from team?
Dear Poekg1991,
Thank you for contacting us.
We have a planned update for upcoming Laravel 11.
Also, please let us know your issue. We will try our best to sort it out.
Kindest Regards,
Design Reset Team
I have implemented Fortify for login and registration views, but when I access ‘localhost:80/register,’ it displays the registration page with a sidebar menu. I’m not sure how to remove the sidebar menu from the registration page. There is no issue with the login page
Dear imalpasha,
Thank you for contacting us.
In order, to prevent the sidebar and navbar from a specific page kindly navigate to resources\views\components and open the base-layout.blade.php file then, find line no. 136 there will be an if condition that we have already defined for login pages kindly validate the routers and add new routers.
Hope this helps 
Kindest Regards,
Design Reset Team
Hi, I’m using the Cork template in bootstrap version 4. I encountered a problem applying invoices. In detail: a white space is inserted in the printout at the top of the invoice. I noticed that in the bootstrap 5 version the problem does not occur. How can I fix without updating to the new version?
Dear myskinmyskin,
Thank you for contacting us.
Just copy the Javascript code from the new invoice. Also copy the css if needed.
Note; make a backup of your current file so that you can revert back if anything goes wrong.
Kindest Regards,
Design Reset Team
When I try to run my Laravel project on a Linux system, I get the following error:
Unable to locate a class or view for component [base-layout]. What does this error mean?
npm , vite, composer,.... is run
Dear mp2023,
Thank you for contacting us.
Try running – [compose dump-autoload] or [php artisan view:cache]
Hope this helps 
Kindest Regards,
Design Reset Team
I need help with the install
Dear pushdis,
Thank you for contacting us.
Kindly follow the docs :
For installation of HTML
- https://designreset.com/cork/documentation/installation.html
For the installation of Laravel
- https://designreset.com/cork/documentation/laravel/installation.html
Hope this helps 
Kindest Regards,
Design Reset Team
Good afternoon, I noticed that when switching from a light theme to a dark theme, the logo in the sidebar does not change. Bootstrap 4 Enterprise Admin Theme {Toggle} (/cork/ltr/demo11/) || ()
Dear Fraso777,
Thank you for contacting us.
Kindly navigate to the loader.js file and search for “dark/assets/img/” path and make sure that all the paths are changed. Also, make sure to clear the cache in order to clear the cookies.
Hope this helps 
Kindest Regards,
Design Reset Team
I changed this setting, but the logotype with the class “class=”navbar-logo” is not described in loader.js and when changing from a light to a dark theme, the logo remains the same.
I have applied this solution in “loader.js”!
var imgLogo1 = document.querySelector('img[alt="logo1"]');
var imgLogo2 = document.querySelector('img[alt="logo2"]');
if(imgLogo1) {
imgLogo1.setAttribute('src', 'dark/assets/img/90x90.png');
}
if(imgLogo2) {
imgLogo2.setAttribute('src', 'dark/assets/img/90x90.png');
}
index.html code
logo1 – alt=”logo1”
<div class="nav-logo align-self-center">
<a class="navbar-brand" href="index.php"><img alt="logo1" src="assets/img/90x90.png" /> <span class="navbar-brand-name" /></a>
</div>
logo2 – alt=”logo2”
<a href="index.html">
<img alt="logo2" src="assets/img/90x90.png" class="navbar-logo" />
</a>
Dear Fraso777,
It seems like you are using the same image (i.e. 90×90.png) for both light and dark version.
So, kindly try adding different images in each condtions.
Let us know if it helps 
Kindest Regards,
Design Reset Team
I use the image for the light theme from the assets\img\90×90.png folder and for the dark theme \dark\assets\img\90×90.png. The previous code example works.
Dear Fraso777,
It does not matter as you are applying the exact same images. So, when you change the theme it still shows the same images obviously the paths of the images are only changed here.
Please change the images and then, try again.
If the issue is still the same then, kindly share a screenshot of the console.
Kindest Regards,
Design Reset Team
Is it possible to apply Cork template to a Laravel 10 proyect that already exists? Is there any place where we can find documentation about it?. This is our purchased code, from themeforest.
b4f4c534-8d19-43ef-8c8f-872204c4899b – 20 Sep 2023 REGULAR LICENSE
Dear skopos,
Thank you for contacting us.
Will you please elaborate on your plan to use CORK ADMIN for your existing project? We would like to know if you want to use some pages, layouts, and widgets from our Cork Laravel as it would help us to understand your needs and guide you through it.
Hope this helps 
Kindest Regards,
Design Reset Team
Hello, good job. I’ve been checking the template and I don’t see that it has the Offcanvas component, am I wrong? Can you make an example of this component? Greetings
Dear mimolu1,
You can create an off-canvas by using our Vertical light/dark by making a few tweaks to the CSS classes such as .sidebar-wrapper
Hope this helps 
Kindest Regards,
Design Reset Team
My purchase decision is conditioned on being able to have the offcanvas with the color and size I need. Is an example possible?
Dear mimolu1,
Thank you for contacting us.
Inside you custom.css or custom.scss file
Kindly overwrite the following CSS mentioned in the link below
- https://pastebin.com/5cBSXC0n
Note:-
1. You just need to add overlay HTML and CSS.
2. You need to add HTML for overlay inside the .main-content (div) element
Hope this helps 
Kindest Regards,
Design Reset Team
How to set widget same height?
Dear Blackholes,
In order to set the widget same height you either need to add a height property or manage your widgets with margin and padding.
Hope this helps 
Kindest Regards,
Design Reset Team
Hello,
I am getting the following error after clicking on the “register” link after installing theme and Laravel setup:
Route: register Target [Laravel\Fortify\Contracts\RegisterViewResponse] is not instantiable.
Can you please provide guidance on how to resolve this issue?
Dear 49mahesh54
Kindly follow the 9th step mentioned in the link below.
- https://designreset.com/cork/documentation/laravel/installation.html
Hope this helps 
Kindest Regards,
Design Reset Team
Hi , I purchased this template and I wanted to build a subscription-based software using this UI. Any client can come to the site and log in and they can perform some Activities like rest calls etc. Is regular license enough for this? Please let me know your feedback.
Dear Suryarock,
You have to buy an extended license for your scenario.
Please follow the link mentioned below;
- https://themeforest.net/licenses/faq#main-differences-licenses-a
- https://themeforest.net/licenses/standard
Kindest Regards,
Design Reset Team
Hi. Is this compatible to Laravel 10?
Dear ChibiCedric,
Thank you for contacting us.
Right now it is not compatible with Laravel 10, but if you want, you can upgrade it by yourself.
Please follow the docs mentioned below;
- https://laravel.com/docs/10.x/upgrade
Hope this helps 
Kindest Regards,
Design Reset Team