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.

Hey, can we setup a schedule to talk about how it want to modify this theme please.

Dear Riazrazu,

Thank you for contacting us.

Yes, we can schedule a call. Kindly contact us at ; info@designreset.com

Kindest Regards,

Design Reset Team

Hello dear designreset.

Why working on my app backend, I’ve noticed that most (if not all) pages of the horizontal light (most likely the dark too) have an issue with the Breadcrumbs where neither they are showing nor the title of the page does.

The issue seems to be related to (not sure if it is again the z-index or else) as the minute I remove it, I am able to show either the title or the breadcrumb correctly.

This is not an issue for me, just a friendly report as a matter of my 5 cents back.

Dear pcservicesca,

We will look into this issue and rectify this in future updates.

Kindest Regards,

Design Reset Team

Please do as I am pulling the HTML sources to build my custom LARAVEL and I really hope that the changes will be styles only. I am noticing also some code inconsistencies and strange things:

1. In some templates (e.g. component-notifications.html) there is a double class (lines 787 and 789) 2. In the head of the templates, in some the relation and type are written in the beginning, in others they are at the end.

Of course, these are not important nor crucial as during app development they can get easily unified and corrected the way we want them, I am just reporting them for your records if someone would work anyway on the theme ;)

Thanks for the feedback :)

hi, if i purchase the cork dashboard, will it be laravel or bootstrap or both? thanks

Dear manormoh6,

Thank you for contacting us.

Cork Admin Dashboard includes both Bootstrap and Laravel version.

Kindest Regards,

Design Reset Team

Can we use it with Bootsrap Studio?

Dear giwangunawan91,

Thank you for contacting us.

Cork Admin Template is not coded to work with Bootstrap Studio.

Kindest Regards,

Design Reset Team

Dear DesignReset.

I am trying to combine a modal from your example page with a custom form that contains a datepicker (date/time). It all works fine, however the problem is that the z-index is messed up somehow and my calendar appears under the modal window as well as under the overlay and technically I am not able to pick a date.

I’ve tried to add a high z-index set to 10000 !important in .flatpickr-calendar.open and .flatpickr-calendar as well as tested with auto, however after running npm run build it did not change much.

I would suggest you to have a modal that would contain one of every field types you have styled or at least to add to the documentation how we can deal with z-indexes as i’ve seen several others experiencing similar/same issues before me.

So could you please advise how can I ovecome this issue as I would like to use modal instead of building a custom view, routes etc. for a small form of 2 text inputs and 2 date ones?

Dear pcservicesca,

Sure we will get back to you. Kindly provide an example as well.

Kindest Regards,

Design Reset Team

Dear designreset, an email has been sent with a basic example demonstrating my issue. Please note that I am using the official styles of the template and nothing custom, so in the email I am only attaching the constructed HTML to demonstrate the issue, so just add the src/layout folders where those should be and you can test and observe the issue.

Thanks again for the quick and prompt communication. The after sale support is what would put you much ahead of any competition!

Dear pcservices,

We have updated your code by adding the following CSS mentioned below :

.flatpickr-calendar.open { display: inline-block; z-index: 9999; }

Download the file mentioned in the link below :

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

Also, we appreciate your feedback and we will discuss it with our dev team.

Hope this helps :)

Kindest Regards,

Design Reset Team

I have included jquery.dataTables.js to get all the basic functions of DataTables. Now the whole theme is broken. Suggestions?

Dear Loomes,

Thank you for your patience.

We have created an example that seems to work fine without destroying any design.

Kindly download the page mentioned in the link below and put the page inside your files

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

Screenshot view – https://prnt.sc/rvuLmgpKlB6m

Note: We have just included the alt-string.js file

Hope this helps :)

Kindest Regards,

Design Reset Team

As far as I can see, you just have excluded ‘jquery.dataTables.js’ and ‘jquery.dataTables.min.css’ from your example. The layout issues are coming from ‘jquery.dataTables.js’, not the plugin. But the plugin needs these 2 files, so as a result, the plugin won’t work. Did you test the image sorting in your example?

Edit: I just found the real issue, it’s the syntax. I included the plugin with ‘{ target: 1, type: ‘alt-string’ }’ and not ‘{ type: ‘alt-string’, targets: 1 }’ like you did. The way I did it, it only works with jQuery included and the way you did it, jQuery is not needed. That’s totally weird but well, it works now. Thanks for your help!

You are most Welcome :)

hello i love you work but i have a question is the mailbox application supposed to link to actual webmail or an internal mail system to be done using a database

Dear zeinsystems,

Thank you for contacting us.

You can link your mail with the internal mail system using a Database or you can also link with the webmail but, for that, you have to include webmail API or anything to connect with its database.

Kindest Regards,

Design Reset Team

is there github access to the template?

Dear espornajay,

Thank you for contacting us.

Currently, we do not provide any Github access

Kindest Regards,

Design Reset Team

Sorry, nevermind, I got an example item from the vertical menu and applied it to the horizontal so it is all good now and I don’t need any extra further need of assistance for now.

Dear Sirs,

I am trying to use the Admin Vertical Light Menu in my Laravel project I started locally and it all stood well so far, however the moment I try to remove a dropdown box from the horizontal menu, I am losing the onMouseOver drop menu activation for all other menus and the only way to open them is by click for open and close.

In the vertical menu you’ve provided an example of a no drop-down menu, however I don’t see a non-dropdown menu option available for the horizontal type.

Can you please advise me how can I use a simple menu without any navigations that does not break the rest of the menus that I’d like to keep the dropdown items?

Hi! I am trying to use snackbar in my website as documented here. /html/modern-light-menu/component-notifications.html

The problem is I am getting this error ” Uncaught TypeError: Cannot read properties of null (reading ‘addEventListener’) at add_notification (custom-snackbar.js:10:37) at custom-snackbar.js:18:1”

I am correctly passing the selector in custom.js :

let copybutton = document.querySelector(’#copysharebutton’); let sharelink = document.querySelector(’#sharetext’);

copybutton.addEventListener('click', () => {
});
let text = sharelink.textContent;
navigator.clipboard.writeText(`${text}`);
add_notification('#copysharebutton', {text: 'Example notification text.', duration: 100000});

The first time click doesnt work but it works second time. Any fix?

Dear jainnayan1194,

Thank you for contacting us.

Seems like the function is missing

Copy the function from the link mentioned below and paste it function at the top of your current .js file

- https://pastebin.com/xjNMQJh1

Hope this helps :)

Kindest Regards,

Design Reset Team

Hello DesignReset.

I must admit HONESTLY this is one of THE BEST ADMINS I’ve seen so far and tried. It has everything a respectful admin dashboard could need as well as it has a Laravel Starter kit which could eventually help Laravel enthusiasts to start faster.

I’ve had only one thing missing and I really hope it is something that can be achieved – it is the DATE RANGE input with time.. Example Start-Date/Start-Time and End-Date/End-Time. I see a huge benefit of having such input as there are some events that would need the input not only based on date of start/end but also the time and having such input would eliminate the need of having 2 fields for start and 2 more for end of events, especially when the range picker is already existing

Would you have something that I can combine Date/Time picker for the RANGE input?

OK, seems like I’ve found the issue. In your “CODE” listing block you only list the JavaScript we need to use, but not the form itself, so it was not clear that I needed to add the JavaScript behind a script tag in my footer and remove from there the custom_flatpicker.js.

Why would you include this file in PAGE SPECIFIC when you suggested earlier in the comments of some other person having the same issue to remove it and replace by the JavaScript code only?

As a suggestion, I would share the whole code for the widget (HTML + <script>..</script> part as that would really make it copy-paste and would prevent someone else asking the same questions as I did…

Now the question is, if I want to have multiple dates, how can I combine those, but since one is working fine, I can use your custom file as an example to see it working…

Btw, I can confirm that I was able to combine all the options needed and get the best of all – a Date/Time Picker with Range so if anyone needs to have a start-date/start-time and end-date/end-time in a single input field, feel free to use the following options:

var f3 = flatpickr(document.getElementById(‘rangeCalendarFlatpickr’), { mode: “range”, // enables the range enableTime: true, // enables the time picker dateFormat: “d-m-Y H:i” //example date change format });

Now that this is done, I will just need to obtain the date/time of start/end but that would be done easily using php so that I can populate all the needed values to the DB

Dear pcservicesca,

Thank you for your feedback.

We will look into it.

Kindest Regards,

Design Reset Team

Hello,

I bought this amazing template. however, i miss the Dual List Box. Is this not included?

kind regards, Bram

Dear btajaate,

Currently, the dual-list box is not available

but, you can add the following mentioned in the link below

- https://maykinmedia.github.io/dual-listbox/

- https://www.jqueryscript.net/blog/best-dual-list-box.html

Kindest Regards,

Design Reset Team

Hi I bought the cork template and I would like to know how to have the dashboard

Dear aissatouc

Thank you for contacting us.

Kindly follow the docs – https://designreset.com/cork/documentation/laravel/installation.html

Kindest Regards,

Design Reset Team

Hi, I still have a problem with getting the dark mode to work. Because at the beginning I had little time to analyze it, I made some changes in the helpers file to reflect the routes I needed. I think I messed it up and now, being poor at frontend I can’t get it to work again. If I chage the helper file I will get get_configuration missing error. I don’t want to post the links to my projekct so publicly. Is there any way I could contact you via email and then give my github repo link. Do you think you could have a look at this? Thank you in advance! Kris

Dear zappaciato,

You can contact us on info@designreset.com

Kindly provide us your CPanel or GitHub link

Kindest Regards,

Design Reset Team

Hi again.

Im trying to use the datatable fixed column but using the style of cork once scrolled horizontally the the content is still visible behind the fixed column. is it possible to fix it?

Dear ChibiCedric,

Can you share a working example? It would help us to understand the issue and provide a better solution.

Kindest Regards,

Design Reset Team

Hi this is the screenshot https://ibb.co/D55Rhtf

Dear ChibiCedric

It might be caused by white-space: nowrap; css property. We cannot provide you exact solution until you share a working example.

Kindly provide us a working example on jsfiddle or codepen.

Kindest Regards,

Design Reset Team

Hi, can you tell me how to use the barebone template with an horizontal menu? i have not find the way to do it.

Thanks,

Regards,

Dear salvadorva,

Thank you for contacting us.

Copy and paste the code mentioned in the link below

- https://pastebin.com/g9d2CGw6

and paste it inside resources\views\components\base-layout.blde.php

Hope this helps :)

Kindest Regards,

Design Reset Team

Dear Concern,

I’m newbie in Laravel. Using your theme to develop a project. can you please give me a tutorial to code sample how can I use SweetAlerts to any notification of form submission where notification comes from Laravel.

I’m in very problem can not under stand how to use Alerts/SweetAlerts/Notifications. Please help

Dear salmanomayer,

Thank you for contacting us.

Notification in Laravel can be created using the in-build notification feature -> https://laravel.com/docs/9.x/notifications

and

to use SweetAlerts2, navigate to resources\views\pages\component and open sweetalert.blade.php file. It contains all the necessary files to run SweetAlert2

Note: For more information kindly follow the link -> https://sweetalert2.github.io/

Kindest Regards,

Design Reset Team

Hi I tried installing laravel 9 version but upon installation I am redirected to the default laravel welcome page. Can you help me please?

Dear mrdot626

Thank you for contacting us.

Kindly follow the link mentioned below as it contains all the localhost/demo links at the bottom of the page:-

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

Kindest Regards,

Design Reset Team

apakah Bootstrap 5 Admin & Laravel 9 Dashboard Template bisa di kombinasikan dengan laravel starter kit or laravel auth ?

thank’s

Dear wawan123,

Cork Admin Template contains two versions Bootstrap 5 and Laravel + Bootstrap 5.

If your question is, does Laravel version contains bootstrap 5? The answer is “Yes” and you do not need to combine Bootstrap 5 and Laravel 9 versions.

Also, the Starter Kit presented inside the Bootstrap 5 is also available in Laravel 9 as well

Let us know if that’s what you want to know.

Kindest Regards,

Design Reset Team

is there already a login process with laravel 9 auth ?

Dear wawan123,

You can implement Fortify for Login and Register pages

Kindly follow the links mentioned below

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

- https://www.youtube.com/watch?v=c-4vJhYzlh0

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

Note:- Currently, we have not integrated any authentication so you are free to implement any authentication but, we recommend using Fortify.

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