1060 comments found.
Hi, is there anyway to set SweetAlert content scrollable? Swal.fire({ icon, title: text, }) now if the text is very long, it is not scrolling, so the whole window will scroll, I want the Alert window itself scroll. Thanks!
Dear bahram_adil,
Kindly check the examples from sweetalet2.
Follow the link mentioned below
- https://sweetalert2.github.io/
Kindest Regards,
Design Reset Team
Hi, a problem with Modal Cancel button which submit the form even I delete the type=’submit’ attribute from it, how to prevent this to not submit the form except while the submit button is called? Thaks!
Dear bahram_adil,
Kindly follow the links mentioned below :
- https://getbootstrap.com/docs/5.2/components/modal/
Kindest Regards,
Design Reset Team
Thanks! All done.
Hi, how to set Modal click on shadow not close, now when you click outside the Modal it will immediately closed? And second, how to set a close callback for a Modal, it means when a Modal closed, call a JS function? Thanks!!
Dear bahram_adil
Kindly follow the links mentioned below :
- https://getbootstrap.com/docs/5.2/components/modal/
Kindest Regards,
Design Reset Team
Thanks! All done.
Good afternoon people. All good? I bought the template from you on the website https://themeforest.net/ it’s been a while, but I’m having trouble configuring it in version 9 Larave, is there any tutorial to perform the configuration? My username on the platform is rodrigompais.
Hello rodrigompais,
Thank you for contacting us.
Please find the link for installation below;
- https://designreset.com/cork/documentation/laravel/installation.html
Kindest Regards,
Design Reset Team
Hello, how can I set the layout “horizontal-dark-menu” as default, meaning it is used instead of the current default layout “modern-light-menu”? I tried editing the base-layout.blade.php but no success yet. I can use the layout at http://myapp/horizontal-dark-menu/dashboard/analytics etc. but it’s supposed to work at http://myapp/dashboard/analytics . Thanks.
Dear Loomes,
Thank you for contacting us.
Are you not using barebone.blade.php? If not we would recommend you to use it as it will help you to get started.
For more information kindly follow the link mentioned below
- https://designreset.com/cork/documentation/laravel/development.html
Kindest Regards,
Design Reset Team
Hello, I am already using barebone.blade.php but it loads “modern-light-menu”. Your link provided (and the “documentation” in general) is worthless, because it only lists the contents of barebone.blade.php and does not provide an answer to my question, does not contain a single example or any further information. Same as with the section “Layouts” in your so called documentation, which only contains links to demos of the layouts. Your template is advertised as “Well Documented”, so where is this documentation?
Again: How can I set the layout “horizontal-dark-menu” as default, meaning it is used instead of the current default layout “modern-light-menu”? Thanks.
PS: I just read the 3 month old review by the user ” justamazingnightcore”, where he says “I have hard time to just get in place the theme I want”, so this seems to be a common issue with this template and therefore you can provide a solution I guess.
Dear Loomes,
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
Hi, I want to use BlockUI in my application, but in the new version I did not find BlockUI component, is there still exists UI Blocking functionality in the new version? Thanks!
Dear bahram_adil,
You can use snackbars notifications
- https://designreset.com/cork/html/vertical-light-menu/component-notifications.html
Kindest Regards,
Design Reset Team
But it is not blocking UI, I want something like when you send a request to the server, the whole page is blocked and make the page unclickable till the server response
Dear bahram_adil,
In that case, you can implement blockUI from your side.
- https://jquery.malsup.com/block/
Kindest Regards,
Design Reset Team
Thank you! I have already done it!!!!
You are Welcome 
Hi im try to use the Custom Table Style 2 but the problem is that the menu is being rendered inside the table. if the table only 1 or 2 data this is the result some of the menu is missing or being rendered inside the table. How to fix this.
i tried to use z index but nothing happen.
https://prnt.sc/pGQ1eZAX_j63 https://prnt.sc/v3fGaKSHcCA3Dear ChibiCedric,
The issue is that the dropdown is inside the table and z-index will not work as the table have an overflow property
So, you can try giving the minimum height in the table.
Hope this helps 
Kindest Regards,
Design Reset Team
Hi i have 6 – 7 option and the menu is hidden on last 3 table. but if 4 menu the dropdown is working fine. also after inputting height there are weird happen on the tabble
https://prnt.sc/Jg2XEdJ1SE7FHi is it possible to center the menu in the inside the table? i tried removing the TOP in css due to the other table if only have 1 record all of most of the menu is hidden because of tr last child 1 -2 -3
Dear ChibiCedric,
You can try your solutions but remember it can cause problems somewhere so you can add a specific class and then you can define the property to overwrite the changes.
Kindest Regards,
Design Reset Team
Hi,
I am working with the datatable in your theme. Everything seems to be fine, but I need to display my data sorted differently (such as the latest recrods first). I’ve noticed that the datataable as a default sorts the recrods according to the id, or the first column. Is there any way to tweak it easily so that it sorts different column than the first one(id) or maybe it could display the sorting whcih is coming from the server as it normally does in Laravel. Anyway will be fine. All I need is that first sorting on pageload. Latter the user can sort as they wish. Thanks for the help!
Dear zappaciato,
Kindly follow the link mentioned below
https://datatables.net/examples/basic_init/table_sorting.htmlHope this helps 
Kindest Regards,
Design Reset Team
Hello, iwanna ask, how to change the logo? i want to change with name logomulmed.png but it wont change, so which file that i have to change?
Dear vincentmoeljopranoto,
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
var settingsObject = { admin: ‘Cork Admin Template’, settings: { layout: { name: layoutName, toggle: true, darkMode: false, boxed: true, logo: { darkLogo: ’/src/assets/img/logo.png’, lightLogo: ’/src/assets/img/logo.png’ } } }, reset: true }
like this?
but nothing happened
Hello vincentmoeljopranoto,
Which version are you using, Laravel or Bootstrap 5?
Kindest regards,
Design Reset Team
Bootstrap..
Dear vincentmoeljopranoto,
Your code is right just try resetting the reset property to false.
If it still did not work kindly share a screenshot. Also, check the console for any errors and share a screenshot of that as well
Kindest Regards,
Design Reset Team
how to “resetting” i try to change “reset” to true, and i refresh my browser, then i change to false again, then i refresh my browser again, is my step wrong?
Dear vincentmoeljopranoto,
Yes, you did the right step.
Kindly check the following mentioned below.
- Path of the image. - Error in the console. - Try opening your application in another browser.
If it still did not work kindly share a screenshot. Also, check the console for any errors and share a screenshot of that as well.
Kindest Regards,
Design Reset Team
hello, can u share your email, so i can show you a video? or you can chat me via email vincentmoeljopranoto@gmail.com thanks before
We have sent you an email….Please check
please check email, i have replied your email
I have already replied… please check your email.
please kindly check email
mail sent…please check
Hi is there a way to fix the label for button when highlighted and also for the data table pagination. This is used for modal https://prnt.sc/flUxDdjRn5bi
Dear ChibiCedric,
Thank you for contacting us.
Check the code inside your button and DataTable as it seems like you have either missed some classes or some other CSS is overwriting the default CSS
Note:- If the issue did not fix kindly share your code and screenshot of the inspect
Kindest Regards,
Design Reset Team
Hi, When I executed the “npm run dev” command this error is shown & please tell how to fix it.
failed to load config from C:\learnLaravel\ADMIN DASHBOARD\testdashboard\vite.config.js error when starting dev server: Error: Cannot find module ‘node:path’ Require stack: - C:\learnLaravel\ADMIN DASHBOARD\testdashboard\node_modules\vite\dist\node-cjs\publicUtils.cjs - C:\learnLaravel\ADMIN DASHBOARD\testdashboard\node_modules\vite\index.cjs - C:\learnLaravel\ADMIN DASHBOARD\testdashboard\vite.config.js - C:\learnLaravel\ADMIN DASHBOARD\testdashboard\node_modules\vite\dist\node\chunks\dep-5605cfa4.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) at Function.Module._load (internal/modules/cjs/loader.js:725:27) at Module.require (internal/modules/cjs/loader.js:952:19) at require (internal/modules/cjs/helpers.js:88:18) at Object.<anonymous> (C:\learnLaravel\ADMIN DASHBOARD\testdashboard\node_modules\vite\dist\node-cjs\publicUtils.cjs:5:14) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Module._extensions..js (internal/modules/cjs/loader.js:1092:10) at Object._require.extensions.<computed> [as .js] (file:///C:/learnLaravel/ADMIN%20DASHBOARD/testdashboard/node_modules/vite/dist/node/chunks/dep-5605cfa4.js:63157:17) at Module.load (internal/modules/cjs/loader.js:928:32) at Function.Module._load (internal/modules/cjs/loader.js:769:14) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @ dev: `vite` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @ dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Analyst\AppData\Roaming\npm-cache\_logs\2023-02-10T06_12_15_465Z-debug.log
Thanks Muneeb
Dear muneebishere,
Thank you for contacting us.
It seems like the error is because of node version.
Kindly let me know your node version.
Regards,
Design Reset Team
Node version – v14.15.4
Dear Muneebishere,
The minimum required Node version is 16+
Please check the documentation below;
- https://designreset.com/cork/documentation/laravel/installation.html
Hope this helps 
Kindest Regards,
Design Reset Team
Hello designreset, Could you please support Adonisjs templating system “edge” for your next updates or even in a new listed item. I think this will not takes you much time and will be helpfull for many of us. Thank you very much
Dear rifaii,
Thank you for contacting us.
We will surely consider your request.
Kindest Regards,
Design Reset Team
Hello again im having trouble putting table in modal. the css is not loading properly im not sure what to do. The table controls is on listing and the pagination number is missing.
https://prnt.sc/ZQ1jqycP7C9tThank you again!
Update: Need to add Style-3 in Class Hehe
You are most Welcome 
Hi again. I’m using the maxlenght() on modal but the css is rendered behind to the modal it working find when im not using a modal for inputs. is it possible to fix this?
https://prnt.sc/I9cFl3upMhEbAlso in DateTimePicker
Already fix using z-index thank you
But its not sticking to the input when modal is scrolled.
Dear ChibiCedric,
Thank you for contacting us.
The issue may be because of the position property
Try changing the position property.
Note: This is the issue of maxlength.
Kindest Regards,
Design Reset Team
I have forwarded all the information to you. I am installing Laravel and html, same errors on icons. I am constantly having problems. User information is not available. I just need to create an order form for me. You can choose the theme for me. But urgent please, how many days have I been waiting for your return?
Dear Mehditarhan,
First of all try to seek resolution on one front, we cannot answer you over here and email both. This will confuse you and our staff as the conversation is going on two sides.
After raising a refund, you made it clear that you don’t want the product but you are still asking for support. This has confused us.
Please choose the place where you want to carry on with the conversation and then we can proceed.
Kindest Regards,
Design Reset Team
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.
Dear agungma406,
Thank you for contacting us.
Those are the warnings, not errors so ignore them and try to run your application.
If the problem is still the same kindly share a screenshot.
Kindest Regards,
Design Reset Team
How to add login®ister?
i already configure the login, but it redirect to home. how to redirect to dashboard when authenticated
solved, now how to redirect to ”/app/ecommerce/” not to ”/modern-dark-menu/app/ecommerce/”
Dear agungma406,
Navigate to the routes folder and open web.php and theme-routers.php
Inside theme-routers.php find /ecommerce
Copy all the routes of ecommerce
then,
Inside web.php
Paste the ecommerce route code with the app prefix
Kindest Regards,
Design Reset Team
where do i get database from?
nvm, im dumb
Replied on your latest comment
I have problem when load my website, sometimes it breaks the css and doesnt load properly.
i am using google chrome by the way
Dear rafasilv,
Thank you for contacting us.
Kindly follow the links mentioned below.
Hope this helps :)
Kindest Regards,
Design Reset Team
Hello, I want to create an order form in this crm. We are selling one-page products. Our customers pay by money order or at the door. If you have an e-mail address, please let me know. I want to send you a visual of exactly what I want. If I get what I want, I want to buy it. Thank you.
You can contact us at; info@designreset.com
How can I set it please help me.
Dear Mehditarhan,
Thank you for contacting us.
This is Front end admin template. You need to add dynamic functionality to apply the desired functionality.
Kindest Regards,
Design Reset Team
I don’t know much about software. Can you explain in a way I can understand? Can you send me a video for uploading and connecting to hosting?
I sent you an e-mail, please check?
Why are you replying so late? We couldn’t get a job done for 3-4 days.
Hello mehditarhan,
The response time for a reply is 24-48 hours. Also as I informed you over email that you need to get in touch with a developer to upload it on your hosting.
We have send a reply at your mail.
Kindest Regards,
Design Reset Team
I immediately sent you all the necessary information. But still no reply from the mail unfortunately.
Hello Mehditarhan,
As we have told you before that you need to get in touch with a developer to upload this file to your hosting.
Uploading files to a server does not come with a package.
Kindest Regards,
Design Reset Team
You cannot be serious. Is this the only answer you call support? I have bought so many products and never seen such a service. You can make a video link about the installation. It is my suggestion to you. you suck. Especially these short answers you gave are a complete disregard.
Hello, I verified that the app/View files are not compatible with psr-4, it would be interesting not to point out errors in composer.
Hello fabiorcamargo,
Thank you for contacting us.
We will fix the issue in next update. Thanks for the feedback.
Kindest Regards,
Design Reset Team