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.

How to have topbar from demo11 and sidebar from demo4, keeping the sidebar as secondary navigation?

Hello kmanojkumar,

Thank you contacting Design Reset.

We will get back to you with the solution.

Kindest Regards,

Design Reset Team

Dear kmanojkumar,

We have updated the demo 11 code with demo 4 sidebar. Below is the list of added codes.

1. Added sidebar HTML code.

2. Updated app.js with secondary_sidebar() insidebar toggleFunction.

3. Added the sidebar css.

Below are the paste bin links.

index.html -> https://astebin.com/1qLwT0t6

app.js —-> https://pastebin.com/q2fvPZqC

Note : – Kindly make a backup of your current files before implementing it.

Hope this helps :)

Kindest Regards,

Design Reset Team

I would like to know if it will be difficult for me to create new language files, if I can actually create this, there is a file that manages the language of all components, I saw that in the menu you have the possibility to change languages, the demo doesn’t work, exists or is it just an attraction

Hello rfaustino007,

Yes, Cork comes bundled with two version, Kindly check the link mentioned.

- https://designreset.com/cork-admin/ (Html, css and bootsrap)

- https://designreset.com/cork-admin-laravel/ (Laravel and bootstrap)

Kindest Regards,

Design Reset Team

Thanks

Most Welcome :)

How to make Select2 work on Modals. It seems to be not working on it.

Thank you!

Dear jvbalcita,

To apply select2 in Bootstrap Modal. Kindly follow the steps mentioned below.

1. Add select2 CSS and JS link.

2. Add select2 HTML inside the modal.

- https://pastebin.com/pM6VNcYV

3. Add trigger js for it.

- https://pastebin.com/vTKhiYGz

4. Update the select2 z-index in CSS

.select2-container { z-index: 1050; }

Hope this helps :)

Kindest Regards,

Design Reset Team

Hi Team,

Do you have an updated code to auto adjust the sidebar if it is too long?

https://imgur.com/WYshjg0

Dear jvbalcita,

Thank you for contacting Design Reset.

If you try to update the sidebar according to text then it might break responsiveness as default width of sidebar is 255px all the responsiveness are adjusted accordingly.

But,

You can convert larger text to dots.

Kindly follow the link mentioned below

- https://css-tricks.com/snippets/css/truncate-string-with-ellipsis/

- https://stackoverflow.com/questions/5606285/html-css-ellipsis

Hope this helps :)

Kindest Regards,

Design Reset Team

Hey

I did as the installation process wanted me to, but it seems some CSS is missing?

I am doing it through Laravel, and the vertical-light-menu.

What is happening, is basically that some CSS seems to be missing, and I haven’t been able to actually find what is missing.

I’m including some images here: https://imgur.com/a/cVq2siK

And for some reason, this only happens on the first two pages, I don’t see any CSS issues on any of the other views that come with the CORK ADMIN files.

Could it be possible that you know the solution?

Dear GodLess101,

Thank you for contacting Design Reset.

Navigate inside the routes/ folder and open web.php file

And swap the dashboard view to dashboard2 and dashboard2 view to dashboard.

Hope this helps :)

Kindest Regards,

Design Reset Team

I updated the laravel version to Laravel 8 and i got these error

Cannot read property ‘toLowerCase’ of undefined

Dear rasyidialwee,

We have checked the video. It would be great if you share the repo.

Kindest Regards,

Design Reset Team

Dear rasyidialwee,

We are still working on this from our side. We will get back to you in some time.

Kindest Regards,

Design Reset Team

Hi there.

I try to compile the scss file from demo9 into laravel project and i got this error when i compile.

Error : https://imgur.com/w5sk85f I try to find the error, its found it on the _modules-widget-activity-two.scss file. If i comment out this red line, it will work, otherwise it will error.. https://imgur.com/McEgARl

please help. Thanks.

Dear mrputera,

It looks like you have not defined the variable or you are using post css with cssnano

Kindly follow the links mentioned below

- https://github.com/JeffreyWay/laravel-mix/issues/2775

- https://stackoverflow.com/questions/61522396/module-build-failed-from-node-modules-sass-loader-dist-cjs-js

- https://github.com/webpack-contrib/postcss-loader/issues/65

Hope this helps :) If you have further query, do let us know.

Kindest Regards,

Design Reset Team

Wonderful theme. Any word on when could I expect a React launch?

Hello yor1001,

Cork Version 2.0 is launched. Please check the link;

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

Kindest Regards,

Design Reset Team

Hey, Thanks for the update. I’ll check it out!

Hi sir, please check our table in the link: http://cork.quickms.xyz/nagmani/qqmcork/audit.html We tried our best to create a large wide table with the help of cork template. Can you please check any alternate solution. Whenever the table is scrolled right, it is being scrolled with pagination button along, which makes it feel boring.

Dear jemsheedth,

Thank you for contacting Design Reset.

Follow the steps mentioned

1. Remove table-responsive class from your HTML code.

2. We have updated the JS code mentioned in the link below.

- https://pastebin.com/Yy1JeqjV

3. We have also remove the hover effect from the table row to prevent scroll on hover by default

Hope this helps :)

Kindest Regards,

Design Reset Team

hi, how can I switch between dark and light mode in theme?

Hello serkanyalcin,

Thank you for contacting Design Reset.

We have already created a demo with switch function. Please check the link below;

- https://designreset.com/cork/ltr/demo11/

Hope this will Help ;)

Kindest Regards,

Design Reset Team

Yes, that’s exactly what I want to do. But I am using demo 4. So how can I do the same on my own site?

Dear serkanyalcin,

Below are the steps for making demo 4 dark mode work

1. Copy all the dark files/folder ( except HTML files ) from demo 3 ( which is the dark version of demo 4 )

2. Navigate to demo 4 and make a folder with the name “dark” and paste all the files and folder of demo 3 inside that folder.

3. Navigate to demo 11 and open the app.js file inside assets/js/ and find “switchFunctionality” function inside it.

switchFunctionality.onChange();
switchFunctionality.setDefaults();

Apply the code inside demo 4 app.js

4. Open demo 11 loader.js file inside assets/js/ and copy the whole code.

Apply the code inside demo 4 loader.js

5. Now add the switch inside demo 11 to demo 4.

Note:- The steps mentioned above are overview to apply demo 11 dark mode to demo 4 you may find some errors. If you do kindly let us know.

Hope this helps :)

Kindest Regards,

Design Reset Team

Hi, I am using it in my Custom Standard Modal Project in demo 6 Package I am using bootstrap 4.5 files in demo 6 I also Included assets / css / components / custom-modal.css as modal css All Menus Become Passive When I Just Click the Button Modal

https://i.hizliresim.com/G4cLLa.png

I Can’t Choose Because Modal Does Not Come To The Front I am using index.html file as Layout How Can I Solve This Problem?

Dear ibrahimayhan,

Could you please share a screenshot or make a video while using browser inspect. As your html code is right the main problem would be in css.

Below is the example screenshot.

- https://prnt.sc/xyv0x0

Hope this helps :)

Kindest Regards,

Design Reset Team

I Shot A Video To Explain The Problem I Have, Please Check It

https://youtu.be/IOC_ng1nhlY

Dear ibrahimayhan

You have applied the button and modal inside the sidebar. Applying modal inside the sidebar reduces it’s z-index in compair to it overlay and that is not a right procedure to apply modal.

Solution:

You should apply the modal where;


1. body start

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>CORK Admin Template - Modals UI Kit</title>
    </head>

    <--- Add Modal here --->

2. before body end

    <--- Add Modal here --->

       <!-- BEGIN GLOBAL MANDATORY STYLES -->
        <script src="assets/js/libs/jquery-3.1.1.min.js"></script>

3. leave it where it was before.

    Leave the the modal inside .main-content -> Custom section

Hope this helps :)

Kindest Regards,

Design Reset Team

Olá tudo bem? Sou do Brasil e comprei o template, e mexendo encontrei um bug na parte do ‘apps_todoList’ Ao tentar inserir ou editar, o campo de compose ou melhor dizer descrição não deixa escrever, fica se apagando quando começa escrever.

Hola tecnosi,

Thank you for contacting Design Reset.

We have checked the issue from our side and it seems to work fine. Could you please share a video of the issue.

Kindest Regards,

Design Reset Team

Dear Author,

I need some support with one of the graphic objects in the theme which I bought. The object name is ‘mixed-chart’ (library: plugins/apex/custom-apexcharts.js & plugins/apex/apexcharts.min.js), it is able to trend multiple vectors. In my case, each vector represents a physical measurement, which means different scales. I found a way to plot two-scale, but I need to plot the same number of scales as the measurements involved. Can you help me? Thank you in advance.

Dear stefanoanzilotti,

Thank you for contacting Design Reset.

To increase the number of plot data you have add more series

In the link mentioned below we have attached a example code.

- https://pastebin.com/rYYKiXW3

Remember to update stroke.width as well which is currently -> width: [0, 4, 4, 0] where as 0 is for column and 4 is for line.

Kindest Regards,

Design Reset Team

Hello. Firstly, I want to say that you did a great job with this template. It is amazing, looks great and has all the features I need. I am in need of one additional feature in this template if that is possible. Is it possible for you to add a photo and video gallery page? Thank you in advance. Looking forward to get a response from you.

Hello turalxasiyev,

Thank you for your appreciation.

We will try to include video and photo gallery page soon. It will not come with upcoming update which is due next week, but we will try to introduce these pages very soon.

Kindest Regards,

Design Reset Team

there is no html for error input like in login page, can you send to me?

solved

Hi. We always get this error message even the DB creds are correct in .env. The below error happens, when we click admin login button.

Illuminate\Database\QueryException SQLSTATEHY000 Access denied for user ‘admin_cork’@’localhost’ (using password: YES) (SQL: select * from `users` where `email` = admin@cork.com limit 1)

Dear jemsheedth,

It look’s like you have not provided any login in database.

Follow the docs it’s mentioned on step 8 with 2 options.

Docs -> https://designreset.com/cork/documentation/laravel/installation.html

Hope this helps :)

Kindest Regards,

Design Reset Team

Hello, Thanks for creating create templates.

Will you release this template with Laravel 8 + Jetstream package?

Hello rasyidialwee,

Thank you for contacting Design Reset.

Yes, we will be launching Laravel 8 version soon. We will try to integrate the Jetstream package also.

Kindest Regards,

Design Reset Team

Hi. We were using pixelcave oneui template before. Now we have shifted to cork version. We first put our repo in the github and start work from there by cloning from repo to dev server. So after cloning the composer install is not working. Instead it is asked to create a new laravel and then copy the template to the created project. But in this case in future, if we need to deploy the project to production server directly, what would be the procedure?

Dear Team,

How to expand and collapse Accordion on button click ?

Regards

Dear DejaVu909,

It’s already inside bootstrap docs.

Kindly follow the link mentioned below.

- https://getbootstrap.com/docs/4.5/components/collapse/#example

Hope this helps :)

Kindest Regards,

Design Reset Team

Thank you so much !!

You are most welcome :)

hello, can you share with me, what is the best way to use this template in Laravel 8-Jetstream package.

Dear rasyidialwee,

Thank you for contacting Design Reset.

Kindly follow the links mentioned below.

- https://www.youtube.com/watch?v=WdRquJJyQJI

- https://jetstream.laravel.com/2.x/introduction.html

- https://devdojo.com/bobbyiliev/what-is-laravel-jetstream-and-how-to-get-started

Hope this helps :)

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