1060 comments found.
Nice theme!
But I would like to ask when the Laravel version will be launched??
Hello sarukomine,
Thank you for contacting Design Reset.
Laravel version will Launched next week. Stay Tuned!
Kindest Regards,
Design Reset Team
Hello,
Thank you for developing such a wonderful theme. I am having a hard with npm build.
1. Can you please include plugins in package.json file so I can download it through npm? 2. Is it possible to have a configuration file for plugins? I don’t need to all plugins as of now. 3. I would like to see integrate it with laravel so I don’t need a gulp.js file, instead of that I need some clear way of installing plugins.
Right now I am wrapping my head around gulp.js and I am totally lost.
Please make customization as easy as possible. Thank you again for such a wonderful theme.
Regards, Rutvij
Dear rutvij2292,
Thank you for contacting Design Reset.
We cannot convert plugins into package.js because if we did that the beginner users may find it typical.
But, we ensure you that we will help you out through the installation as well as the addition or removal of the plugins.
In point no. 2 you have mentioned that you do not need all the plugins right now, so we suggest you that remove unnecessary plugins manually, and if you want to add any in future just add them in your project directly.
Note:- Make sure to make a copy of your downloaded file.
Feel free to contact us whenever you ran into a problem.
Kindest Regards
Design Reset Team
Dear Zondium
Thnaks for your feedback.
Kindest Regards
Design Reset Team
can i use it with vue js ?
Hello GD-jony,
Thank you for contacting Design Reset.
To use it with Vue.js you have to remove jQuery and code it according to your needs.
Kindest Regards,
Design Reset Team
Hello GD-jony,
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
when come laravel +vuj+react version ?
Hello aadharshila,
Thank you for contacting Design Reset.
Laravel version will be launched next week. After that we will launch Vue and React versions.
Kindest Regards,
Design Reset Team
Hello aadharshila,
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
Hi, hope you are doing well. It is possible to use the date picker in an <asp:TextBox> ?
Thank you!
Dear XBarts,
Thank you for contacting Design Reset.
Kindly check the link mentioned below
- https://stackoverflow.com/questions/50859535/asp-net-mvc-datetimepicker-good-one
Hope this helps 
Kindest Regards
Design Reset Team
Hi
In the horizontal layout (demo7, demo8): What is an appropriate HTML code for a menu item that is directly linked? Currently, all menu items (Dashboard, Apps, Components, ...) are containing a dropdown. I would like to use a menu item that only contains an a href but has the same style.
Thanks!
Dear Neoos,
Thank you for contacting Design Reset
Use The following code.
Hope this helps 
Kindest Regards,
Design Reset Team.
Hi there 
I love your product.
How do we use scumboard? What I mean, how can we add, edit, and save them?
It’s only a UI you have created so we need to create the function ourself or is there something I’m missing 
Dear holsgaard,
Thank you for contacting Design Reset
To save the values you have to use backend language such as PHP, Python, Ruby, etc.
Hope this helps 
Kindest Regards,
Design Reset Team.
Hello, I have a quick question about the chat application. How can I select in javascript a chat (person1 for example), without clicking on the div (just automatically). Thank you and have a nice day.
Dear Zondium,
Thank you for contacting Design Reset.
Try the following code.
$('[data-chat="person1"]').trigger('click');
Kindest Regards,
Design Reset Team
Thank you very much, it’s working. Have a good night.
You too. Take care 
Hello,
I just want to know how can I translate the calendar to Portuguese because in my country we speak Portuguese and to facilitate the process for users.
Dear aguiry,
Thank you for contacting Design Reset.
1. For the full calendar follow the link mentioned below.
- https://fullcalendar.io/docs/v3/lang
2. For flatpickr follow the link mentioned below
- https://flatpickr.js.org/localization/
- https://npmcdn.com/flatpickr@4.6.3/dist/l10n/pt.js
Kindest Regards,
Design Reset Team
Thanks, but I can’t understand yet
Dear aguiry,
If you are using flatpickr
<script src=”https://npmcdn.com/flatpickr/dist/flatpickr.min.js”> </script> <script src=”https://npmcdn.com/flatpickr/dist/l10n/pt.js”></script>
flatpickr(myElement, {
"locale": "pt" // locale for this instance only
});
If you are using full calendar
Download full calendar from https://github.com/fullcalendar/fullcalendar/tree/v3.10.2
and place local.js in file plugins
$('#calendar').fullCalendar({
locale: 'pt',
Hope this will help resolve your issue.
Kindest Regards,
Design Reset Team
How can you do not to depend on external URLs for icons and fonts?
Dear ovelasquez12,
Thanks for contacting the Design Reset.
Your question is not clear what you are actually trying to ask.
Are you asking;
Q1. Why we do not depend on the external URL of icons (such as font-awesome).
A1. It is because if internet connection get interrupted the icons will take time to load.
Q2. Why we depend on the external URL of icons and fonts.
A2. We are only using google fonts library URL and icons are offline so they can load fast.
Hope this helps 
Kindest Regards
Design Reset Team
Hello, I just bought the Cork template. I am trying to use the Web App Layout, I thought it is going to be the demo4 in the files, but it is not. What demo is the Web App layout?... thank you….
Hello XBarts,
Thank you for contacting Design Reset.
Web App layout is Demo 6, Link is mentioned below;
https://designreset.com/cork/ltr/demo6/Kindest Regards,
Tauqir Hussain
Yes, after looking again, I realized it. Thank you!!!
You are most Welcome 
Hello,
is there an Angular Version for Cork planned?
Kind regards, Robin Ferch
Hello Nachwahl,
Thank you for contacting Design Reset.
We are currently developing Laravel version. It will take some. After that we will work on other frameworks.
Kindest Regards,
Design Reset Team
thank you so much for this template can you support CodeIgniter also ?
Hello aboosamah94,
Thank you for your appreciation.
Currently we are in the process to launch Laravel Template.
Kindest Regards,
Design Reset Team
Loader not disappearing
Whenever I click on some links, I get that the “Loader” (the blue dot) appears. However with some links, this loader does not stop. I need to refresh the page to make it disappear.
Why is that? Or how does it work?
Dear vorko76,
It may be because of some source glitch.
We meant to say that it might be due to some file that is not loading or taking time in loading.
Hope this helps 
Kindest Regards
Design Reset Team
Yes I imagine, but how to troubleshoot it? Where is a code called to hide this screen when the page is loaded?
Interestingly the refresh page works well
Dear vorko76,
The js that is responsible for hiding the loading after page load is inside assets/js/loader.js
Hope this helps 
Kindest Regards
Design Reset Team
Larger Registration Dialog
I am asking for more info upon registration and I would like my form auth_register_boxed.html to be bigger. (but keep the login form with the same size)
How can I do that?
I have tried adding .form-larger { min-width: 2400px; }
to some of the div at the top of the document… but without any success
(removed)
Dear vorko76,
Thank you for contacting the Design Reset.
Kindly provide us code as well as the screenshot.
Hope this helps 
Kindest Regards
Design Reset Team
I will do by email… it will be easier
Sounds good 
Dear,
I have created one bootstrap table using following code start with :
Dear DejaVu909
Thank you for contacting the Design Reset.
Kindly provide us code as well as the screenshot.
Hope this helps 
Kindest Regards
Design Reset Team
<div class="table-responsive mb-4">
<table id="style-3" class="table style-3">
<thead>
<tr>
<th class="checkbox-column text-center"> Sr No </th>
<th>Name</th>
<th>Description</th>
<th>Email</th>
<th>Date </th>
<th>Action</th>
</tr>
</thead>
<tbody>
<?php
for ($x = 0; $x < 50; $x++) { ?>
<tr>
<td class="checkbox-column text-center"> <?php echo $i+1; ?> </td>
<td>Test for Console.log</td>
<td>test15</td>
<td>dddd@gmail.com</td>
<td>2020-06-06 12:33:48</td>
<td>
<button type="button" class="shadow-none badge badge-primary" > <i class="fa fa-edit" /> EDIT </button>
<button type="submit" class="shadow-none badge badge-danger" > <i class="fa fa-trash" /> DELETE </button>
</td>
</tr>
<?php } ?>
</tbody>
</table>
</div>
Screenshot for your ref – https://prnt.sc/sw40gu
Dear DejaVu909,
Try to change the code in dt-global_style.css
—-—-
old code
.page-link {
margin-right: 5px;
border-radius: 50%;
padding: 8px 12px;
background: rgba(0, 23, 55, 0.08);
border: none;
color: #888ea8;
}
—-——-
update code
.page-link {
margin-right: 5px;
border-radius: 50%;
height: 35px;
width: 36px;
padding: 9px 11px;
background: rgba(0, 23, 55, 0.08);
border: none;
color: #888ea8;
}
kindest Regards,
Design Reset Team
After replacing updated code also still it is same :
Ref : https://prnt.sc/swsq1s
and also in
Dear DejaVu909,
The code is working fine on our side. Kindly check if you have included it inside the correct file.
For Horizontal Scroll Kindly follow the link.
- https://datatables.net/examples/basic_init/scroll_x.html
Kindest Regards,
Design Reset Team
Hi. I would like to have the beta version of the Collapsible Dark Menu template laravel. It would be very helpful since I’m running a project with this template
Hello Fibrasynormas,
Thank you for contacting Design Reset.
Laravel version is under development right now. We will inform you once it is live.
Kindest Regards,
Design Reset Team
How can change svg icons to fa-fa icons
Dear udesh765
Thank you for contacting the Design Reset.
1. Download the whole package.
https://fontawesome.com/2. Links the files
<link href="/your-path-to-fontawesome/css/fontawesome.css" rel="stylesheet"> <link href="/your-path-to-fontawesome/css/brands.css" rel="stylesheet"> <link href="/your-path-to-fontawesome/css/solid.css" rel="stylesheet">
3. Use them
<i class="fas fa-camera" /> <!-- this icon's 1) style prefix == fas and 2) icon name == camera --> <i class="fas fa-camera" /> <!-- using an <i> element to reference the icon --> <span class="fas fa-camera" /> <!-- using a <span> element to reference the icon --> </span></i>
For more information kindly refer the following code
- https://fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use
Hope this helps 
Kindest Regards
Design Reset Team
Is there a way to change the padding of the gutters globally so all cards or blocks on a page have the same size gutters?
Dear travelfreely,
Thank you for contacting the Design Reset.
Actually, there is no such way because all the cards is coded with its unique class and CSS.
But, you can apply the class of your own and override the padding.
Hope this helps 
Kindest Regards
Design Reset Team