1060 comments found.
Why didn’t you add RTL feature in the new version?
Dear menasoft,
Thank your for contacting us.
We will be adding RTL once all the layout’s will be launched.
Stay tuned for the upcoming updates 
Kindest Regards,
Design Reset Team
Dear menasoft,
The RTL versions are launched and is available with the package.
Please check the demo link mentioned below;
- https://designreset.com/cork/html/rtl/vertical-dark-menu/
- https://designreset.com/cork/html/rtl/vertical-light-menu/
- https://designreset.com/cork/html/rtl/collapsible-menu/
More versions and updates will be released this week.
Kindest Regards,
Design Reset Team
Hello Thats great work from you Thanks for that i have problem when i use yajra datatable with templete it work without format the table So how can i use it ??
Dear goda61,
Thank your for contacting us.
Could you please elaborate your query. What do you mean by “format the Table”.
Does yajra datatable has any format feature?
Kindest Regards,
Design Reset Team
This is w.r.t the Select element CSS : 1. when we include bootstrap-select and select2, js and css files the select element with class “selectpicker” is displayed twice. 2.when there are multiple select picker the options list is coming behind the select element (Example : there is a List of items we display and each row has a dropdown in such scenario its overlapping) 3. when select2 is used inside a modal,the options list is appearing behind the modal (hence we are not able to use Select2 in Modal)
Dear sharath8289,
Thank you for contacting us.
We recommend you to use Tagify and vanillaSelectBox plugin
- https://yaireo.github.io/tagify/
- https://github.com/PhilippeMarcMeyer/vanillaSelectBox
as select2 and bootstrap-select will conflict with each other.
Hope this helps 
Kindest Regards,
Design Reset Team
Can you tell me how to change the default height of the charts? I reviewed the documentation and I do all the steps requested by apexcharts, but at the moment of integrating it, your css style does not obey, can you explain to me how to modify the spaces and heights SEE HERE
https://drive.google.com/file/d/1KcJNZncPXEOM2g9f8jCW7tV_GUVJwmR9/view?usp=sharingDear jayala,
Thank you for contacting us.
Just want to let you know that our CSS does not conflict with any chart.
We expect that you are using the example below :
- https://apexcharts.com/javascript-chart-demos/radialbar-charts/semi-circle-gauge/
Kindly follow the link mentioned below :
- https://github.com/apexcharts/apexcharts.js/issues/832
- https://github.com/apexcharts/apexcharts.js/issues/561
Hope this helps 
Kindest Regards,
Design Reset Team
Hello In bootstrap export, I want to add the NOTPAD export option. How can I ?
Thanks
Hello Parth3012,
Thank you for contacting us.
Could you please explain your issue in detail, so that we can provide you the right resolution for this issue.
Kindest Regards,
Design Reset Team
I am using bootstrap export data table. Currently default export options are 1)Copy 2)CSV 3) Excel 4)Print
So I need another 5th option is as TXT.
Dear Parth3012,
Thank you for contacting us.
- https://datatables.net/forums/discussion/5381/how-can-i-export-a-table-as-a-txt-file
Hope this helps 
Kindest Regards,
Design Reset Team
Hello! I purchased this theme now a while ago but I am installing it trough laravel and everything works, database, login,etc.. But when I log on the dashboard, the cards and the UI is all moved and not like in the template.
Please let me know.. Thank you
Dear kodingangels,
Thank you for contacting us.
Kindly navigate inside the routes folder and open the web.php file.
Now, swap the file routers of the sales and analytics dashboard respectively.
Hope this helps 
Kindest Regards,
Design Reset Team
how to get into register? not able to go into register blade.
Dear haziqroslibiz,
Have you tried navigating through
authentication/register or authentication/register_boxed ?
Can you explain your issue?
Kindest Regards,
Design Reset Team
Hi, Seems im a bit new and im stuck on how to install, After create and run require laravel/ui I dont know what to do next as i port over the code from other project, how do i load javascript properly? Tried to include in layout but not happening and how can i install the webpack mix?
Dear haziqroslibiz,
Kindly follow the links mentioned below
1. https://stackoverflow.com/questions/43997928/javascript-file-does-not-load-properly-in-laravel
2. https://laravel-mix.com/docs/6.0/installation
3. https://laravel.com/docs/9.x/mix
Hope this helps 
Kindest Regards,
Design Reset Team
Hi I got variable that i want to pass from Controller, but if i pass that, the $page_name will throw out an issue. Tried to put two route::get together but seems not achievable. Can help? Code :
StudentsController: public function index() { $data1 = Student::all(); return view(‘pages.student.list’, [“data1”=>$data1]); }
Web.php : route::get(‘Students’, [StudentsController::class, ‘index’, function() { $data = [ ‘category_name’ => ‘datatables’, ‘page_name’ => ‘Students’, ‘has_scrollspy’ => 0, ‘scrollspy_offset’ => ’’,
];
return view('pages.students.list')->with($data);
Dear haziqroslibiz,
Thank you for contacting us.
Just add the variable inside the $data[] array.
Hope this helps 
Kindest Regards,
Design Reset Team
This is Urgent please, Upgrade to jQuery version 3.5.0 or later. I did it but not successful.
According to its self-reported version number, jQuery is at least 1.2.0 and prior to 3.5.0. Therefore, it may be affected by a cross-site scripting vulnerability via the regex operation in jQuery.htmlPrefilter.
Note that the scanner has not tested for these issues but has instead relied only on the application’s self-reported version number.
Solution: Upgrade to jQuery version 3.5.0 or later.
See Also https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ https://github.com/jquery/jquery/commit/1d61fd9407e6fbe82fe55cb0b938307aa0791f77Dear nicTasneem971581195159971525641719,
Thank you for contacting us.
Currently it’s not possible to upgrade the jQuery version as new Bootstrap version will be launched by the end of next week.
You can wait for the new version as the jQuery will be completely removed from it.
Kindest Regards,
Design Reset Team
Well Impossible is itself says I am possible. I change the version to 3.5 already. What you just have to do is to add the following line <script src=”https://code.jquery.com/jquery-3.5.0.min.js” title=”omit”></script> and remove the references of the 3.1 version.
Thank you for your feedback
Need a full screen option which hides everything opened in the system and just show the application backend UI which will be developed using AJAX
Dear arvindjkhr,
Thank you for contacting us.
For that you can use bootstrap modal and customize it accordingly.
Hope this helps 
Kindest Regards,
Design Reset Team
I have problem crash layout about this template in laravel 7.0 in page analysis and sales in dashboard menu ! I tried checking and it doesn’t seem to recognize the dash_1.css and dash_2.css file!
Dear quocthai0099,
Kindly navigate inside the routes folder and open the web.php file.
Now, swap the file routers of the sales and analytics dashboard respectively.
Hope this helps 
Kindest Regards,
Design Reset Team
Great job guys! That took me more than half a day because of this ✌️
Hello,
Have a documentation template like Cork Template?
Dear ekoseoglu ,
Please find documentation template below;
- https://designreset.com/cork/documentation/
Kindest Regards,
Design Reset Team
Hello Dev, I want to make Collapsible Light Menu’s sidebar stay open so I don’t have to hover it to see the menu.. what file that I have to edit ??
Thanks, have a nice day..
Dear yodymada,
Thank you for contacting us.
There are two methods to achieve that :
Method 1:
Kindly follow the steps mentioned below. In order to open the sidebar by default;
1. Remove the .alt-menu class from the body tag
2. Remove .sidebar-closed and .sbar-open from the .main-container div
Method 2:
You can use the Alternate Menu Starter Kit mentioned in the link below
- https://designreset.com/cork/ltr/demo1/starter_kit_alt_menu.html
Hope this helps 
Kindest Regards,
Design Reset Team
Hello I need the data table’s heading sticky when scrolling down.
Please help …
Thanks
Dear Parth3012,
Thank you for contacting us.
Kindly follow the links mentioned below.
- https://datatables.net/extensions/responsive/examples/column-control/fixedHeader.html
- https://datatables.net/extensions/fixedheader/
Hope this helps 
Kindest Regards,
Design Reset Team
Lots of broken graphs and layout. How do I fix?
https://imgur.com/TfHlQVWDear tschrupp,
Thank you for contacting us.
1. For image kindly run the - php artisan storage:link
- https://laravel.com/docs/9.x/filesystem#the-public-disk
2. Open the navigation inside to web.php and swap the routers of analytics and sales
Hope this helps 
Kindest Regards,
Design Reset Team
All the images are missing. Did I miss something? I am using the Vertical-Light-Menu
https://imgur.com/eeXNz3EDear tschrupp,
Thank you for contacting us.
1. For image kindly run the - php artisan storage:link
- https://laravel.com/docs/9.x/filesystem#the-public-disk
2. Open the navigation inside to web.php and swap the routers of analytics and sales
Hope this helps 
Kindest Regards,
Design Reset Team
hi, where I change the import header to excel “CORK Admin Template – HTML5 Export DataTables”. Thank you
Dear pennita,
Thank you for contacting us.
Inside your js just remove ‘pdfHtml5’ from buttons parameter.
Hope this helps 
Kindest Regards,
Design Reset Team
Will this code update its bootstrap version to 5?
Hello louixville,
Thank you for contacting us.
Yes, it will be updated to Bootstrap 5 in couple of weeks.
Kindest Regards,
Design Reset Team
Hi, I could not solve it with css. /cork/HTML/ltr/compact-menu/ => navbar not scroll in firefox. Can you help?
Dear machinist,
Thank you for contacting us.
Kindly check for the following .
1. The height of scrollbar is set by CSS
2. Check whether console have any error related to app.js
If the issue is unable to detect kindly share working example, video or screenshot
Hope this helps 
Kindest Regards,
Design Reset Team
Thanks for your interest and response. The error looks clear in the video. >> https://youtu.be/0wT_2ywdno8
Dear machinist,
Follow the link mentioned below
- https://stackoverflow.com/questions/55570029/infinite-drag-perfect-scrollbar-issue-in-firefox
If this does not work kindly update your browser.
Hope this helps 
Kindest Regards,
Design Reset Team