1060 comments found.
hello, I need to transform the field in red in the screenshot https://ibb.co/wJMBkJq in a dropdown menu. it’s the calendar add event modal. how to do plz ? thx
Dear emnaaziz,
Apply the class on that dropdown and apply the css mentioned below.
select {
background: red;
border-color: red;
color: #fff;
}
Hope this helps 
with Regards,
Design Reset Team
PERFECT

hi, i want to buy your website, but can i change your map to our maps? like here or google?
Dear dimasadityan,
Thank you for contacting Design Reset.
Yes, you can add here map or google map.
1. Download the plugin.
2. Place the css and js file in plugin
3. Link the js and css files
Hope this helps 
with Regards,
Design Reset Team
<div class="labels">
<p class="label label-primary">Facebook</p>
<p class="label label-info">Linkedin</p>
<p class="label label-success">Instagram</p>
<p class="label label-danger">Tiktok</p>
<p class="label label-danger">Youtube</p>
</div>
Where to modify all this stuff ?
thx
Dear emnaaziz,
1. To modify fullcalendar days and months kindly follow the link mentioned below.
- https://fullcalendar.io/docs/v3/lang
2. To modify labels colors you can create a css file inside assets/css/[your_folder]/[your_file] and change them accordingly.
Hope this helps 
with Regards,
Design Reset Team
1. I need only to modify the default language. Where to modify it plz ?
Dear emnaaziz,
1. Navigate to https://designreset.com/cork/ltr/demo4/plugins/fullcalendar/ and open custom-fullcalendar.advance.js file
2. Follow the instructions mentioned in https://fullcalendar.io/docs/v3/lang
Hope this helps 
with Regards,
Design Reset
I read the documentation carefully and It seems that I just need to change the locale default variable that I can’t find in all fullcalendar plugin files. how to do plz ?
Dear emnaaziz,
1. Add fr.js script
- https://prnt.sc/voiots
2. Update the fullcalendar code.
- https://prnt.sc/voipio
3. Updated Result
- https://prnt.sc/voiq2z
Hope this helps 
Kindest Regards,
Design Reset
1. from where I can get “plugins/fullcalendar/locale/fr.js” file ? I downloaded the fullcalendar plugin from github but I didn’t find in it fr.js
2. in which file should I add this code ?
Dear emnaaziz,
1. From where I can get “plugins/fullcalendar/locale/fr.js” file ? I downloaded the fullcalendar plugin from github but I didn’t find in it fr.js
Kindly follow the link mentioned below and download the locale file.
After,
Downloading the file extract and place it inside the plugins/fullcalendar/[put_here]
2. In which file should I add this code ?
You should add the add inside plugins/fullcalendar/custom-fullcalendar.advance.js
Hope this helps 
with Regards,
Design Reset Team
I did all these steps but I had a blank page as in the screenshot https://ibb.co/QCdHMM2
Dear emnaaziz,
Kindly check the console for errors. It looks like your calendar is having errors.
If you still face same issue. Kindly share your codes.
Kindest Regards,
Design Reset Team
here are the errors:
Uncaught TypeError: Cannot read property ‘datepickerLocale’ of undefined at Object.135 (fr.js:1) at r (fr.js:1) at 0 (fr.js:1) at fr.js:1 at fr.js:1 at fr.js:1
custom-fullcalendar.advance.js:133 Uncaught SyntaxError: Unexpected identifier
DevTools failed to load SourceMap: Could not load content for file:///C:/.../cork/HTML/ltr/Bigdatis/bootstrap/js/bootstrap.min.js.map: System error: net::ERR_FILE_NOT_FOUND
DevTools failed to load SourceMap: Could not load content for file:///.../cork/HTML/ltr/Bigdatis/bootstrap/css/bootstrap.min.css.map: System error: net::ERR_FILE_NOT_FOUND
Dear emnaaziz,
1. custom-fullcalendar.advance.js:133 Uncaught SyntaxError: Unexpected identifier
Solution – Check for comma after or before locale:’fr’.
2. Uncaught TypeError: Cannot read property ‘datepickerLocale’ of undefined at Object.135 (fr.js:1) at r (fr.js:1) at 0 (fr.js:1) at fr.js:1 at fr.js:1 at fr.js:1
Solution – This error may be because of the above error.
3. DevTools failed to load SourceMap: Could not load content for file:///C:/.../cork/HTML/ltr/Bigdatis/bootstrap/js/bootstrap.min.js.map: System error: net::ERR_FILE_NOT_FOUND
DevTools failed to load SourceMap: Could not load content for file:///.../cork/HTML/ltr/Bigdatis/bootstrap/css/bootstrap.min.css.map: System error: net::ERR_FILE_NOT_FOUND
Solution – ignore them they r warning
Hope this helps 
Kindest Regards,
Design Reset Team
it’s ok, thank u but it remains 3 words in english (day, month, today) as explained in this screenshot https://ibb.co/56cgZRG
Dear emnaaziz,
We have checked all the languages from our side and it looks like Today, Day, Month, Years are hard-coded and could be changed.
Hope this helps 
with Regards,
Design Reset Team
<div class="col-md-6">
<select class="form-control mb-4" id="s-from1">
<option>Gouvernorat</option>
<option>Ariana</option>
<option>Tunis</option>
<option>Ben Arous</option>
<option>Manouba</option>
<option>Nabeul</option>
<option>Sousse</option>
<option>Sfax</option>
<option>Medenine</option>
</select>
</div>
I replaced as explained in the documentation
<select class="form-control mb-4" id="s-from1">by
<select class="form-control tagging" multiple="multiple">but I didn’t get the expected result. How to fix this plz ? thx
Dear emnaaziz,
Let us know which plugin you are using. For multiple select.
Are you using the plugin mentioned in the link below;
- https://designreset.com/cork/ltr/demo2/element_badges.html
Kindest Regards,
Design Reset Team
how to know it ? I need to have a dropdown field with a multiple select. What do I must do ? thx
Dear emnaaziz,
1. Share a screenshot
2. Let us know on that page
At Top - Which css are linked.
At Bottom - Which js are linked
3. Also from where you have copied the code mentioned below
<select class="form-control tagging" multiple="multiple">
Kindest Regards,
Design Reset Team
1.here is the screenshot: https://ibb.co/KNT3Mqk
2.css linked:
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<title>Account Settings | CORK - Multipurpose Bootstrap Dashboard Template </title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/plugins.css" rel="stylesheet" type="text/css" />
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN CUSTOM STYLE FILE -->
<link rel="stylesheet" type="text/css" href="plugins/dropify/dropify.min.css">
<link href="assets/css/users/account-setting.css" rel="stylesheet" type="text/css" />
<!-- END CUSTOM STYLE FILE -->
</head>
js linked:
<script src="assets/js/libs/jquery-3.1.1.min.js"></script>
<script src="bootstrap/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/perfect-scrollbar/perfect-scrollbar.min.js"></script>
<script src="assets/js/app.js"></script>
<script>
$(document).ready(function() {
App.init();
});
</script>
<script src="assets/js/custom.js"></script>
<!-- END GLOBAL MANDATORY SCRIPTS -->
<!-- BEGIN CUSTOM SCRIPTS FILE -->
<script src="plugins/dropify/dropify.min.js"></script>
<script src="plugins/blockui/jquery.blockUI.min.js"></script>
<!-- <script src="plugins/tagInput/tags-input.js"></script> -->
<script src="assets/js/users/account-settings.js"></script>
<!-- END CUSTOM SCRIPTS FILE -->
3. https://designreset.com/cork/ltr/demo2/form_select2.html
WHAT SHOULD i DO plz to fix the problem ? thx
Dear emnaaziz,
It looks like you have not included the select2 files. Kindly, include those css and js files with its trigger js
Kindest Regards,
Design Reset Team
how to do this plz ?
Dear emnaaziz,
We have created a working example. Kindly download the file and paste it inside your admin file and then open the file in the browser.
Hope this helps 
with Regards,
Design Reset Team
Sorry, I wasn’t notified of your reply. The file in the link is expired. can u re-send it to me plz ? thx
Dear emnaaziz,
Re-created the download link. Download the file and paste it inside your admin file and then open the file in the browser.
Hope this helps 
Kindest Regards,
Design Reset Team
hi, I did as in the file but I had these errors:
Uncaught TypeError: $(...).select2 is not a function at user_account_setting.html:1634 DevTools failed to load SourceMap: Could not load content for file:///C:/.../bootstrap/js/bootstrap.min.js.map: System error: net::ERR_FILE_NOT_FOUND DevTools failed to load SourceMap: Could not load content for file:///C:/.../bootstrap/css/bootstrap.min.css.map: System error: net::ERR_FILE_NOT_FOUND
can u send me these files plz and how to solve the first error ?
thx
Dear emnaaziz,
Uncaught TypeError: $(...).select2 is not a function at user_account_setting.html
The error is because you are using select2 plugins but you are not inlcuding its files the files are already present inside the plugins/select2
Kindly share the screenshot and your code if the issue does not resolve.
Hope this helps 
Kindest Regards,
Design Reset Team
I included it. here is my code:
<!-- BEGIN CUSTOM SCRIPTS FILE -->
<script src="plugins/dropify/dropify.min.js"></script>
<script src="plugins/blockui/jquery.blockUI.min.js"></script>
<!-- <script src="plugins/tagInput/tags-input.js"></script> -->
<script src="assets/js/users/account-settings.js"></script>
script src="plugins/select2/select2.min.js"></script>
<script>
$(".nested").select2({
tags: true
});
$(".tagging").select2({
tags: true
});
</script>
<!-- END CUSTOM SCRIPTS FILE -->
and here is the CSS:
<!-- BEGIN CUSTOM STYLE FILE -->
<link rel="stylesheet" type="text/css" href="plugins/dropify/dropify.min.css">
<link href="assets/css/users/account-setting.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="plugins/select2/select2.min.css">
<!-- END CUSTOM STYLE FILE -->
Hello,
Thank s for sharing your code, we will get back to you with the solution.
Kindest Regards,
Design Reset Team
Dear emnaaziz,
We have check your files from our side and we dont get any error. Kindly check whether you have included .tagging element.
If not kindly inlclude that.
Hope this helps 
Kindest Regards,
Design Reset Team
where to include it plz ?
Dear emnaaziz,
We want to say that have you included the select tag with tagging class.
Below is the example.
<select class=”form-control tagging” multiple=”multiple”> <option>orange</option> <option>white</option> <option>purple</option> </select>
Kindest Regards,
Design Reset Team
here is my code:
<select class="form-control tagging" multiple="multiple">
<option>Gouvernorat</option>
<option>Ariana</option>
<option>Tunis</option> <option>Ben Arous</option> <option>Manouba</option> <option>Nabeul</option> <option>Sousse</option> <option>Sfax</option> <option>Medenine</option> </select>
Dear emnaaziz,
We have created a working example for you kindly download and paste it inside your cork admin files.
Hope this helps 
Kindest Regards,
Design Reset Team
I verified. It’s the same. The console displays the following errors:
Uncaught TypeError: $(...).select2 is not a function at cd_ajouter_conseiller.html:1697 DevTools failed to load SourceMap: Could not load content for file:///C:/.../bootstrap/js/bootstrap.min.js.map: System error: net::ERR_FILE_NOT_FOUND DevTools failed to load SourceMap: Could not load content for file:///C:/.../bootstrap/css/bootstrap.min.css.map: System error: net::ERR_FILE_NOT_FOUND
and here is my html source code https://pastebin.com/QckbKPxr
how to fix that plz ? thx
Dear emnaaziz,
The error is because of;
We have fixed the issue and modified your code script tag it have a missing < tag
script src=”plugins/select2/select2.min.js”></script>
Fix:
<script src=”plugins/select2/select2.min.js”></script>
Below is the code link:
Note:- Please share your whole code with us next to resolve the issue quickly and efficiently
Kindest Regards,
Design Reset Team
Hello, I needed to delete the dropdown language menu in the header so I deleted this block
<!—
German
Japanese —>
Français
English
but everything got messy. Which block I must delete ? thx
Dear emnaaziz,
To remove the language drop-down you have to remove “li” tag mentioned below.
- https://pastebin.com/si6KhcnR
If you still face the issue while removing the language dropdown. Kindly share a screenshot as well as the code.
Hope this helps 
Kindest Regards,
Design Reset Team
<div class="col-xl-12 col-lg-12 col-md-12 layout-spacing">
<form id="general-info" class="section general-info">
<div class="info">
<h6 class="">General Information</h6>
<div class="row">
<div class="col-lg-11 mx-auto">
<div class="row">
<div class="col-xl-2 col-lg-12 col-md-4">
<div class="upload mt-4 pr-md-4">
<input type="file" id="input-file-max-fs" class="dropify" data-default-file="assets/img/200x200.jpg" data-max-file-size="2M" />
<p class="mt-2"><i class="flaticon-cloud-upload mr-1" /> Upload Picture</p>
</div>
</div>
<div class="col-xl-10 col-lg-12 col-md-8 mt-md-0 mt-4">
<div class="form">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="fullName">Full Name</label>
<input type="text" class="form-control mb-4" id="fullName" placeholder="Full Name" value="Jimmy Turner">
</div>
</div>
<div class="col-sm-6">
<label class="dob-input">Date of Birth</label>
<div class="d-sm-flex d-block">
<div class="form-group mr-1">
<select class="form-control" id="exampleFormControlSelect1">
<option>Day</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
<option>14</option>
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option selected>20</option>
<option>21</option>
<option>22</option>
<option>23</option>
<option>24</option>
<option>25</option>
<option>26</option>
<option>27</option>
<option>28</option>
<option>29</option>
<option>30</option>
</select>
</div>
<div class="form-group mr-1">
<select class="form-control" id="month">
<option>Month</option>
<option selected>Jan</option>
<option>Feb</option>
<option>Mar</option>
<option>Apr</option>
<option>May</option>
<option>Jun</option>
<option>Jul</option>
<option>Aug</option>
<option>Sep</option>
<option>Oct</option>
<option>Nov</option>
<option>Dec</option>
</select>
</div>
<div class="form-group mr-1">
<select class="form-control" id="year">
<option>Year</option>
<option>2018</option>
<option>2017</option>
<option>2016</option>
<option>2015</option>
<option>2014</option>
<option>2013</option>
<option>2012</option>
<option>2011</option>
<option>2010</option>
<option>2009</option>
<option>2008</option>
<option>2007</option>
<option>2006</option>
<option>2005</option>
<option>2004</option>
<option>2003</option>
<option>2002</option>
<option>2001</option>
<option>2000</option>
<option>1999</option>
<option>1998</option>
<option>1997</option>
<option>1996</option>
<option>1995</option>
<option>1994</option>
<option>1993</option>
<option>1992</option>
<option>1991</option>
<option>1990</option>
<option selected>1989</option>
<option>1988</option>
<option>1987</option>
<option>1986</option>
<option>1985</option>
<option>1984</option>
<option>1983</option>
<option>1982</option>
<option>1981</option>
<option>1980</option>
</select>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="function">Function</label>
<select class="form-control" id="function">
<option>Coordinator</option>
<option>Head manager</option>
<option>Real Estate Agent</option>
</select>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="function">Status</label>
<select class="form-control" id="function">
<option>Active</option>
<option>Inactive</option>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
how to fix it plz ? thx
Dear emnaaziz
Below is the updated code;
- https://pastebin.com/k56BnRFA
Hope this helps 
Kindest Regards,
Design Reset Team
Nice theme please before i purchase i want to know if its possible to change the default color from blue to a color of my choice
Dear spytolink,
Thank you for contacting Design Reset.
Yes, you can change the colors of the layout as well as any cards or widgets. You can fully customize Cork Admin Template according to your own needs
Kindest Regards,
Design Reset Team
hello, I need to add social media icons (instagram and youtube) in user_account_setting.html where to find the corresponding svg ? thx
Dear emnaaziz,
You can download social media icons from flaticon, pixabay etc.
Kindly follow the links mentioned below :-
- https://pixabay.com/vectors/search/social%20media/
- https://www.flaticon.com/search?word=social%20media%20icons
Hope this helps 
Kindest Regards,
Design Reset Team
I downloaded svg icons but I didn’t know how to insert them in the html code ?
Dear emnaaziz,
Follow the instructions mentioned below :-
1. Download the svg file of the image.
2. Open the svg file in your editor.
3. Copy and paste the SVG code where you need them to be.
4. Apply the CSS code to that SVG, to set the height and width. ( If need )
Hope this helps 
Kindest Regards,
Design Reset Team
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="tiktok" class="svg-inline--fa fa-tiktok fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"></path></svg>P.S: I’m working on user_account_setting.html file, social section thx
Dear emnaaziz,
You can manage tiktok svg by adding height and width to it. Below is the jsfiddle link.
- https://jsfiddle.net/01jndtax/
Hope this helps 
Kindest Regards,
Design Reset Team
thx
You are most Welcome 
hello, where to change the color palette ? thx
Dear emnaaziz,
Thank you for contacting Design Reset.
If you are using SASS then you can change it inside base/_color_variables.scss
But,
If you are using CSS then you have to change it manually.
Kindest Regards,
Design Reset Team
603c2f8d-14ea-4378-b6ee-3f2116ff26c5 – 15 Nov 2020
I cannot upload the theme to my WordPress account. It error all the time. Please check and resend me the new package.
Hello giaquy,
Thank you for contacting Design Reset.
As we told you before that this Cork Admin Template is not a WordPress theme. It is an HTML and Laravel Admin Template.
You cannot upload it directly to WordPress. If you want to run this theme on WordPress then you have to program it according to your needs.
Kindest Regards,
Design Reset Team
The best of the best i like it so much man keep it up <3
Hello ismailt213,
Thank you for your appreciation 
Kindest Regards,
Design Reset Team
Hey,
we are using your cork template. now we like to use the flatpickr as date time picker. I followed the instructions of your documentation and your demo but I’m not able to get it working. The Inputfield only shows a “blocked” icon.
thanks for your help! Regards Markus
Dear Markus,
Check the following things.
1. Is there is any error in console.
2. Have you included CSS.
3. Have you included triggered function.
If this issue still the same kindly share a screenshot.
Hope this helps 
Kindest Regards,
Design Reset Team
hi i search with turkish characters i İ but i cant get right result, can you check this matter, thanks
Hello aunluirmak,
Thank you for contacting Design Reset.
What and where are you trying ti search in Turkish language?
Kindest Regards,
Design Reset Team
i search in datatables, it does not macth i and İ especially
Dear aunluirmak,
Kindly follow the links mentioned below
- https://datatables.net/reference/option/language.search
- https://datatables.net/forums/discussion/45395/how-to-change-the-search-language-option-dynamically
Kindest Regards,
Design Reset Team
Hi there,
i cannot upload your compressed file to wordpress, error all the time, please check and resend me the file.
Hello giaquy,
Thank you for contacting Design Reset.
This is not a WordPress theme. Cork Admin template is an HTML, Bootstrap and Laravel Admin Template.
Kindest Regards,
Design Reset Team
Do you have gulpfile for compiling sass files?
Hello acepmon,
Thank you for contacting Design Reset.
Yes, please check the procedure mentioned below;
- https://designreset.com/cork/documentation/installation.html
Kindest Regards,
Design Reset Team
I did follow your documentation but its not working. Gulp is literally asking for gulpfile configuration and your package did not provide any.
Dear acepmon,
Please check whether the gulp file is inside the HTML folder in Cork Admin Template (HTML version)
Also, if doesn’t work…can you share the screenshot of your folder structure.
Kindest Regards,
Design Reset Team
I downloaded again and found the gulpfile. I might have accidently deleted it. But I have new question. Why is the demo main.scss files don’t use color variables? and there are other files also that don’t use color variables.
My initial goal was to change to color code variable to make template wide effect. But you guys didn’t use the color variables and it is annoying for me to change every line of code. So do you have a version that uses color variables in the sass files?
Dear acepmon,
The main.scss file is also using sass variable. Can you please share, which demo you are using?
Kindest Regards,
Design Reset Team
I am using the demo5
Dear acepmon,
The main.scss file includes _base.scss but at some points the variables are not defined.
Thanks for your feedback. We will fix the issues in next updates.
Kindest Regards,
Design Reset Team
Is it possible for me to change the theme color. ? I need to change the light theme with green as the primary color. I’ll change it by my self, but teach me how to do it. Thanks
Dear ervan23,
If you want to change the color of structure (i.e header, sidebar/topbar and footer) then you can make changes inside structure.css or structure.scss
But,
If you want to change the color scheme of whole admin completely then you have make changes inside structure.css as well as main.scss
Kindest Regards,
Design Reset Team
there is no variable like $primaryColor $secondaryColor ?
Dear ervan23,
If you navigate through the base folder inside SASS you will notice _(files).scss in those files you can find the color variables.
Hope this helps 
Kindest Regards,
Design Reset Team
Hello, how to do to have the dashboard in 2 languages ? thx
Dear emnaaziz,
Kindly follow the links mentioned below;
- https://phrase.com/blog/posts/i18n-tutorial-how-to-go-multilingual-with-hugo/
Hope this helps:)
Kindest Regards,
Design Reset Team
hello,
I didn’tknow wether I must install Without Node.js or with node.js ?
thx
Hello emnaaziz.
Thank you for contacting Design Reset.
You can either install Cork through Node.js or work directly with the files. Node.js is not mandatory to install Cork Admin Template.
Kindest Regards,
Design Reset Team
in which case it is better to install it throug nodejs ?
Hello,
If you want to use gulp task manager, then you can use node.js otherwise, you can start working directly with the files.
Kindest Regards,
Design Reset Team
Dear princegoel072,
Yes, datatable is already included in the Cork Admin Template and you can create the table as you have mentioned in the image. Kindly follow the link mentioned below.
- https://datatables.net/examples/api/row_details.html
Kindest Regards,
Design Reset Team
If I purchase this template then will I get all the Menus design mentioned on the page https://preview.themeforest.net/item/cork-responsive-admin-dashboard-template/full_screen_preview/25582188?_ga=2.57723052.788097659.1604769620-1183246826.1602067379
Hello princegoel072,
Thank you for contacting Design Reset.
Yes, you will get all Demos with the purchase.
Kindest Regards,
Design Reset Team