1060 comments found.
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 where the actual issue is triggering.
Kindest Regards,
Design Reset Team
Just want to thank you for an awesome product you have made here. I am truly blown away and I really appreciate the updates with the new and simplified layouts. You rock
Hello paultitude,
Thank you for your appreciation and kind words.
Also, don’t forget to rate us 
Kindest Regards,
Design Reset Team
its support with laravel 8
Hello sumerp1,
Thank you for contacting Design Reset.
Laravel 8 version of Cork Admin will be available in 3 weeks time.
Kindest Regards,
Design Reset Team
Hi there, can you provide the toggle switch from dark to light theme present in enterprise admin theme? I mean provide like only the css needed just for the toggle. Thanks
Dear pedroventura,
The toggle functionality is inside app.js and loader.js
The CSS of dark layout of enterprise admin is inside dark/assets/css/ and dark/plugins/
Hope this helps 
Kindest Regards,
Design Reset Team
Hi I bought yesterday Cork admin template, and I want to use the HTML version with horizontal-light-menu. Please, where to find the topbar with border-radius as the horizontal of the Laravel version ?
Hello AryHouessou,
Thank you for contacting Design Reset.
We will include the older version of Cork next week with the download file. We will notify you once it is done.
Kindest Regards,
Design Reset Team
Thanks
Most Welcome 
Hello AryHouessou,
Cork Admin version 1.9.0 is included with the newly launched version 2.0
Links are mentioned below;
Cork version 2.0 – https://designreset.com/cork-admin/
Cork version 1.9 – https://designreset.com/cork-admin-old/
Kindest Regards,
Design Reset Team
Do you have documentation for icon usage?
Dear renataki,
Thank you for contacting Design Reset.
Feather Icons
There are two steps for Feather icons
1. Download the icon and open the icon file and paste the SVG into your HTML <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-dollar-sign"><line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path></svg>
2. Download the feather icon JS and link the file use the icon name inside the tag
Usage: <i data-feather="dollar-sign" /> <script> feather.replace() </script>
For more information kindly refer the Feather icons docs
- https://github.com/feathericons/feather#feather
Fontawesome icons
Link the CSS file and define the icon name inside the tag
For more information kindly refer the font-awesome docs
- https://fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use
Kindest Regards,
Design Reset Team
Hi! I already bought your themes and it’s impressive! Thank you for this great themes. But I have one problem, do you have example code of typeahead with PHP source for the `lookup`? The demo show data from js, but I want to get data from PHP API.
Dear crossvander,
Thank you for contacting Design Reset.
1. You can fetch data from database and encode it in array or json as the example does with countries. Follow the link mentioned below
- https://github.com/devbridge/jQuery-Autocomplete
2. You can use simple PHP and jQuery autocomplete. For that kindly follow the links mentioned below
- https://phppot.com/jquery/jquery-ajax-autocomplete-country-example/
- https://makitweb.com/jquery-ui-autocomplete-with-php-and-ajax/
Hope this helps 
Kindest Regards,
Design Reset Team
hi! Thanks for reply… I already done that number 1 solution yesterday… Big thanks btw… love your design
You are most Welcome
..... Thank you for your appreciation
Hi, do you have plans on implement dark mode in Webapp ? Thanks
Hello pedroventura,
Thank you for contacting Design Reset.
Not at the moment. We will try to implement Dark mode in Web App sometime in coming months.
Kindest Regards,
Design Reset Team
As a note, I am trying the new v2.0 download and the webapp demo at this point. The feather icon scripts are not called on the .html pages. I am not sure why you used the long version.. is this better or faster? it is harder to try to get the correct icon
<svg xmlns=”http://www.w3.org/2000/svg” width=”24” height=”24” viewBox=”0 0 24 24” fill=”none” stroke=”currentColor” stroke-width=”2” stroke-linecap=”round” stroke-linejoin=”round” class=”feather feather-map-pin”><path d=”M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z”></path><circle cx=”12” cy=”10” r=”3”></circle></svg>
to get around this I added the calls in the html of the pages to call the feather.min.js and added the replace script .. nnw this works..’
what is the reason for the svg tag version throughout the entire template, css etc.. instead of adding the short version ?
Dear pcwerx,
There are two methods for applying Feather icons:-
1. Download the icon and open the icon file and paste the svg into your HTML
<svg xmlns=”http://www.w3.org/2000/svg” width=”24” height=”24” viewBox=”0 0 24 24” fill=”none” stroke=”currentColor” stroke-width=”2” stroke-linecap=”round” stroke-linejoin=”round” class=”feather feather-dollar-sign”><line x1=”12” y1=”1” x2=”12” y2=”23”></line><path d=”M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6”></path></svg>
2. Download the feather icon js and link the file use the icon name inside the tag
Usage: <i data-feather="dollar-sign" /> <script> feather.replace() </script>
For more information kindly, refer the Feather icons docs;
- https://github.com/feathericons/feather#feather
We have used feather icons with the first step as it reduces the Page Loading Speed, Each time when you load the page it did not consume time to replace all the i tags ( from the second step mentioned above ) into svg format.
Hope this helps 
Kindest Regards,
Design Reset Team
Hello, I try to create new sections in new directories (bootstrap version), not as independent html, (I try it in demo 11) but when doing it the theme change switch does not work, that is, it creates and removes the light_mode cookie and refreshes the page, but the color change It is not done in internal levels, in the beginning it does work, I have tried in various ways but I can’t, could you please tell me how I should do it? Thanks.
Dear MWNS,
Could you share your code in which you have made changes with some screenshot that shows the issues.
Kindest Regards,
Design Reset Team
Hello, what I should have done is that when I create a new directory I check by php if the cookie light_mode exists or not and with that I change the url of the file as the case may be: when the cookie exists the url is light/assets/css/plugins.css but when it does not exist it is /assets/css/plugins.css .. question, could you tell me what would be the way to implement it in loader.js? Apparently, as it is when creating a new directory, loader.js loses reference to the url of the plugins.css file, causing the theme not to change. Thank you.
Dear MWNS,
When the theme switches itself the loader.js is also changing the path from /assets/css/loader.js to light/assets/css/loader.js and if it does it may not have exact same code to reload the theme.
Kindly check for the that issue and let us know whether you are also switching the JS files.
Kindest Regards,
Design Reset Team
Do not worry. Thanks. I have solved it.
Great 
Hello, i was trying Cork 2.0 on laravel package, all seem well.
I got error when i try ‘npm run dev’
the error are as below
This dependency was not found:
- D:\laragon\www\cork\resources\sass\assets\scrollspy.scss in multi ./node_modules/laravel-mix/src/builder/mock-entry.js …........
When i check i in resources/sass/asset folder, i only found scrollspyNav.scss but not scrollspy.scss.
Dear rasyidialwee,
Thank you for contacting Design Reset.
Kindly open webpack.mix.js file. There you will find
.sass(‘resources/sass/assets/scrollspy.scss’, ‘public/assets/css/’)
change the scrollspy.scss name to scrollspyNav.scss
Note: We have not updated Laravel version yet as it is still in development. Only bootstrap version is updated in Cork Version 2.
Hope this helps 
Kindest Regards,
Design Reset Team
Cant combine plugins/table/datatable/dt-global_style.css with form-control. Please fix it
Dear ralfiannor,
Thank you for contacting Design Reset
Could you explain the issue? What do you mean by combine? Are you having trouble on SASS compilation
Kindly share a screenshot of the issue or some more details related to it.
Kindest Regards,
Design Reset Team
Hi!, I like so much this template with the dinamic menu, but i like so much all the content of Equation Template. I have a question: Can I combine both templates? that is the menu of CORK with the content of EQUATION?
Hello LizardCreative,
Thank you for contacting Design Reset.
Equation and Cork are two different admin templates. Right now, it is not possible to combine both themes.
However in Cork, we are planning to introduce few more pages and sections namely ecommerce, file manager, profile and user contacts.
Kindest Regards,
Design Reset Team
Hi. I like the feel of your template. Quick question on your demo. The Saas and compact demo has the menu expand to a sub menu, but you need to click out on the page elsewhere to get the menu to close. Is there any way that when you move away from menu it self closes?
Hello pcwerx,
Thank you for contacting Design Reset.
You can try these two demos mentioned below, the menu close itself when you move away from it;
- https://designreset.com/cork/ltr/demo1/
- https://designreset.com/cork/ltr/demo2/
Also look out for our Cork Admin version 2.0 to be released this upcoming Monday.
We have made substantial changes to Demo 9 and Demo 10.
Kindest Regards,
Design Reset Team
Thank and great pre-sale support. Can I make the secondary menu of the demos I referenced collapse when a user exits them? I like those simple icon based left menu choices in those demos, I just do not want the user to need to click again to exit/close the 2nd menu…??
Hello pcwerx,
Yes, you can do that. You have to change the click functionality and enable hover functionality like demo 1 and Demo 2 mentioned above.
Once you purchase, we will help you out to create the desired functionality. It might take few hours from our side to provide you the code as we have to test it on our side and had to make sure it works without any issue.
Kindest Regards,
Design Reset Team
I went ahead and purchased your template. Is the new update coming tomorrow? I do not want to start until I get the next version!
Hello pcwerx,
Thank you for the purchase. Yes, the new version will be released tomorrow. We will notify you once it is live.
Kindest Regards,
Design Reset Team
Hello pcwerx,
Cork Version 2.0 is launched. Please check the link;
- https://designreset.com/cork-admin/
Kindest Regards,
Design Reset Team
In my laravel project i want to use bootstrap template demo9 can just help me how do i install
Hello imminent-labs,
Thank you for contacting Design Reset.
We are currently updating Cork Admin template to version 2.0 with major design changes. The new bootstrap version will be released next week.
We will then update Cork Laravel version 7 to 8 in 2-3 weeks time.
Also, if you want to convert any existing Bootstrap demo to Laravel, please follow the links mentioned below
- https://www.cloudways.com/blog/laravel-bootstrap-template-integration/
- https://www.youtube.com/watch?v=Kljm9P7JZbI
Hope this helps 
Kindest Regards,
Design Reset Team
When is bootstrap 5 + crm demo coming out?
Hello pcwerx,
Thank you for contacting Design Reset.
CRM demo will be launched next week. After that we will update the Laravel version from 7 to 8.
We will update Cork Admin Template to Bootstrap 5 soon after.
Kindest Regards,
Design Reset Team
Failed to load resource: the server responded with a status of 404 (Not Found) ca.png:1 why i’m getting this error when image is already in file
Dear imminent-labs,
In which cork version ( Bootstrap or Laravel ) you are have the issue. Kindly share your screenshot and demo details.
If you can share video details, it would be highly beneficial.
Kindest Regards,
Design Reset Team
hey, designreset i have to try to install bootstrap admin but ” gulp” are not installing i have try to install many way
Dear imminent-labs,
Let us know what errors you are facing.
Kindly share the screenshots of errors.
Kindest Regards,
Design Reset Team
Dear fahadbhatti90,
Yes, you will get Bootstrap version and Bootstrap + Laravel version.
Currently we are in process to update CORK Admin Template version 2.0 and it will be released soon. We will update Cork Laravel Version from 7 to 8 in two weeks time.
Kindest Regards,
Design Reset Team
Hello fahadbhatti90,
Cork Version 2.0 is launched. Please check the link;
- https://designreset.com/cork-admin/
Kindest Regards,
Design Reset Team
dear designrest
can suggest help me for set route better than me i have mention my route below
// Google login Route::get(‘login/google’, [App\Http\Controllers\Auth\LoginController::class, ‘redirectToGoogle’])->name(‘login.google’); Route::get(‘login/google/callback’, [App\Http\Controllers\Auth\LoginController::class, ‘handleGoogleCallback’]);
Dear imminent-labs,
The best way would be from the laravel docs itself.
- https://laravel.com/docs/8.x/socialite#routing
For more information
- https://laravel.io/forum/route-protection-with-socialite
Hope this helps 
Kindest Regards,
Design Reset Team