1060 comments found.
Good day again. Suddenly i having this error. my side bar wont hide after clicking the arrow. https://prnt.sc/spNzCnlR82fE
Also the active color is not working in sidebar.
Dear ChibiCedric,
The error is because of active class that you have mentioned is not working.
As far as we think you are applying the active class dynamically. If that’s the case! You need to fix the active class from your side.
Kindest Regards,
Design Reset Team
Thank you it seems the error begin to popup after i config the site to remove the .php format on url.
Hi, How can I use flatpickr , in more than one field in the same form
Dear sud4rm4n,
You have to create multiple flatpickr instance.
For more information kindly follow the link mentioned below.
- https://flatpickr.js.org/examples/
Hope this helps 
Kindest Regards,
Design Reset Team
If you need GPL version of this file free of cost then email me at rynokfreelance@gmail.com
Dear friend, the latest v3.8 bootstrap is always showing modals in dark mode. Can you help fix this?
Dear Kylux,
Thank you for contacting us.
Please share the link example so that we can check and rectify the issue.
Kindest Regards,
Design Reset Team
You can just take a look at line 102 in src/assets/css/light/main.css and it sets background to #0e1726 color:
.modal-content { background: #0e1726; }
But, for light mode does it should set for light color, right? Can you help to fix this
see here a picture of my system https://shorturl.at/xBGL8
Dear kylux,
Thank you for your feedback we will fix the issue in the next update
But, for now, you can fix that by overwriting the issue inside the custom.css file
Kindest Regards,
Design Reset Team
Ok dude, thanks for return.
I’ve made a simple fix, just change in src/assets/css/light/main.css
from #0e1726 to #fafafa;
line 102:
.modal-content { background: #fafafa; }
Now, everything works fine, also the dark mode is ok.
Great 
Hi. how can i adjust this user nav bar. if name is to long this is the result. Thanks https://prnt.sc/eDE7EG9uXBJs
Dear ChibiCedric,
It’s automatically adjusting the name.
Do you want the name in one line?
If that’s the case then you can add the below css in custom.css or custom.scss
- https://pastebin.com/ejewifg5
Hope this helps :)
Kindest Regards,
Design Reset Team
Hi i already added the code in custom css but the name of the user still in 2 lines. Also i’m trying to use the modal in Light template but the modal pop up is in dark mode. https://prnt.sc/X8NyLO-bOC_j
i already fix the modal i copied the .css but the name on nav bar still in 2 line. thank you
Dear ChibiCedric,
We have checked the code from our side and it worked fine.
Below is the screenshot
- https://prnt.sc/JIvlh8uGV2wl
Please share your screenshot or working example.
Kindest Regards,
Design Reset Team
Hi,
This is your dear kris. I am sorry I am bothering you so much but I need to get it working soon.
Thanks for all your replies. They are very useful.
Now, could you explain to me how to modify dark mode vs light mode display. At one point I had the ability to change it and the default one was dark as I need. Acctually, I only need dark. Is there a way to force the display to show only dark mode? Or maybe I missed something and now it redirects me only to configuration with the light mode.
Please help,
kris
Dear zappaciato,
In order to make change the light to the dark theme by default. Navigate to the resources/layouts/[open_your_layout_folder]/ and open loader.js.
Now, at the top of the page you will see the settingsObject variable inside that object it’s mentioned darkMode set that to true.
Note: Set the reset property to true and refresh the browser and once you got the changes, again set the reset property to false.
Hope this helps :)
Kindest Regards,
Design Reset Team
Buenos dias una consulta Cork 5 se puede instalar en react?
Dear lreyes777,
Thank you for contacting us.
1. Its Cork v3 (not v5) build with Bootstrap 5
2. Currently it has two frameworks available
- HTML and Bootstrap 5
- Bootstrap 5 Laravel 9.
3. You can convert it into react from your side, as we do not provide react version.
Hope this helps :)
Kindest Regards,
Design Reset Team
Hi,
I kind of make it to work but at the moment I am trying to make authentication for my website. Your theme is using Fortify.
Q1 – Is there a way to get rid of all the “hidden”routes and create my own? Q2 – I am happy to use Fortify but your routes are different. How do I go about this problem?
Thanks a lot for your help! Kris
Dear zappaciato,
1. If you are using Cork v3.8.0 (current) then navigate to the web.php file and comment “theme-routes.php”
2. To implement fortify kindly follow the link – https://www.youtube.com/watch?v=c-4vJhYzlh0
Hope this helps :)
Kindest Regards,
Design Reset Team
It fix thanks
Great 
hello how are you I have a small problem the bs-popover does not work if the alt-menu is active I hope you can help me
Dear Richardlcm,
Thank you for contacting us.
We have checked from our side and it seems to work. Can you share your working example?
Also, Check if there is any error in your console.
Kindest Regards,
Design Reset Team
Hello friend,
I’m using the Cork template with asp.net core project. Everything is working fine, except about an error occurred in loader.js file:
loader.js:63
Uncaught ReferenceError: corkThemeObject is not defined
at loader.js:63:5
Because that, it’s not possible to change some features, like full-width template.
Can you help me with that issue?
Best regards, Emiliano
Hi friend, I’ve found a way to solve. Just change settingsObject reset option to true, restart the theme and back reset option to false again. Now, everything is solved.
Great 
Where i change widget background color? widget-engagement and etc..
Dear hradilmarek149,
Thank you for contacting us.
There are two ways
1. Using SCSS
Navigate inside
scss/[light/dark]/assets/widgets/_widgets/[your-widget-name]
but,
we would recommend you make changes inside custom.scss file
scss/[light/dark]/assets/custom.scss
2. Using CSS
Navigate inside
src/assets/css/light/widgets/modules-widgets.css
but,
we would recommend you make changes inside custom.css file
src/assets/css/light/custom.css
Hope this helps :)
Kindest Regards,
Design Reset Team
Hi,
This is Kris again. I have already email you just a few minutes ago. I went on with the installation and when typed php artisan optimize to oprimize the routes etc. I got the following error: Unable to prepare route [modern-light-menu/authentication/cover/2-step-verification] for serialization. Another route has already been assigned name [2Step]. And it is similar with more than this route.
What should I do to get this working on Laravel?
Thanks Kris
Dear zappaciato
Thank you for contacting us.
We do not recommend running php artisan optimize command on development mode as it is detecting router duplication.
But,
If you still want to run the command then, you need to comment our routers and make your own new router and then, try running the php artisan optimize command
If it still did not works kindly share the screenshot.
Hope this helps :)
Kindest Regards,
Design Reset Team
It seems that I need to run this comman otherwise it doesn’t discover my new Routes. :/
Dear zappaciato,
Try using php artisan optimize:clear command.
If this does not work kindly share a screenshot or video of the errors.
Kindest Regards,
Design Reset Team
3f2d783d-e579-4cab-8946-4787995159c9 -
Hi,
I am still struggling to find a way to get your theme working. I am doing the following steps: 1) copy laravel files to my project folder. 2) Follow installation guide from this page: https://designreset.com/cork/documentation/laravel/installation.html 3) Dugin composer install I am getting this error: Class App\View\Components\baseLayout located in C:/xampp/htdocs/FE_testy/cork-v3.6/laravel/app\View\Components\rtl\baseLayout.php does not comply with psr-4 autoloading standard. Skipping.This goes the same for about 20 more files including base layouts and widgets.
Can you help please? Kris
Dear zappaciato,
Thank you for contacting us.
Have you tried running
composer install —ignore-platform-req=ext-fileinfo
If it still did not work kindly share the screenshot or video of your installation
Hope this helps :)
Kindest Regards,
Design Reset Team
Hi, please am having some issue, its it like when no item its active on sidebar sidebarCollapse dont work?? That f*cking annoying, i saw the themplate at demo its lovely later got it, i will have to start debuging stuff and i have limited time for my project, thats so bad
Dear connectgpee,
Thank you for contacting us.
You need to disable the active category adjusting feature -> categoryScroll.scrollCat() inside the app.js file
Hope this helps :)
Kindest Regards,
Design Reset Team
And how do i do that?
Also on mobile the last item on the sidebar does not display i wonder why, also at your demo too, only on desktop its working fine.
Dear connectgpee
Navigate to layouts/[demo_you_are_using]/app.js
Hope this helps :)
Kindest Regards,
Design Reset Team
Dear connectgpee
You need to add the following CSS mentioned in the link below.
- https://pastebin.com/TYpDEBmj
Note:
1. The changes should be made inside the custom.css ( if using pure CSS ) or custom.scss ( if using SCSS ) file
2. To find the custom.css or custom.scss file. Navigate to
SCSS - scss/[light/dark]/assets/custom.scss
CSS - src/assets/css/light/custom.css
Hope this helps :)
Kindest Regards,
Design Reset Team
Thanks
For the mobile stuff the code did not work, still same error, last content still not showing on mobile on sidebar.
Hello connectgpee,
We have updated the code. Kindly check the link mentioned below;
- https://pastebin.com/exmJWyz9
Kindly let us know if it works.
Kindest Regards,
Design Reset Team
Still didt work.
Hello connectgpee,
Please share a working example to check and resolve this issue from our side.
Kindest Regards,
Design Reset Team
Share a working example how?
Please share a url or share your code via pastebin.com
hello,
i’d like to ask, your cork admin panel has authentication controller and methods?
Regard, Gabor
Dear lokutus,
Thank you for contacting us.
We have a complete front end of the authentication. You are free to add your own authentication functionalities.
Note:- We recommend you use Fortify for the authentications.
Hope this helps :)
Kindest Regards,
Design Reset Team
Hello fariedklam,
Thank you for contacting us.
HTML version is included with the package.
Kindest Regards,
Design Reset Team
Good day there was an error in JS file after using the empty template in HTML format
https://prnt.sc/vPOqNPfvbLdRDear ChibiCedric,
Thank you for contacting us.
Seems like you have not linked the waves.min.js file at the bottom of the page
- https://prnt.sc/1dzNI1f6ghr-
Hope this helps :)
Kindest Regards,
Design Reset Team
I need one menu not dropdown in my web (laravel) modern-dark-horizontal
https://prnt.sc/az2FpQR-kakrDear cgiardi96
Thank you for contacting us.
Kindly navigate to resources/views/components/menu/
and open the horizontal-menu.blade.php file
Hope this helps :)
Kindest Regards,
Design Reset Team
Yes but not work styles, I delete
- submenu
Can you share your code and screenshot?
Mouse not hover in menu
Mouse hover perfect in menu with submenu
https://prnt.sc/0ZC0jOgYIhzCDear cgiardi96,
Add the following code mentioned in the link below. Inside your custom.scss file.
- https://pastebin.com/Mpyi4McG
Hope this helps :)
Kindest Regards,
Design Reset Team
Hi, I have error With “npm run dev” work perfect but with “npm run build” and upload server, I have next error: Unable to locate file in Vite manifest: resources/scss/light/assets/authentication/auth-cover.scss.
problem resolved, my vite.config.js not contains links scss and js
Great 