1060 comments found.
Hi, I loved the theme. Nicely work done. I wanted to know when will the React version will be live. Thank you
Hello kandarppatel28,
Thank you for contacting Design Reset.
After Launching complete Laravel version, we will start working on React version. There is no time frame yet, but it can take upto 1-2 months for the React version to go live. We are working Hard to launch it asap.
Kindest Regards,
Design Reset Team
Hi! I love this admin template design! But, i have 1 question before buying. Can you help me to create Individual Column Filtering Datatables Features? Thank you!
Already replied…Thank you
Hi! I love this admin template design! But, i have 1 question before buying. Can you help me to create Individual Column Filtering Datatables Features? Thank you!
Dear aldoputama.
Thanks you for appreciating our work.
Kindly follow the link mentioned
- https://datatables.net/extensions/fixedcolumns/examples/styling/col_filter.html
Hope it helps 
Kindest Regards
Design Reset Team
Finally the laravel template is out! But I have issues with the ltr vertical light menu. The analytics page seems all broken. Why not you provide package.json and composer.json along with the theme so the dependencies are compiled and the theme files are lesser? I also see a lot unnecessary files for the theme like index.php, plugins folder in public directory.
Dear vijaichander
Thanks for contacting Design Reset
Q1. But I have issues with the ltr vertical light menu
Answer : Sorry for your inconvienence. Here is the solution that for you to fix.
Kindly follow the steps.
1. Navigate inside view folder.
2. Swap the dashboard file names.
Current names
a. dashboard.blade.php
b. dashboard2.blade.php
After Swaping the names
a. dashboard.blade.php will become dashboard2.blade.php
b. dashboard2.blade.php will become dashboard.blade.php
3. Clear the cache.
Q2. Why not you provide package.json and composer.json
Answer : Thanks for your feedback.
Q3. index.php, plugins folder unnecessary files
Answer :
a. So index.php is the default file in laravel
b. Plugins folder is necessary for cork because it contains all the plugins used by cork.
Kindest Regards
Design Reset Team
Thanks, The more ideal way for a laravel theme distribution would be to provide all sass, js, blades and other static resources like image, vectors inside the resources directory along with composer.json, package.json and webpack js.
The webpack js containing commands to copy/compile/mix static resources/css/js into their respective directories in public and composer install, npm install doing the job of resolving the dependencies. This makes the theme update lighter as well as provides better editing freedom to the developers imo. Majority of the themes I have used in the past for laravel uses the above method. Just a suggestion 
P.S: You can also provide composer.lock and packages.lock if you would want to lock the dependencies to a certain version
Also, instead of switch case inside styles balde, you could actually add a yield in styles and add the respective code into the respective blades using section. Makes the base layout much more cleaner IMO
Dear Vijaichander,
Thanks for your feedback, we will discuss this with our developers.
Kindest Regards
Design Reset Team
I bought templates. Can I use them to create a social network? Thanks for the answer.
Hello overon4ek,
Thank you for contacting Design Reset.
Yes, you can use to create a social network.
Kindest Regards,
Design Reset Team
when in install laravel version, and run npm run dev, i’ve got an error here the error log: https://pastebin.com/embed_js/fyXQCiMk
step that i’ve done is:
install laravel 6.2
run :
composer require laravel/ui "^1.0" --dev php artisan ui vue --auth
copy repo from cork Laravel/web-app
run :
npm install && npm run dev
here the error: https://pastebin.com/raw/wW3xuGVy
never mind, i can manage to solve it, after clear all asset
Hello diorz38,
Thank you for contacting Design Reset.
Good to know that you have managed to resolve it. If you need further assistance, don’t hesitate to ask.
Kindest Regards,
Design Reset Team
Hello diorz38,
Vuejs & Vue+Laravel version of Cork Admin is now available as a separate item on Themeforest.
Please check the link below;
- https://themeforest.net/item/cork-vuejs-laravel-admin-dashboard-template/35448989
Kindest Regards,
Design Reset Team
Hello, Author
Nice work & template. BUT one question – why such low price?
Thanks
Hello jisha_,
Thank you for contacting Design Reset.
It’s promotional price for today only.
Kindest Regards,
Design Reset Team
halo,
Thank you for your great product and great addition (laravel Web app) it save alot time for me to continue. just want to ask something, how can i change position of Header and logo of print output of Invoice to half of current top padding, it seems little bit too far from top edge for me. my Purchase Code: 3458ccb-0730-4be7-b3c9-18014d96e581
Thx
Dear diorz38,
Thanks for contacting Design Reset
To manage the top padding.
Open invoice.css and find .content-section class and make changes
.content-section {
padding: 36px 35px;
}
Kindest Regards
Design Reset Team
Hello Thank you so much for this new template and *PHP support future can I ask how to get full sql database files because I work with codeigniter framework Thanks again and hope you good and healthy all time
Dear aboosamah94,
Thanks for contacting Design Reset
We have provided .sql for laravel and that is the only version we have i.e user login.
There are no full versions of the database.
Kindest Regards
Design Reset Team
Hi
Please help me for the query.
1. I have Purchase the CORK regular template, i need to use the template in my product so can i use the template ? 2. In Downloaded template don’t have any licence key so it is required for use the template. 3. Can i remove the footer.
Thanks, Kalpesh Dabhi
Hello crediblesinfotech,
Thank you for contacting Design Reset.
The answers to your questions are mentioned below;
A1) Yes, you can use this template in your product as far as it is not intended for sale. If you are using this template to develop a commercial product which is intended for sale, then you have to purchase a commercial license, otherwise regular license is fine.
A2) The purchase code is your product key, so go ahead and start using this template without a hussle
A3) Yes, you can remove the footer.
Hope this Helps! If you have further query, don’t hesitate to ask.
Kindest Regards,
Design Reset Team
Dear Support,
I tried to change the SVG to ‘fas fa’ from font awesome (see menu add item in picture), but the style is really changing a lot. https://gyazo.com/faa1d6516715b543c972132423bb898b Can you maybe help to get it in the same style as the menu Dashboard
Dear patrick-pvk,
We have tested on our side and its work absolutely fine;
<link href="plugins/font-icons/fontawesome/css/fontawesome.css" rel="stylesheet" type="text/css" /> <link href="plugins/font-icons/fontawesome/css/regular.css" rel="stylesheet" type="text/css" /> <i class="far fa-user" />https://prnt.sc/t35fne
If the issue is not resolved, kindly share your code with us.
Kindest Regards
Design Reset Team
Hi, i’m unable to use the colour library for some reason.
header looks like this…
<link href="{% static 'bootstrap/css/bootstrap.min.css' %}" rel="stylesheet" type="text/css" />
<link href="{% static 'assets/css/plugins.css' %}" rel="stylesheet" type="text/css" />
<link href="{% static 'assets/fonts/css/all.css' %}" rel="stylesheet">
<link href="{% static 'assets/css/elements/color_library.css' %}" rel="stylesheet" type="text/css" />
but if i try and use text-danger-light for example, it’s just the default colours.
many thanks.
Dear Comm4nd0,
Try the following steps.
1. Check for errors in the console.
2. .text-danger-light is not defined inside main.css, so check the class.
Kindest Regards
Design Reset Team
Hii
How can i identify the current downloaded template is purchase or copy from some one else
Hello crediblesinfotech,
Thank you for contacting Design Reset.
The file downloaded by you is from your themeforest account after you had made the purchase. This means it is original and not a copy from any other template.
If you have further query,don’t hesitate to ask.
Kindest Regards,
Design Reset Team
why you people use so much svg icon everywhere instead of font awesome .. for dynamic icon from database it’s hard to maintain
Hello BD-Webtricks,
Thank you for contacting Design Reset.
We have also included font-awesome in the library, you can check it here;
- https://designreset.com/cork/ltr/demo4/fonticons.html
Hope this helps!
Kindest Regards,
Design Reset Team
i saw but u use and design everything based on svg font awesome just puppet show . that’s why when i use font awesome size and style does not match as svg . i brought this product using my another account .. iglyphic
Dear BD-Webtricks,
Thanks for contacting Design Reset
We have used feather icons because of some reason.
1. Page Loading Speed
2. No CSS, font-family file renderation for Icon.
3. Reduce weight.
But,
You can apply fontawesome as per your needs.
And after applying fontawesome you have to customize in strucutre.css and main.css
You have to convert all SVG to tag selector and make some other changes in CSS property such as
1. SVG to tag
2. width and height into font-size
3. fill to background or color
Kindest Regards
Design Reset Team
Hi, why is there no lengthMenu (how many results you see) in the table HTML 5 export? I wan’t both the export functions and the possibility to change the page results for example 5, 10, 100.
Dear patrick-pvk
Thanks for contacting Design Reset
To Add length menu use code mentioned below.
"lengthMenu": [ 10, 25, 50, 75, 100 ]
Kindest Regards
Design Reset Team
Hi Team, this is not what i mean.. Check image https://gyazo.com/4b1e4b9bb78d7dafd02f03e0323575fd and check second image https://gyazo.com/d80a545c718cbbfbe286b726daf98c6c you see in the second image Results with a dropdown menu. In the first image (HTML 5 Export) there is no dropdown with this options
Dear patrick-pvk,
Try to change the dom parameter by adding l to
<”col-md-6”B>
- full code.
dom: '<"row"<"col-md-12"<"row"<"col-md-6"Bl><"col-md-6"f> > ><"col-md-12"rt> <"col-md-12"<"row"<"col-md-5"i><"col-md-7"p>>> >',
For more information kindly refer to the following links;
- https://datatables.net/reference/option/dom
- https://datatables.net/forums/discussion/29866/datatables-buttons-removes-the-length-menu
Kindest Regards
Design Reset Team
Thanks it works
You are most Welcome 
hi, do you plan to add like a “Site Tour” website guide? i think it will be very good on this theme. also a scroll top will be very good on default. and waiting for the new update for start to work. is there any news? regards. thanks.
Hello Seglavi,
Thank you for your suggestions. We will implement them in future.
We are working with the update as we speak, there were few issues on which we are working right now. We will update Cork Admin Template with Laravel version soon.
Kindest Regards,
Design Reset Team
thank you so much for your kind and fast reply. i hope new features will be add “near” future. because they will so good on this template. thanks. have a nice day.

Hello,
what license do I purchase to use your great template in 3 web-apps (admin panel, dashboard and CRM) developed for one project/customer?
Hello Egoroff,
Thank you for contacting Design Reset.
For one project/customer, you should buy regular license.
Kindest Regards,
Design Reset Team
hello, I tried to put icon into lvl 2 sidebar menu but it showing both bullet and icon, can I have proper icon + text like the parent level 1 menu?
Dear munggaran,
To remove bullets open strucutre.css and search >>
#sidebar ul.menu-categories li.menu ul.submenu > li a:before {
}
To edit text use the code
#sidebar ul.menu-categories ul.submenu > li a {
font-size: 13px;
padding: 11px 14px;
font-weight: 600;
letter-spacing: 1px;
color: #0e1726;
}
Kindest Regards,
Design Reset Team
thanks for fast respond
You are mot Welcome 
Dear,
I would to get custom date range like Date range button above data-table.
Ref link of AdminLTE https://adminlte.io/themes/AdminLTE/pages/forms/advanced.html
Kindly find link for screenshot for you ref.
https://prnt.sc/t0bjlj https://prnt.sc/t0bjskPlease do needful asap.
Dear DejaVu909,
Follow the links with the code mentioned below;
1. https://bootstrap-datepicker.readthedocs.io/en/latest/markup.html
Use the code :
//Date range as a button
$('#daterange-btn').daterangepicker(
{
ranges : {
'Today' : [moment(), moment()],
'Yesterday' : [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
'Last 7 Days' : [moment().subtract(6, 'days'), moment()],
'Last 30 Days': [moment().subtract(29, 'days'), moment()],
'This Month' : [moment().startOf('month'), moment().endOf('month')],
'Last Month' : [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]
},
startDate: moment().subtract(29, 'days'),
endDate : moment()
},
function (start, end) {
$('#daterange-btn span').html(start.format('MMMM D, YYYY') + ' - ' + end.format('MMMM D, YYYY'))
}
)
2. https://datatables.net/extensions/buttons/examples/initialisation/custom.html
Kindest Regards
Design Reset Team
Not able to fixed it
after putting code still not showing date range.
I think some j query conflicting ..
Dear DejaVu909,
Have you downloaded the bootstrap daterangepicker?
Please share your code.
Kindest Regards
Design Reset Team
Dear Sir, Thank you for your support. It is done 
You are most Welcome 
I am interested to purchase this template. However, I would like to see a simple toggle button to switch b/n Light and Dark themes. Right now, I noticed they exist separately?
Any ETA please?
Hello Kmanojkumar,
Thank you for contacting Design Reset.
Dark and Light templates exist separately. You have to apply the toggle functionality to make it switch between Dark and Light theme.
Once you will purchase this template, we will help you in implementing toggle function.
Kindest Regards,
Design Reset Team
I have purchased the theme. Can you please help me in setting up the toggle button for dark and light mode?
Dear kmanojkumar,
Thank you for contacting Design Reset.
Below is the code mentioned to create toggle button.
HTML – https://pastebin.com/0kZF6Zxa
CSS ( Dark CSS ) – https://pastebin.com/AyFKPKjY
CSS ( Light CSS ) – https://pastebin.com/4wYr91Vh
Kindest Regards,
Design Reset Team