Discussion on Cork - Bootstrap 5 Admin & Laravel Dashboard Template

Discussion on Cork - Bootstrap 5 Admin & Laravel Dashboard Template

Cart 7,395 sales
Well Documented

designreset supports this item

Supported

This author's response time can be up to 1 business day.

1060 comments found.

Hi , I need HTML Version , just plug and play , dont need to install any thing like gulp etc. Just HTML version.

Hello phpdeveloper100,

Thank you for contacting Design Reset.

Cork Admin Template contains basic HTML, CSS and JS files. You don’t need to install anything in order to work with the HTML version.

Hope this Helps. If you have further query, don’t hesitate to ask.

Kindest Regards,

Design Reset Team

Hello! Tell me, please, how can I insert a video into your template? For example a video from YouTube or Vimeo. Using a link or code. I could not find this section in your template. I would like the video to be responsive on all devices.

Thank.

Hello Ivan-Photovideo,

Thank you for contacting Design Reset.

Right now, we don’t have any specific section to insert Youtube or Vimeo Video. You have to create a page yourself using our starter kit, link is mentioned below;

https://designreset.com/cork/ltr/demo4/starter_kit_breadcrumbs.html

Kindest Regards,

Design Reset Team

Thanks for the answer. And how can this be done? Can I use your lightboxes? Can I insert video codes in them? Are your lightboxes adaptive? Will the video display correctly in your lightboxes?

Hello Ivan-Photovideo,

Thank you for contacting Design Reset.

Yes, you can use lightbox but you have to write your own JS to include it and work.

If you have further Query, please don’t hesitate to ask.

Kindest Regards, Design Reset Team

Hello! Tell me, please, how can I insert a video into your template? For example a video from YouTube or Vimeo. Using a link or code. I could not find this section in your template. I would like the video to be responsive on all devices.

Thank.

Replied to this Question above :)

Hi, I’m interested in theme but I’d using it for laravel and I see you are working on a laravel version too. Could you please confirm if the laravel version would be part of this theme license or a separate one?

Hello vijaichander,

Thank you for contacting Design Reset.

Laravel version will be included in this theme only.

Kindest Regards,

Design Reset Team

Thanks!

Hi

A very useful part of many web applications is the ticketing system. You have a chat interface that is useful for messaging between users but ticketing is for keeping records of customers requests from the provider. Could you add this to your template?

Hello mhusseini1986,

We mentioned that you can use these tables to create ticketing system. However, in future we will try to integrate full ticket system in apps section.

Kindest Regards,

Design Reset Team

WHMCS has a great ticketing system which you can evaluate to help you design the ticketing interface.

Thanks for your suggestion. In future update, we will take design reference from it.

Kindest Regards,

Design Reset Team

could you please add a file management system :)

Hello mionoeldavis,

Thank you for contacting Design Reset.

Your suggestion is useful. We will add file management system in future.

Kindest Regards,

Design Reset Team

Hi, i’m developing a Blazor App using this theme.

I have some issues with Select2 plugin with CORK.

When using Select2, the input it’s not showing disabled/enabled correctly. It’s not changin the color to grey, and also the mouse pointer it’s not changing.

Another issue is in validation. The Select2 border is not changing to Red, and the validation-feedback it’s leaving an MB-4 margin bottom it’s not looking good.

Can you review this?

We are using all like it’s in the demo files.

Dear MatiasBordoy,

Thank you for contacting Design Reset.

Below mentioned are resolution regarding your issues;

[1] Select 2 -> Yes, We have added .mb-4 bootstrap class.

https://1drv.ms/u/s!AsQ4oF1zqFZFiFuRL5phtOOpqS3J

[2] Select Disabled -> The class is already added in main.css. Make changes as per your need;


input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #f1f2f3!important;
    color: #acb0c3;
}

But for further change add the following css code mentioned below. As per your need;

.new-control.new-checkbox.checkbox-success>input:checked[disabled]~span.new-control-indicator {
    /* opacity: .1; */
    background: #bfc9d4;
}

Hope above resolution Helps :)

Kindest Regards,

Design Reset Team

Thanks for the response. Here are my comments:

1) Select2 margin issue: Ok. Personally I think that the original plugins should not be modified, because if we later want to update the plugin we lose those changes. I think this can be done in another CSS file. But I will remove the .mb-4 boot class and that fixes the issue.

2) Select2 validation and disabled issue: I see that we have the class in main.css, but it’s not working for select2. Remember that select2 creates an <spam>. That spam has not the red border when validation error ocurres in form submit. And also that spam it’s not getting the ‘disabled’ style defined in main.css that you mention.

I couldn’t fix this. I see that you have modified the plugin select2.min.css. That’s bad because if i update the plugin, it fixes me the disabled issue (not the validation issue) but i lose all the cork style. This should be in another css (maybe in main.css)

3) Checkbox disabled issue: I tried the css code you provided but it didn’t worked.

But i have added this css code:

/Checkbox Disabled Behaviour/ .new-control.new-checkbox > input:disabled ~ span.new-control-indicator { cursor: not-allowed; background-color: #f1f2f3 !important; color: #acb0c3; pointer-events: all !important; }

This worked for me.

Awaiting response for select2 issues. Thanks in advance for your support.

Dear MatiasBordoy,

Select2 validation and disabled issue;

For select 2 Validation: Kindly refer to the following links mentioned below;

[1] https://medium.com/@ajtech.mubasheer/validating-select2-with-jquery-validation-plugin-32b5c4a1eb5e

[2] https://stackoverflow.com/questions/23825135/how-to-make-select2-work-with-jquery-validation-plugin

Select 2 Disable option: For disabling select to kindly use [disabled=”disabled”] attribute in HTML with options. Complete disabling of select 2 is not available.

Thanks for the feedback i.e. related to the modification of the plugin. We will fix this in next update.

Kindest Regards,

Design Reset Team

Hello, I asked you about not working on safari, it gives error when loading with safari, and when we set up with codeigniter in crm. Can you help me? I sent support but did not receive feedback.

https://drive.google.com/open?id=1fZ7wd3bMFTFqMeGOI1IY44Unl-FR6dmP

Hello Weboox,

Awaiting response from your side. Please check above message and respond so that we can help you asap.

Kindest Regards,

Design Reset Team

Hello, ok.

Hello, I asked you about not working on safari, it gives error when loading with safari, and when we set up with codeigniter in crm. Can you help me? I sent support but did not receive feedback.

https://drive.google.com/open?id=1fZ7wd3bMFTFqMeGOI1IY44Unl-FR6dmP

Message already replied…Please check

Hi! thank for this amazing design!

i have a problem with sweetalert.

i cant change the position of the alerts. All of them are displayed on the center.

example:

swal.fire({ position: ‘top-right’, title: ‘Error!’, text: error.message, type: ‘error’, padding: ‘2em’ })

the position attribute will be ignored..

Thank u for helping me!

Dear Chahine4

The position attribute is not working because it has been added in the new version of sweetalerts. We will fix that in the upcoming version of CORK Admin Template

Kindest Regards,

Design Reset Team

Hello

Is there a way to stretch the forms in demo7 so it uses the full page?

Thanks in advance

Dear DylanDD,

Thank you for contacting Design Reset.

Look for grid maybe it is set to col-6 or something like that, if so kindly change it to col-12

Hope this helps :)

If it does not help you, next time kindly send us more details through the screenshot.

Kindest Regards,

Design Reset Team

Hi team,

I noticed you have a lot of hard-coded colors inside your sass/assets scss files, that somehow are represented in the _color_variables.scss. This way I cannot fully control the color templates along the SCSS compiled files.

Can you change this in your next version? Meaning, to have all the colors that are connected to the _color_variables.scss as variables in the scss files and not hard-coded RGB codes.

Thank you.

Dear bfalcao,

Thanks for your feedback. We will fix it in the next update.

Kindest Regards,

Design Reset Team

Hey, is there any GitHub page for your template, then join me “patel@devalkoradiya.in”

Hello techOkop,

Thank you for contacting Design Reset.

Right now, we don’t have any Github page.

Kindest Regards,

Design Reset Team

How do you disable the color palette switcher? i.e. <aside id=”colorPallet” class=”color-pallet show”>

Dear nucleusltd,

Thank you for contacting Design Reset.

To remove the color pallet go through the app.js.

Scroll to the bottom of the page.


Inside init function remove -> createPallet(), setColorPallertTimer(), setcolorScheme().

init: function() {

    colorPallet.createPallet();         ------Remove
    colorPallet.setColorPalletTimer();  ------Remove
    colorPallet.setcolorScheme();       ------Remove

}

After this, remove the following functions inside init function refresh the page and now you can see that the color pallet has been completely removed.

But,

If you are completely sure that you do not need the Color Pallet in future, kindly remove the unused code of color pallet.

And for that,

Remove colorPallet and Cookies function completely from app.js


var colorPallet = {

    ........................
    ........................

}

var Cookies = {

    ........................
    ........................

}

That’s it.

Hope this helps :)

Kindest Regards,

Design Reset Team

Thank you

You are most Welcome :)

Hi there, great template! Congratulations :)

I am in need of a “Page” example for video tutorials. Like The video player, a zone with the tutorial lessons for the user to choose, a bottom zone with social buttons like “like”, “share” ... a description in the bottom too, etc.

Any plans for you to include a page like this? Just to know if I should invest in doing it myself or not.

Also, the Laravel version do you know when it will be released? Thanks.

Hello Bfalcao,

Thank you for contacting Design Reset.

We have no plans right now to add a page like you asked, as we are busy in developing Laravel version of Cork Admin Template.

It will take approx. 30-40 days for the Laravel version to go live.

TailwindCSS is a great framework and we would like to work on it after launching Laravel version.

Kindest Regards,

Design Reset Team

Thanks! Another quick question: I see a lot of animations everywhere. The hover in the buttons, the menu sub-items, etc. How can I disable all the elements animations since on my case I prefer not to have them? Can you locate me where I should go to disable them, if it’s JS or on SCSS. Thanks

Dear bfalcao

To remove the animations from sidebar, button or any element you have remove the transition property.

Location of files to remove animation is mentioned below;

1) For sidebar -> structure.css

2) For button or any element -> main.css

Kindest Regards,

Design Reset Team

Do you have documentation on how to connect graphs to the site? That is, that the graphs would display real data from the database.

Hello Filenko,

Thank you for contacting Design Reset.

We have used Apex charts in Cork admin Template. Please follow the apex chart documentation mentioned below to integrate it with back-end to display real-time data.

https://apexcharts.com/docs/creating-first-javascript-chart/

Kindest Regards,

Design Reset Team

Hello, the theme does not run on safari, what do I do?

https://drive.google.com/open?id=1fZ7wd3bMFTFqMeGOI1IY44Unl-FR6dmP

91f0a67f-25ee-4e30-808b-2338a1759246

Hello Weboox,

We have thoroughly checked on our side and everything is fine. Infact we have checked on two different MacOS and two different safari versions as mentioned in the link below;

1) https://www.dropbox.com/s/6fvd29in0aog4et/Screenshot%202020-04-28%2022.30.25.png?dl=0

2) https://www.dropbox.com/s/zypy3yb2rqz4hcl/Screenshot%202020-04-28%2022.31.51.png?dl=0

From – Browserstack.com

3) https://imgur.com/5ZJ38CK

4) https://imgur.com/fPEbG1W

Hope this will Help.

Kindest Regards, Design Reset Team

Good 1. They will have a guide on how to implement File Upload in laravel https://prnt.sc/s7liny or a guide on how to implement dronpzone to the topic.

2. They do Front-end jobs

Can you provide this template for Laravel?

Hello Deepak13,

Thank you for contacting Design Reset.

We are currently developing Laravel version of Cork Admin Template.

We will inform you once it is live.

Kindest Regards,

Design Reset Team

Hi, May i know what causing i get the below error? jQuery.Deferred exception: Cannot read property ‘offsetTop’ of undefined TypeError: Cannot read property ‘offsetTop’ of undefined

Dear sheung92,

Thank you for contacting Design Reset.

Please check the link mentioned below for your resolution;

https://pastebin.com/iqZmGNUN

Hope this resolution will help resolve your query. If you have further query, please don’t hesitate to ask.

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