1060 comments found.
Hai i already purchase your theme. but i cant install on my local site. look like when i copy laravel file and put on my local server run all instruction in documentation for installation but when i try to access on of the pages it just reload and dint show and preview on keep loading like waiting something to complete the preview. please help me. urgent.
Dear mohamadamarizaty93,
Thank you for contacting us.
Seems like you have not run the npm run dev command in order to load the assets files.
Also try re-installing all the dependencies.
If the issue still the same kindly share us the screenshot of the console or if possible kindly share a video
Kindest Regards,
Design Reset Team
I’m having trouble implementing collapsible-menu
Dear xvborkan,
Thank you for contacting us.
Can you please elaborate on your issue?
What type of issue you are facing with the collapsible menu? Kindly share the console screenshots of the issue.
Also, let us know which framework you are using Bootstrap HTML or Laravel 9.
Kindest Regards,
Design Reset Team
Hi, After install laravel version of your template, when I try to login I get error “View [auth.login] not found.”.
how can this solved ?
Dear Filas,
Thank you for contacting us.
You do not need to login, in order to access our template.
Just navigate to for
LTR - http://127.0.0.1:8000/modern-light-menu/dashboard/analytics
RTL - http://127.0.0.1:8000/modern-light-menu/dashboard/analytics
Hope this helps :)
Kindest Regards,
Design Reset Team
I am a user of this package.
I found it is strange that some files are automatically deleted after a few minutes in the package such as images and some js files. After this, the HTML templates are not working because of that.
Can you identify what is going on ?
Hello titian1987,
Thank you for contacting us.
Could you please download the files once again. It seems like files are not properly downloaded on your PC.
Kindest Regards,
Design Reset Team
Hi, can you provide installation guide on Ubuntu on AWS instance?
Replied, please check the previous message
Hi, can you guide full installation on AWS server?
Dear Adiyazid,
Thank you for contacting us.
What version of Cork admin Bootstrap 5 Html or Laravel 9, are you trying to install on AWS?
Kindest Regards,
Design Reset Team
Laravel 9
Dear adiyazid,
Thank you for contacting us.
Kindly follow the link mentioned below:-
- https://www.laratutorials.com/laravel-9-amazon-s3-file-upload-tutorial/
- https://www.youtube.com/watch?v=W2fQFbkEQo0
- https://www.youtube.com/watch?v=x2MbZKamYaM
Let us know if you face any problems.
Kindest Regards,
Design Reset Team
I follow this guide -> https://www.youtube.com/watch?v=x2MbZKamYaM, but I cannot access the server after completing the steps..
Dear Adiyazid,
Thank you for contacting us.
Let us know, what errors are you getting and kindly share details screenshots too.
Kindest Regards,
Design Reset Team
Hello. How can i keep the modern-dark-menu theme whitout having it in the URL $prefixRouters = [ ‘modern-dark-menu’ ]; . And delete the files for others theme.
Dear justamazingnightcore,
Thank you for contacting us.
The Dark and Light layouts are not dependent on the URL.
Navigate to resources/layouts/vertical-dark-menu and you will see the loader.js file which is responsible for the dark and light modes.
Kindest Regards,
Design Reset Team
Thx, but there is near no comments to explain the code…. What do i have to change to get the vertical-dark-menu as default theme?
Dear justamazingnightcore
You just need to add a loader.js file to your page in order to get the dark theme by default.
Below is the explanation:-
Navigate to resources/views/components/ and open the file base-layout.blade.php
There you will notice some conditions i.e. mentioned in the screenshot below.
Screenshot - https://prnt.sc/1w_LEqze8RvR
Inside the screenshot
Copy the content in the yellow box(check screenshot), after that replace the whole content inside the red box
Screenshot after replacing the content - https://prnt.sc/40JaUcXrEwKS
Hope this helps :)
Kindest Regards,
Design Reset Team
Hy, sry i tried, i will just check for another template. I cant deal whit cork. Once a delete from the route page the “Route::prefix(‘modern-dark-menu’)->group(function () { ” it just dont wanna work anymore. To much work for something that supposed to be an template. Sadly is first time that i cant make correctly work a template from themeforest for laravel.
Hello,
how can I import just your basic components (css, js) without widgets, etc. into Laravel? I also want to be able to continue using Vite. According to what I see, you cannot switch from a dark theme to a light one easily, right?
Dear Teo,
Thank you for contacting us.
You can use <x-base-layout/> component to import all the necessary files
Kindest Regards,
Design Reset Team
Thank you for your quick reply,
yes I understood that. But what I would like to know is which core files I have to copy into my project to make the theme work with all its components.
As for the light/dark theme change, do I have to load different files entirely?
Dear Teo,
The core CSS files will automatically take their place once you add the base-layout component as they are already build-in.
Just navigate to views/components/base-layout.blade.php and preview the file inside your editor and you will understand clearly.
Kindest Regards,
Design Reset Team
Thanks, I was able to implement the theme without having to import all the other stuff. I think you should add more documentation regarding css/js files for better understanding for new users.
In the online laravel documentation I found some problems:
- there is no indentation which is present in the html documentation.
- the validation page does not work, no validation is shown after submission.
- In html validation it works, but the tooltips do not disappear after typing (as they do in the bootstrap 5 documentation).
https://designreset.com/cork/laravel/modern-dark-menu/form/validation https://designreset.com/cork/html/vertical-dark-menu/form-validation.htmlDear Teo,
Thank you for your feedback regarding the validation page and documentation we will be fixing these issues in the next updates.
We just want to know about one point where you mentioned “there is no indentation which is present in the HTML documentation” can you give any example from our HTML docs?
Kindest Regards,
Design Reset Team
There is a validation bug in laravel’s dark theme.
The rule “body.layout-dark .form-control” in main.scss:497 completely overwrites ”.form-control.is-invalid, .was-validated .form-control:invalid” in bootstrap.min.scss.
I quickly solved it this way:
.form-control.is-invalid, .was-validated .form-control:invalid {
background-image: url(...),
}
=>
.form-control.is-invalid, .was-validated .form-control:invalid {
background-image: url(...),
background-color: #1b2e4b;
border-color: #dc3545;
padding-right: calc(1.5em + .75rem);
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
In the links I posted above, snippets are not indented in the laravel documentation, while in the html they are.
Thanks, we will look into this 
idk why but navbar logo disappear when im using loader but when im not using loader it appear
https://drive.google.com/file/d/1mvJW4XMfqKLd9b7tewlwJSYik5_81aN4/view?usp=sharingDear danialtarmizi459,
Thank you for contacting us.
1. Check the logo source by inspecting it. 2. Check if you have any errors in the console 3. Check the loader.js file for the logo source
If the issue is still the same kindly share the screenshot of all the above points
Kindest Regards,
Design Reset Team
i have menu A and its sub menu A1,A2, the name of submenu A1 is long about 4 letter, when i click sub menu A1, the active is not covering all the letter, try see this picture
https://drive.google.com/file/d/1DR2n9zmoltJGIht8ISbJpiwbJoc46ANJ/view?usp=sharingDear danialtarmizi459,
Thank you for contacting us.
Kindly update the CSS of your Modern Light Menu from our new Design.
As we have fixed the issue in the latest version
Screenshot -> https://prnt.sc/BYJ7fgGoJVyj
Note: Take the backup before updating.
Hope this helps :)
Kindest Regards,
Design Reset Team
Good afternoon, how can I change the logo in the bootstrap 5 html template version 3.7.5?
Dear Fraso777,
Thank you for contacting us.
In order to change the logo kindly navigate to html/layouts folder and choose demo ( which you are currently using ) and enter inside the folder.
Now, open the layout.js file inside the editor you will see a settingsObject variable inside that object you will see the logo property you need to modify that property value.
Note:-
1. Reset the local storage values by setting reset properly to true
2. Do not forget to change the reset value to false else your toggle switch will not work.
Hope this helps :)
Kindest Regards,
Design Reset Team
The scrollbar is not working on the mobile menu, so all the menu is not visible, site :: horizontal-dark-menu
kindly fix it asap
Dear techimpace,
Thank you for your feedback we will fix this issue in the next update.
Hope this helps :)
Kindest Regards,
Design Reset Team
hii how can i change logo to fleksibel in navbar-logo
Dear ricocanadaa,
Thank you for contacting us.
In order to change the logo kindly navigate to html/layouts folder and choose demo ( which you are currently using ) and enter inside the folder.
Now, open the layout.js file inside the editor you will see a settingsObject variable inside that object you will see the logo property you need to modify that property value.
Note:-
1. Reset the local storage values by setting reset properly to true
2. Do not forget to change the reset value to false else your toggle switch will not work.
Hope this helps 
Kindest Regards,
Design Reset Team
hi
Hi, I am not able to open this theme, As it’s showing that it require php version 8.1. This thing is not mentioned in anaywhere that i require php version higher then 8.1. So assist me with this can i install it on below 8.1 else i will initiate refund for it.
Hello bhaveshsoni5332,
Thank you for contacting Design Reset.
Laravel 9 by default requires php version 8.0.2 or above. Please check below
- https://laravel.com/docs/9.x/upgrade#updating-dependencies
and the latest 9.3.4 version on which our template is based requires 8.1
You can easily upgrade your php version to 8.1 in-order to open and work on the project,
Kindest Regards,
Design Reset Team
Hello, I have a problem when using tooltip in datatable. The first time it works, but once you sort or search, the tooltip doesn’t work well. Bootstrap5-HTML
Dear Fraso777,
Thank you for contacting us.
Kindly follow the links mentioned below.
- https://stackoverflow.com/questions/39240361/datatables-and-bootstrap-tooltips
- https://datatables.net/forums/discussion/50876/badges-and-tooltips-integration-with-bootstrap4
- https://stackoverflow.com/questions/41613053/tooltip-is-not-working-on-datatable
- https://stackoverflow.com/questions/49029923/bootstrap-4-tooltip-stuck-using-datatables-net
Hope this helps
Kindest Regards,
Design Reset Team
Thanks for the help! I added: DataTable({ “drawCallback”: function( settings ) { $(‘[data-bs-toggle=”tooltip”]’).tooltip(); },
and everything works fine.
You are most welcome 
And add in your css:
/* clears the 'X' from Internet Explorer /
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/ clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
https://imageup.ru/img26/4078022/s.jpg <—Chrome Version 107.0.5304.107
Dear Fraso777 ,
Thank you for the suggestion. We will be implementing it in our next update.
Kindest Regards,
Design Reset Team
Hello, I have a problem with version 3.6, when I put an extensive or long text in a cell of a Responsive Table (Simple Table or other), the text stretches the table, leaving a scroll bar below, it is not distributed according to the margins, I tried entering a text long in the demo both downloaded and the one they have online, and the same thing happens in both.
<table class="”table" table-bordered=""><tr><td>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</td><td class="text-center">320</td></tr></table>
I am using the horizontal light demo
Dear mangazo,
Thank you for contacting us.
That’s because of white-space: nowrap; property which is applied on <td> tag.
Kindly use – white-space: break-spaces; or white-space: normal;
Follow the link below.
- https://pastebin.com/Nc5GmWDm
OR
- https://pastebin.com/J0pd2Giq
Note :- Modify css inside custom.css ( or if using SCSS custom.scss )
Kindest Regards,
Design Reset Team
Thank for you reply, problem solved
You are most welcome 
i could not callapse sidebar, please check baolike.vn and help to fix it
and could not expand sidebar in mobile view
Hello hvkhanh90,
Thank you for contacting us.
Kindly check your js file link as it seems like you have not linked with app.js
Kindest Regards,
Design Reset Team
hi Reset team, we did link it please help to check again
hi Reset team, is there any update for this issue?
Dear hvkhanh90,
We have check your app.js and css files from our side and they seems to be fine. But, there is an issue in your console which is related to toastr.
Try to solve that issue or hide the code related to that for now. As there are changes that block the app.js file to work.
Also, if the issue is still the same, kindly let us know
Also, Let us know which laravel version your are using?
In case, if you are using Laravel version 9.x. Let us know which bundler you are using like webpack or vite?
Kindest Regards,
Design Reset Team
Hi Design Reset team
We did do as your guide but nothing’s changed
We are using Laravel 9.x and webpack
Please help to check
Thanks
Dear hvkhanh09,
Could you give us your application access so we can handle the issue from our side?
Also, we recommend using our bootstrap 5 semi-dark version that we recently launched.
Below is the link for the semi-dark menu bootstrap 5 version:-
- https://designreset.com/cork/html/semi-dark-menu/
Kindest Regards,
Design Reset Team
Hi team, please give me your email so that I can provide you the information to access our hosting. Thanks
You can contact us at; info@designreset.com
Please check email for information. Thanks
We have checked your mail and will get back to you shortly
Dear Support,
I have in my form basicFlatpickr. <label for=”basicFlatpickr” class=”form-label”>Geburtsdatum</label> <input id=”basicFlatpickr” class=”form-control” name=”birthDay” type=”text” required> Geburtsdatum ist ein Pflichtfeld!
And I’m trying to turn on Validation, so that the date must be selected when submitting is clicked. I included bs_validation_script.js but it works for me on all other types of fields except for flatpickr.
What can I do to correct this problem?
Thanks for your reply.
Dear 100janovic,
Thank you for contacting us.
Kindly refer to flatpickr docs.
- https://flatpickr.js.org/instance-methods-properties-elements/
Kindest Regards,
Design Reset Team
I have problem with this bootstrap modal https://prnt.sc/HGdzDTkkLDJ1
Dear quocthai0099,
Are you using it as an internal JS?
If that’s the case you should add type=”module” in script tag attribute like mentioned below.
<script type=”module”> // Your internal script here </script>
Kindest Regards,
Design Reset Team