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.

In table_dt_basic.html file pagination is not working properly. Steps: (1) open table_dt_basic.html file. (2) by default displaying 7 rows in table, now click on page number 4 of table. (3) change result(paging) from 7 to 10. Output: Displaying only 7 rows. It should display 10 records.

Dear pinak7821,

Its because the data has 27 list and the datatable is working fine. Try to count the table data and then you will get what’s happening.

Kindest Regards,

Design Reset Team

Yes, I know there is 27 records and datatable is working fine until we are not changing table length which is by default is 7. Please follow the below steps: (1) Click on 4th (last) page of datatable and now change page length from 7 to 10. then count table row. Please check this screenshot: https://ibb.co/FXKTbV4

Dear pinak7821,

We have checked your screenshot and the count is still 27 total.

As you have said that navigate to page 4 and then change the value from 7 to 10. So after that the page will show 7 data on the last page i.e. now page 3. But when you count 1 and 2 page it still 10 as expected.

Hope this will helps :)

Kindest Regards,

Design Reset Team

Hi i cant change the content from the charts on the index.html page. Wich page they can be modify? Thanks

Dear h_heine,

Thank you for contacting Design Reset.

The charts can be edited from inside assets/js/dashboard/dash_1.js or dash_2.js. Depends which chart/widget and dashboard you are using.

Kindest Regards,

Design Reset Team

Hi my charts are getting diferent from the cork style in the widget page. I am using django do build a plataform and i dont know why this is happening. Thanks

Hello h_heine,

Thank you contacting Design Reset.

Please provide us screenshot as well as code.

Kindest Regards,

Design Reset Team

Hi. After installing when entering it redirects me to public / sales. produces the error:

Not Found The requested URL was not found on this server.

Dear gereval,

Thank you for contacting Design Reset.

Kindly provide a screenshot of the error as well as let us know whether you have created a database.

Kindest Regards,

Design Reset Team

log

[13/Oct/2020:13:06:20 0500] “GET /scop/public/ HTTP/1.1” 302 1515 “” “Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safa> [13/Oct/2020:13:06:23 0500] “GET /scop/public/sales HTTP/1.1” 404 453 “” “Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 >

.env

DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=financiera DB_USERNAME=root DB_PASSWORD=**

mysql

mysql> show tables; ---—- | Tables_in_financiera | ---—- | failed_jobs | | migrations | | password_resets | | users | ---—- 4 rows in set (0.01 sec)

Dear gereval,

So, your database name is financiera. It looks like the database is stored in cache. That’s why it is showing this error.

Try to clear the cache as if it gives same error and kindly share a screenshot.

Kindest Regards,

Design Reset Team

Hello guys. I recently bought Cork and I have a problem with the Select2 plugin. This problem occurs even in demo1, demo2, etc. that you include in the package. When I try to select an option, a right “margin” or “space” appears increasing the screen size (also increasing the size of the menu). When clicking on another element, the “margin” disappears. (https://ibb.co/Bry9qq3) I would like to solve this problem. It is quite annoying for users. Thanks a lot.

Dear coinnoz,

Thank you for your feedback. We will fix the issue in upcoming update.

The issue is because of .select2-container having width:100%;

Kindly set the width to auto.

But,

setting the width to auto will effect the width of select from full width to auto.

Hope this helps :)

Kindest Regards,

Design Reset Team

I tried installing with NodeJS using the documentation. Gulp is installing but not running. Getting an error (No gulpfile found). How can I fix this?

Hello dangiiwa,

Thank you for contacting Design Reset.

Can you please share screenshot with us.

Kindest Regards,

Design Reset Team

Can I use this with a nodejs backend?

Hello dangiiwa,

Thank you for contacting Design Reset.

Yes, you can use it with a nodejs backend as it a HTML template.

Kindest Regards,

Design Reset Team

Alright. great then.Thank you

You are most Welcome ;)

Hello I am trying to purchase this template for an Agritech software. I will be using it to look at weather, GIS, and IoT analytics. Please which license should I purchase?

Hello dangiiwa,

The extended license is if you create a product out of “Cork Admin template” and sell copies of it to your customers or clients.

Kindest Regards,

Design Reset Team

Okay. Perfect. I will go ahead and purchase the standard version. Thank you.

You are Welcome :)

I am creating a React app using this layout. The issue I am having is that when you’re on mobile, when you click a link in the sidebar, the sidebar does not close. I need it to close since I am rendering the page dynamically, so I need the sidebar to close when a link is clicked from within it.

Dear ManaPot,

We do not have working hands on react we can suggest you should attach a click function to the like that close the sidebar when user click to open new page.

Hope this helps :)

Kindest Regards,

Design Reset Team

Yes, I have tried doing that. I have spent 4 hours trying to get an “onClick” function to work to close the sidebar (even copying the code that you have to handle opening/closing sidebar with the ‘hamburger icon’).

Can you please assist or give me code to make it work. It is not exactly a React problem. Please show me how, as I have already wasted more time than I would like on such a simple thing..

I see in “app.js” there is:

$(’.sidebarCollapse’).on(‘click’, function (sidebar) { sidebar.preventDefault(); $(Selector.mainContainer).toggleClass(“sidebar-closed”); $(Selector.mainHeader).toggleClass(‘expand-header’); $(Selector.mainContainer).toggleClass(“sbar-open”); $(’.overlay’).toggleClass(‘show’); $(‘html,body’).toggleClass(‘sidebar-noneoverflow’); });

I have tried adding the “sidebarCollapse” class to the links, that didn’t work. I have tried copying the above code and putting a different class handler on it, still didn’t work. I’ve tried everything that makes sense to me, and your layout still won’t close the sidebar when I click on a link.

laravel version available?

Dear AhmedMnsoor

Yes, Cork Admin Template includes Laravel version.

Please check links for laravel version mentioned below;

- https://designreset.com/cork-admin-laravel/

Kindest Regards,

Design Reset Team

As there is mentioned that (PHP files) are included, you mean by this which file that is related to what?

Dear nasimrasoli,

It includes Laravel PHP file such as example.blade.php etc.

Kindest Regards,

Design Reset Team

How to hide sidebar in demo4 by default?

Dear anirban_themeforest,

To hide the sidebar by default

Add [.sidebar-closed] and [.sbar-open] class to [.main-container].

and

Add [.alt-menu] class to the body.

Kindest Regards,

Design Reset Team

Hello guys , thanks for your awesome temp .. but i have got a problem while installing .. im installing the laravel version and i have my own laravel app already running to went to your guide and installed everything as you said in the documentation then once i logged on my application it took my to the login page , after logging in it took me to the JetStream page and all your pages was not found .. when i go to localhost:8000/sales it shows the JetStream temp page and i can’t even access anywhere but the login page and that’s it any help ?

Dear devhazemmahmoud

Try to swap the file name of dashboard.blade.php and dashboard2.blade.php with each other.

Hope this helps.

Kindest Regards,

Design Reset Team

Yeah it worked well … thank you very much for your time and help.

You are most Welcome :)

Hi, I would like to know if there is a way to change the “main color” theme (ex: from blue to orange or green) – thanks.

If that is not possible, it would be great to at liste change the side bar “active” class colors (background and font color), anyway to do it easly ?

Thanks a bunch, best regards, G.R.

Hi ! Thank you so much for your prompt reply ! I tried changing “background-color” on many sidebar defined elements but I can’t manage to have it work. To be more precise, what I’m trying to achieve is to have some menus/categories from the side bar have different colors (they could be “warning”, “danger”, “info” etc. themed). Any help would be greatly appreciated.

Best regards, G.R.

Hi, I don’t know why, but it now works as supposed. I am so sorry for giving you trouble with this

Dear dogward,

The problem may be because of cache. Clear the cache and refresh page again.

Hope this helps :)

Kindest Regards,

Design Reset Team

I’m planning to develop a website with Django framework. This website is based on portal for students and teachers. Can I use this “Cork – admin dashboard template” as template for frontend of my portal while using Django on backend?

Hello sailemadni,

Thank you for contacting Design Reset.

Yes you can use “Cork – admin dashboard template” as front for your portal. You have to purchase standard license of Cork Admin Template.

Kindest Regards,

Design Reset Team

Hi, I was wondering why there is no right-side-menu template with dark theme which I saw on themeforest demo page, thanks.

Hello josueyat,

Thank you for contacting Design Reset.

Please find links mentioned below of all right-side-menu templates with dark theme;

- https://designreset.com/cork/rtl/demo3/

- https://designreset.com/cork/rtl/demo8/

- https://designreset.com/cork/rtl/demo1/

All above templates are included within the downloaded files

Kindest Regards,

Design Reset Team

Hi,

Can i remove links from footer?

Hello ogunal,

Thank you for contacting Design Reset.

Yes, you can remove links from footer.

Kindest Regards,

Design Reset Team

Could you extend your datatables pages with an example using the select plugin (https://datatables.net/extensions/select/) with checkboxes (https://datatables.net/extensions/select/examples/initialisation/checkbox.html) that look like those on https://designreset.com/cork/ltr/demo7/table_dt_custom.html but not using <input type=”checkbox”> but a styled class named “select-checkbox” and :before and :after pseudo elements.

From the documentation example on the datatables page () : “The checkbox is not an <input type=”checkbox”> element, but rather a CSS that uses the :before and :after pseudo elements of the cell to draw a box and the tick.”

Thanks!

Dear Neoos,

Thank you for contacting Design Reset.

The examples we have provided in the link mentioned below

- https://designreset.com/cork/ltr/demo7/table_dt_custom.html

are the same as

- https://datatables.net/extensions/select/examples/initialisation/checkbox.html

But you can try the following

The code mentioned below refer to our custom table


headerCallback:function(e, a, t, n, s) {
    e.getElementsByTagName("th")[0].innerHTML='<label class="new-control new-checkbox checkbox-outline-primary m-auto">\n<input type="checkbox" class="new-control-input chk-parent select-customers-info" id="customer-all-info">\n<span class="new-control-indicator" /><span style="visibility:hidden">c</span>\n</label>'
},

Update the the code to


headerCallback:function(e, a, t, n, s) {
    e.getElementsByTagName("th")[0].innerHTML='<input type="checkbox" class="new-control-input chk-parent select-customers-info" id="customer-all-info">'
},

Hope this helps :)

Kindest Regards,

Design Reset Team

Thanks but I think it’s different. The “select” plugin (https://datatables.net/extensions/select/) is an extension for datatables to take care of selecting/deselecting rows easily. Your custom code (https://designreset.com/cork/ltr/demo7/table_dt_custom.html) does not include/use the select plugin but separate checkboxes. the “select all” checkbox does not select rows on the next page etc.

I think what would be necessary is “only” to change the following styles (from the select plugin CSS) to match the nice checkbox style of CORK:

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox { position:relative }

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after { display: block; position: absolute; top: 1.2em; left: 50%; width: 12px; height: 12px; box-sizing:border-box }

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before { content: ’ ’; margin-top: -6px; margin-left: -6px; border: 1px solid black; border-radius:3px }

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after { content: ’\2714’; margin-top: -11px; margin-left: -4px; text-align: center; text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9 }

Dear Neoos,

Yes, you can change the style if you think that the select plugin would be better for your use.

Kindest Regards,

Design Reset Team

Good morning. Today I purchased a product from you (Equation – Responsive Admin Dashboard Template) and I have the following question. Can I install the admin panel for my client on an almost current license and charge for the website installation and preparation? One license for one customer, of course. And can I change the footer to my client’s company?

Can I buy a license for my website and make a demo of this admin panel? As a show that I can use this in my products (of course, a separate license for each client)

Regards, Mateusz Jakubiec

I can explain: My client wants your admin panel and bought a license for it and can I adapt it for him for a fee? In addition, can I buy customer licenses and charge for installation, change of contents in the furnace, etc.

buy customer licenses i mean can I buy Regular License for my client and change some text etc, on the site. (he’ll pay me for my labor)

Hello Gloweres,

Thank you for contacting Design Reset.

Yes you can do changes/edits for your clients. Make sure that each client must buy a separate license.

Hope this helps :)

Kindest Regards,

Design Reset Team

All is goot, thank you.

You are most welcome :)

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