Discussion on Cork - Bootstrap 5 Admin & Laravel Dashboard Template

Discussion on Cork - Bootstrap 5 Admin & Laravel Dashboard Template

Cart 7,393 sales
Well Documented

designreset supports this item

Supported

This author's response time can be up to 1 business day.

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

hello, where can I MODIFy the calendar days and months(I need to translate them in french), also for titles (month, week, day) I need that the week begins in Monday. I need to odify the following label colors:
<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. 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

hello, I need to have a form field where I can Tag with multi-value select boxes. here is the original field html code:
<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,

We have created a working example for you kindly download and paste it inside your cork admin files.

- https://we.tl/t-SKSbDWT4jT

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>

- https://prnt.sc/vzn79u

Fix:

<script src=”plugins/select2/select2.min.js”></script>

- https://prnt.sc/vzn8ha

Below is the code link:

- https://we.tl/t-cBIVFIdw7f

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

  • flag <!—flag  German flag  Japanese —> flag  Français flag  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

    hello, I choosed the demo 2 and I modified “user_account_setting.html” and I had a problem of alignment and position as explained in the screenshot https://ibb.co/SQk2svh here is the html code of this block
    <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 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

    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?

    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

    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

    Your Template is awesome and good looking just for my need. Can I get the responsive datatable also? like mentioned in the below picture. When the table is big last fields hide to fit the table on screen and a plus (+) sign shows at the starting of every row to see the hidden field. link for sample image….. https://github.com/princegoel0/sample/blob/main/sample%20image.png

    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

    Hello princegoel072,

    Thank you for contacting Design Reset.

    Yes, you will get all Demos with the purchase.

    Kindest Regards,

    Design Reset Team

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve ThemeForest.

    Sure, take me to the survey