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 Team, would like to understand how would i pass the uploaded file from multi file upload to api?

Already Replied…. Please check

when you’ll make this template for angular version?

Hello truslabs,

Thank you for contacting Design Reset.

We are currently working on Laravel version. In future, we may develop an angular version of Cork Admin Template.

Kindest Regards

Design Reset Team

Hi Design Reset. I’m trying to understand the grid system. I felt your documentation much simple on this topic.

May you help me to understand this: <div class="col-xl-4 col-lg-6 col-md-6 col-sm-6 col-12 layout-spacing" />

Dear boizaum

Thank you for contacting Design Reset.

The grid system is a bootstrap default.

X : Denotes numeric value between 1 to 12. Default bootstrap grid value.

1. col-xl-[x] – Means 1200px and above

2. col-lg-[x] – Means between 1199px and 992px

3. col-md-[x] – Means between 991px and 768px

4. col-sm-[x] – Means between 767px and 576px

6. col-[x] – Means between 575px and below

For more information kindly refer the link mentioned below:

a) https://getbootstrap.com/docs/4.5/layout/grid/#grid-options

b) https://www.w3schools.com/bootstrap4/bootstrap_grid_system.asp

Kindest Regards

Design Reset Team

Thank You!

You are most Welcome :)

Thanks for the answer, maybe I didn’t explain my problem well, I apologize for my English. I know how to send data to the db mysql, I just wanted to know how to store the image file in my server folder using dropify, eventually I could pay for a script already configured ready to send the file on the database and in the upload folder on the server. Thanks anyway

Dear Sergian,

Thank you for contacting us once again. We have gone ahead and created an example regarding your issue.

1. In order to get the name of the uploaded file. Kindly check the links mentioned below.

- > index.php – https://pastebin.com/mGbr4q56

- > test.php – https://pastebin.com/vii1FRhw

2. To upload file to the server use move_uploaded_file() PHP function. Kindly follow the links mentioned below.

a) https://www.google.com/search?q=move_uploaded_file&oq=move_uploaded_file&aqs=chrome..69i57j0l7.383j0j7&sourceid=chrome&ie=UTF-8

b) https://www.w3schools.com/php/func_filesystem_move_uploaded_file.asp

c) https://stackoverflow.com/questions/18929178/move-uploaded-file-function-is-not-working

Kindest Regards,

Design Reset Team

Hi, I purchased the tpl Admin Cork and it is excellent, I have used other templates but yours is much more elegant and functional.

I would have a problem with a Dropify plug-in for uploading images, Unfortunately there are no tutorials to understand how to use the upload. Thanks for your help

It would help me if yours I had a tutorial to suggest.
I would like to store the path of the images on mysql db.

Dear sergian,

Thank you for contacting Design Reset.

If you upload an image and inspect the browser you can see the value of uploaded image in data URI form inside div.dropify-render.

Upload the whole value to the database follow the links mentioned below to know how you can upload the value to the database.

http://people.cs.ksu.edu/~hankley/d764/tut06/GopisettyPHP.html

Hope this helps:)

Kindest Regards,

Design Reset Team

hi,

I’m following the documentation but i dont understand where it says: ” Extract the admin dashboard to your suitable directory or folder” i open the downloaded files and i cant find it, thanks

Dear zivo13,

Thank you for contacting Design Reset.

The line “Extract the admin dashboard to your suitable directory or folder” means that extract the zip file that you have just downloaded i.e. cork.zip, and after that place it to any folder for further development (like localhost -> htdocs)

Hope this helps :)

Kindest Regards,

Design Reset Team

Hi, I love your theme and I bought it as I saw your source code and liked the way you write your code at a lot of places. Respect!

I had a small query. I’m using the contact app in demo 7 and was facing an alignment related issue when the name column gets longer. I’ve added a sample image here – https://imgur.com/iBYvPMZ.

Any suggestions on making them look a bit aligned?

Dear colosseumtech,

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

Till that here is a quick suggestion try to convert the contact in list view into a table format using CSS.

Note: Do not change the HTML to table tags.

Follow the link mentioned below.

1) https://stackoverflow.com/questions/33471997/how-can-i-create-a-table-without-the-regular-table-tag

2) https://wisdmlabs.com/blog/responsive-tables-using-css-div-tag/

Kindest Regards,

Design Reset Team

Good evening, how are you? I have a query, can I use the light and dark version on the same website? Try to create a folder “dark” and another “light” with the files of each template, but apparently the “plugins” also have their separate css in the “plugins” folder, is there an easy way to do it? Thank you

Dear juanbastidas,

Thank you for contacting Design Reset.

Here is the simple way

Let suppose if you are using demo3 – vertical dark

and demo4 is its light version i.e vertical light

So what you have to do is to just copy all the CSS of demo4 into demo3 folder

but, before that make a new folder first inside

demo4/assets/css/[new-folder]

Lets name the [new-folder] into [light].

so copy all the light version CSS files of demo4 inside the light folder.

Note: we are not creating dark folder because you will have to change the path of the demo3 CSS links in all files.

Now do the same in the js folder as well as the plugins folder.

After completing all these.

You can dynamically change the location of folders on button click and save the information to database using any dynamic language (like PHP, Ruby, Python, etc)

Hope this explanation helps :)

Kindest Regards,

Design Reset Team

Hi there. In the demos presented, your built-in apps do not work. I would like to see if they will work when I purchase it. They are intact when I am on that certain page, and I can make changes to it, but once I leave that page it auto-resets.

Dear billyliang09,

Yes it will reset the data when it’s refreshed or if you navigate to other page.

Its because Cork Admin Template is a Frontend Admin Template Project not the Backend project it virtually store the data once refreshed it reset.

So to make thing work and save information inside database you have to convert it into a backend project with using dynamic languages ( like -> PHP, Ruby, Python, etc )

Kindest Regards,

Design Reset Team

Oh, i see. Just one question. Does Design Reset sell the backend php/mysql for this template>

Hello billyliang09,

No, at the moment we do not have any back-end template in php/mysql.

Kindest Regards,

Design Reset Team

Hello, I hope this message finds you wll. I have a problem with chart widget. I am using demo4. The problem is when the chart is displayed the chart line goes out of the widget box, check this image https://imgur.com/m6sKiJ4

but when page size changed, for example when I maximize the page, the chart displayed fine, check this image https://imgur.com/78pxjhs

Thank you,

Dear aymanmu,

Thanks for your feedback.

Try to reload all the charts after 2 seconds of page load is completed.

Hope this would help :)

Kindest Regards, Design Reset Team

Hi,

how can i use my own svg/img files as icons on the sidebar?

<svg../svg> don’t get showed correctly

Hi, thank u again.

maybe my english is not clearly enough :) but i try now with pictures:

i the demo3 sidebar we have two entries Maps and Charts:

https://imgur.com/IMBrwl9

yet i want to change the icon of Charts to this:

https://imgur.com/Nei8yrS

with this svg tag:

<svg clip-rule=”evenodd” fill-rule=”evenodd” height=”512” stroke-linejoin=”round” stroke-miterlimit=”2” viewBox=”0 0 24 24” width=”512” xmlns=”http://www.w3.org/2000/svg”><g transform=”translate(93.858 -29.917)”><path d=”m97 51.917h16.358c.663 0 1.299.263 1.768-.732.468-.469.732-1.105.732-1.768 0-4.323 0-16.5 0-16.5 0-.552-.448-1-1-1s-1 .448-1 1v16.5c0 .133-.053.26-.147.354-.093.094-.221.146-.353.146-4.299 0-16.358 0-16.358 0-.552 0-1 .448-1 1s.448 1 1 1zm.858-12v7c0 .552.448 1 1 1s1-.448 1-1v-7c0-.552-.448-1-1-1s-1 .448-1 1zm12-5v12c0 .552.448 1 1 1s1-.448 1-1v-12c0-.552-.448-1-1-1s-1 .448-1 1zm-4 6v6c0 .552.448 1 1 1s1-.448 1-1v-6c0-.552-.448-1-1-1s-1 .448-1 1zm-4-3v9c0 .552.448 1 1 1s1-.448 1-1v-9c0-.552-.448-1-1-1s-1 .448-1 1z”/></g></svg>

when i just change the svg into Charts to his on top, i get this image:

https://imgur.com/5fhouEE

so what i should do to get this correctly rendered like other feather icons on the sidebar?

i have to modify the structure.css i think..

or show me how use an image tag instead an svg as an icon on the siebar

Dear Chahine4,

Thank you for contacting Design Reset.

To change the color or height or width kindly you have made changes in strucutre.css file

Find CSS code below inside structure.css file


#sidebar ul.menu-categories li.menu > .dropdown-toggle svg

Note: We have used [color: #000] CSS property to make color changes in SVG but in your case you have change [fill: #000] CSS property.

Kindest Regards,

Design Reset Team

Please give me your mail to do it together becuase i dont know how to have all files in my project .. and if i use something is not the sime view like here

Hello Micowow123,

Thank you for contacting Design Reset.

Our contact; info@designreset.com

Kindest Regards,

Design Reset Team

Hi please help me how can i add the template in my project ? the documentation dont help me

Already replied… Please check your email.

Kindest Regards, Design Reset Team

Good morning, Please how do I start the application with a closed sidebar? I couldn’t find it in the documentation. Thank you

I found, thank you

You are most Welcome :)

Hi there – just bought Cork and we are excited to get going. I have a question on the Calendar. In your other theme you have a card/widget that displays one month of the calendar in a card block. Is this available for Cork? Thanks, Zac

Dear travelfreely,

Thank you for contacting Design Reset.

Are you asking for the calendar that we have implemented here

- https://designreset.com/preview-equation/default/user_profile.html

If yes,

So, we have to tell you that we have removed that calendar and instead you can use our CORK ADMIN calendar app which gives you the power to add, edit, delete the event, and much more.

- https://designreset.com/cork/ltr/demo4/apps_calendar.html

Kindest Regards,

Design Reset Team

Hello – yes exactly. However, on the Equation theme, there are several options listed on this page – https://designreset.com/preview-equation/default/apps_basic_calendar.html – that have one month views as small blocks that we could utilize on a dashboard to give people a one month glance at their calendar. I do not see these same options with Cork. Is it there, or is there a way to do this?

Thanks.

Hello, how can i add to the datatables a custom button ? https://i.imgur.com/3kmpS4v.png

Dear mionoeldavis,

Thank you for contacting Design Reset.

Kindly follow the link mentioned below

https://datatables.net/extensions/buttons/custom

Kindest Regards,

Design Reset Team

Hello,,

i have some issue

unreachable code after return statement. app.js:51:28

and

Source map error: Error: request failed with status 404 Resource URL: http://localhost:8081/bootstrap/js/bootstrap.min.js Source Map URL: bootstrap.min.js.map

i using template demo9 and file starter_kit_blank_page.html

how i fix it?

thanks

Dear muchanto93,

Thank you for contacting Design Reset.

Please check the code again or provide your code to us HTML, JS, CSS. Especially check your bootstrap.js whether it is included properly.

Note: Also share the screenshot with code.

Kindest Regards,

Design Reset Team

Hi, I imported started template and started working on it. But When I try to copy the code for wizard, I don’t get it. I have imported the css files and js as well. Can you please help me?

https://ibb.co/dWxFV8H

Dear yogeshojha11,

Kindly check the HTML structure and also have you triggered the steps function.

$(“selector”).steps();

Hope this helps :)

Kindest Regards,

Design Reset Team

Please tell me, can I make 5 videos in one row here in this section? https://designreset.com/cork/ltr/demo6/component_lightbox.html

can I make 5 photos in one row here in this section?

Hello Ivan,

Yes you can, you have to adjust/apply Grid to accommodate 5 photos in a row.

Kindest Regards,

Design Reset Team

Hello designreset Support,

would it be possible that you could help me to add an “AutoScroll to top” for the datatables. Unfortunately I can’t do this with the help of the documentation “https://datatables.net/blog/2019-06-21#Implementation”.

I would be very happy about your help.

With kind regards

Adminroot

Dear Adminr00t,

You want a scroll to top functionality. So when your data row has a large amount of data and after scrolling down, you click on the pagination then you automatically navigate to top. right?

The link you have provided works fine.

Have you attached the dataTables scroll to top plugin js?

//cdn.datatables.net/plug-ins/preview/scrollToTop/dataTables.scrollToTop.min.js

If yes,

Kindly go through the link mentioned below;

1) https://stackoverflow.com/a/21627503/5516725 [ Check the js fiddle answer ]

2) https://stackoverflow.com/questions/35687735/datatables-scroll-top-on-page-change

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