1060 comments found.
Hi, I just want to know how to show the active div in the side-nav? Like If the invoice page is open I want to see the invoice button in the side navbar active. should I have to manually write an active class with it?
Dear Syed_M_Ali,
Thank you for contacting Design Reset
Yes, if you are using HTML version then you have to dynamically implement the active class.
Kindest Regards,
Design Reset Team
Hi designreset,
There is a bug when datatable css loaded, it will cause basic form deform
the following is the css file
<link rel=”stylesheet” type=”text/css” href=”plugins/table/datatable/dt-global_style.css”>
you can refer the image below, before and after
https://imgur.com/bZfzfTMfor those whose affected you just need to change widget-content-area to other naming will do
Thanks
Dear FookShen,
Thank you for contacting Design Reset
We have checked the issue from our side. Could you please share a working code with us.
Kindest Regards,
Design Reset Team
Hi DesignReset,
I need some help aligning the Contacts page table row. I am using the Laravel Web App version. See attached screenshot.
https://prnt.sc/114kdvhDear jvbalcita,
Thank you for contacting Design Reset.
You have to convert list CSS to table
Kindly follow the link mentioned below
- https://wisdmlabs.com/blog/responsive-tables-using-css-div-tag/
Kindest Regards,
Design Reset Team
Thank you. Will renew my support soon. 

is there a way to update a pre-existing project with new update but made with old script?
Dear Modsauc3,
Thank you for contacting Design Reset.
Yes, just replace the css instead of JavaScript.
Hope this helps 
Kindest Regards,
Design Reset Team
Turns out.. it was converted to php…
Dear Modsauc3,
Yes, you can still convert it but it would be a bit difficult part as you have to re-structure the PHP according to new widgets.
Kindest Regards,
Design Reset Team
Can you help me for start and understand this system directory for the template ?
Dear jorgefvcardoso,
Thank you for contacting Design Reset
If you are using HTML version – Inside each demo, you have HTML files and Plugins, Assets, Bootstrap, Sass folders
HTML Docs – https://designreset.com/cork/documentation/file_structure.html
If you are using the Laravel version – https://designreset.com/cork/documentation/laravel/file_structure.html
Hope this helps 
Kindest Regards,
Design Reset Team
Hi.
I have a question regarding the collapsing sidebar triggered by the hamburger menu within your “compact-menu” dashboard.
I would like to use the sidebar without any submenus. So I removed every submenu, and every element within (submenu-list). Unfortunately, the sidebar does not collapse anymore…
What is causing the sidebar to collapse when clicking on the hamburger menu?
It must be something in the submenu… but can’t find it.
Thanks!
Hello aftersunsetm,
Thank you for contacting Design Reset.
We apologize for the delay. We will get back to you with the desired solution asap.
Kindest Regards,
Design Reset Team
Dear aftersunsetm,
To make compact menu links work on single click kindly add [menu-single] class to li.menu and replace anchor tag href with your link.
Hope this helps 
with Regards,
Design Reset
Thanks. Works great!
Most Welcome 
Hello, any way to use the copy function to clipboard but when copying it shows a copy message that the user can see? Thanks.
Dear MWNS,
Kindly follow the link mentioned below.
- https://codepen.io/dejanstojanovic/pen/PZJVRr/
- https://stackoverflow.com/questions/42340573/small-alert-for-copy-to-clipboard-in-clipboard-js
Hope this helps 
Kindest Regards,
Design Reset Team
Thank you!

How can we add validation to forms inside modal? when I tried using the validation it is not showing up anything.
Dear jvbalcita,
Kindly follow the links mentioned below
- https://codepen.io/philbaker/pen/MBrVwQ
Hope this helps 
Kindest Regards,
Design Reset Team
Hello, I would like to know if there is any easy way to enable dark mode theme on the ltr/compact-menu theme.
Thank you!
Dear dt_sgs7,
Thank you for contacting Design Reset.
You have to convert the compact-menu into the dark theme as there is no dark theme option in Compact menu.
Kindest Regards,
Design Reset Team
Hello, could you tell me how to validate and print alerts message radio type inputs? I can’t find it in the documentation or demo. Thanks.
Dear MWNS,
Thank you for contacting Design Reset.
Follow the link mentioned below;
- https://getbootstrap.com/docs/4.6/components/forms/#supported-elements
Hope this helps 
Kindest Regards,
Design Reset Team
Thank you. Solved!

Good morning,
I am having problems with the ambient configuration inside ReactJs, I need to install the html components and I did not understand the installation procedure mentioned here https://designreset.com/cork/documentation/installation.html.
Could I try to explain myself in another way? I needed something like:
<npm install—save @ cork-ltr-demo8>
My code: 72c58657-d474-4c54-a4b2-dd4e60fce68b Thanks in advance
hello, how to fix this - https://ibb.co/WBGzCLb
select2 doesn’t work - https://ibb.co/GQNWry2
the code https://pastebin.com/raw/Ysb9QD0Ethank you
Dear rohmnnn,
Thank you for contacting Design Reset.
We checked your code and it works fine.
Try to check the steps mentioned below;
- Open your inspect, and then try to click on submit button to check what exactly is happening with you input field.
- Check your console error. ( Maybe some error causing it to disappear )
- laravel code may be disabling your select 2 from somewhere else.
Hope this helps 
Kindest Regards,
Design Reset Team
I have checked the console and the html element when click submit there is no change / error in the console
https://ibb.co/MPhWsWzthis happens when I use ‘livewire’, it will be fine if I use a blade. any suggestions? otherwise I will return to the blade.
Dear rohmnnn,
If the error is because of livewire. You can switch to blade. But if you are able to fix the issue you should give it a try or provide us a working example ( not just the code ) so that we can help you with it.
Hope this helps 
Kindest Regards,
Design Reset Team
Is there a way to show and hide loader with angularjs?
Dear renataki,
Thank you for contacting Design Reset.
Kindly follow the links mentioned below;
- https://stackoverflow.com/questions/20005112/angularjs-show-hide-loader
- https://stackoverflow.com/questions/42188080/show-and-hide-loading-spinner-with-angular-on-http
- https://stackoverflow.com/questions/44691782/display-loader-in-angularjs
Hope this helps 
Kindest Regards,
Design Reset Team
Hi, I need a basic help. how do I route to register page from my login page
Hello ryoanda,
Thank you for contacting Design Reset.
Kindly, follow the link mentioned below;
- https://stackoverflow.com/questions/31102564/
- https://stackoverflow.com/questions/44135426/
Hope this will help 
Kindest Regards,
Design Reset Team
thanks
Hello mviniciusso,
Thank you for contacting Design Reset.
Please download the latest zip file and extract all files and folders.
Navigate inside Cork-v2.0.0 folder, open HTML folder followed by rtl folder. Inside rtl folder, click on CRM-admin folder and search for “starter_kit_blank_page.html” file.
Below mentioned is the full path;
- /cork-v2.0.0/HTML/rtl/crm-admin/starter_kit_blank_page.html
Hope this helps 
Kindest Regards,
Design Reset Team
Will you also have CRM admin design for laravel?
Dear jvbalcita,
Thank you for contacting Design Reset.
Yes, in next few weeks the laravel version will be updated with all demos including CRM.
Kindest Regards,
Design Reset Team
I believe this was asked before and it seems that no good answer was provided. I hope you can help on this one.
In order for us to use the page_name and category_name variable the $data should passed to the return right?
The question that we need an answer is How are we going to insert or add a controller to the route with the data variable?
Is it possible? or are we just going to create new route controller and start from scratch to use the JS and CSS without using the PAGE_NAME OR CATEGORY_NAME as a condition to set styles and scripts.
Dear jvbalcita,
Thank you for contacting Design Reset.
Yes, you have to create router controller. As Cork Admin Template is just a static template
Hope this helps 
Kindest Regards,
Design Reset Team
Hello, so the page_name, category_name would totally removed? And I just need to add all scripts and css into one call?
Hello jvbalcita,
Yes, the page_name, category_name will be removed but it should be inserted inside your controller.
Kindest Regards,
Design Reset Team
Hi, This is how I use the Multiple select boxes plugin in my MVC project,
@Html.LabelFor(model => model.MezuniyetBolumuBilgileriKayitNo, “Referans”, htmlAttributes: new { @class = “control-label col-md-12” }) @Html.DropDownList(“ReferansBilgileriKayitNo[]”, (IEnumerable<SelectListItem>)ViewBag.ReferansBilgileriKayitNo, ””, new { @class = “form-control selectpicker”, data_live_search = “true”, multiple = “true”, title = “Eğer Yeni Bir Seçim Yapılmazsa, Mevcut Referans Bilgisi Geçerlidir” })I’m Filling It With ViewBag
ViewBag.ReferansBilgileriKayitNo = new SelectList(DB.ReferansBilgileri.Where(X => X.Durum == true), “KayitNo”, “Aciklama”).ToList();
I Record the Choices I Made Here In The Table, How Can I Show Data From DB Selected In Select? When 5 Results Are Coming With SelectList From Sample Table Query, I Want To Mark The Records With ID Number As Selected From Here And How Can I Write Side By Side With Comma In The Text Field Multi Select ?
My Code Here Is HTML By Razor, Can You Explain It As HTML?
Can you help with this ?
Dear ibrahimayhan,
Kindly follow the links mentioned below.
- https://stackoverflow.com/questions/30306617/save-data-from-dropdownlist-using-selectlist
- https://stackoverflow.com/questions/18613851/asp-net-mvc-dropdown-list-from-database
- https://stackoverflow.com/questions/35843198/store-a-value-from-dropdown-list-to-database-mvc-5
- https://stackoverflow.com/questions/41834334/how-to-save-dropdown-values-in-database-in-asp-net-mvc
Hope this helps 
Kindest Regards,
Design Reset Team
hello Dev, how to wrap the text when it has long text on datatables in version 2 ?
I don’t want to scroll table horizontally when i have long data in one column, because it’s not wrapping in default. thanks and sorry for my english.
Dear yodymada,
Thank you for contacting Design Reset
Kindly, navigate to plugins/table/dataTable/ and open dt-global_style.css file
After opening the file find the following CSS
.table > tbody > tr > td { }
there you see white-space property is set to nowrap. Just set that property to normal.
Before: white-space: nowrap;
After: white-space: normal;
Note: By setting white space property to normal you will loose default alignment.
Hope this helps 
Kindest Regards,
Design Reset Team
thank you for replying to my message and helping me. 
You are most Welcome 
Hello, I have a problem with the cork theme.
I want to use a DataTable together with other elements (A form with several fields for example), only when using
<link rel=”stylesheet” type=”text/css” href=”plugins/table/datatable/dt-global_style.css”>
several elements are deformed.
How to proceed?
Dear gimenezfrg,
Thank you for contacting Design Reset.
Could you please share an example code and a screenshot so that we can know more about the actual issue.
Kindest Regards,
Design Reset Team