Discussion on Midone - Tailwind 4+ HTML Admin Dashboard Template

Discussion on Midone - Tailwind 4+ HTML Admin Dashboard Template

Cart 2,292 sales
Well Documented

Left4code supports this item

Supported

This author's response time can be up to 2 business days.

447 comments found.

hi,

where can I find the content of side-menu-light-tabulator.html?

I would like to change the content of the table.

Hi wulf1983,

Please check the ”/src” directory not ”/dist”, the ”/dist” directory is a compiled file of ”/src”.

You can check the webpack config at “laravel.mix.js” to see the compile configuration.

Best Regards, Left4code Team

Oh Sorry – my bad. thx

You’re welcome, have a great day.. :)

Best Regards, Left4code Team

Hello, I bought a Midone template. I want to use tabulator table. I could not find any document about this. Sample data is pulled from your site. Can you give me a document and an example of how to use it? Regards.

I found it while researching. Thank you.

Hi Salihbilgin,

Thank you for contacting us, I’ll be more than happy to help you.

Let me know if you have any other questions.. :)

Best Regards, Left4code Team

Hello Developer,

Great works. I found on demo that Wizards section http://midone.left4code.com/side-menu-light-wizard-layout-1.html not yet works.

I’m interested to buy it but waiting the completion

Hi f41z,

Thank you for taking the time to contact us, I’ll be more than happy to help you.

We purposely made the wizard form without javascript, since you may need a serverside or clientside validation, ajax post or something else to move from one form to another.

So we only provide UI designs, because everyone’s needs are different, hopefully this helps.

Best regards, Left4code Team

hello, hope you have a nice day. anyway, why the tail-select empty validation not working (not showing the warning)? it skipping the validation to the next empty field, https://prnt.sc/w8t266 even when i use ‘required’ attribute, it prevent to submit the form, but also not showing the warning on the field.. been searching on documentation but i found nothing, please help.. thank you.

Hi, we have customers that we need to show them various custom data.

for example: How much profit were there from their business this month, how many surfers came to their site this month, etc.?

By and large what we need is for each customer to have their own dashboard with different data. Is this possible with your system?

Hi lidorkasar,

Thank you for taking the time to contact us, I’ll be more than happy to help you.

Yes, it’s possible. But please note that this project is only HTML template. You need another customization to make it able to show dynamic data or reports.

Hope this helps.

Best regards, Left4code Team

Hello,

I have some questions. 1. How to bind a function “on modal close” event in javascript? 2. Which modal library you use? Where can I get its manual? 3. May I have the list of the component plugin name that use in the project?

Thank you for your support Best Regards

Hi prartje,

Thank you for taking the time to contact us, I’ll be more than happy to help you with this.

You can use the following methods to show, hide, or toggle the modal programmatically.

// Show modal cash('#programmatically-show-modal').on('click', function() { cash('#programmatically-modal').modal('show') }) // Hide modal cash('#programmatically-hide-modal').on('click', function() { cash('#programmatically-modal').modal('hide') }) // Toggle modal cash('#programmatically-toggle-modal').on('click', function() { cash('#programmatically-modal').modal('toggle') })

Since TailwindCSS doesn’t have any components shipped, We made our own library for modal, dropdown, and accordion. You can check the source code at ”/src/js/”, all of the options and plugins features has been shown on the demo page.

All of the used package dependencies are available at “package.json” complete with the version used.

Don’t hesitate to contact us if you had another issue or trouble related to template installation. Hope this helps.

Best regards, Left4code Team

Hi @Left4code, i just integrated the template with Nuxtjs and I realize that the dropdown to display the sub-menus does not work. best regards

Hi ricken07,

Thank you for taking the time to contact us I’ll be more than happy to help you.

The Midone HTML uses cash-dom library to modify DOM element which has almost the same API as jQuery. Since you use Nuxtjs to render your element, there’s might have a chance for the side menu js code to be executed before the DOM is rendered.

So you have 2 options here:

1. First make sure to run the js side menu code after the DOM has rendered, you can check the side menu js code here ”/src/js/side-menu.js”.

2. Rewrite the side menu js code to Vue/Nuxt declarative code, this is why we make the Vue version of this template.

Hope this helps.

Best regards, Left4code Team

How to open modal with javascript?

Hi prartje,

Thank you for taking the time to contact us, I’ll be more than happy to help you.

You can use the following functions: // Show modal cash('#programmatically-modal').modal('show') // Hide modal cash('#programmatically-modal').modal('hide') // Toggle modal cash('#programmatically-modal').modal('toggle')

Hope this helps.

Best regards, Left4code Team

Hi, can you please tell me is it possible to use submitHandler method for Jquery validation plugin? I think that .validate() is not working (validation works only through html attributes, but direct call is needed for ajax forms). Thank you

Hi dp41646,

Thank you for contacting us, I’ll be more than happy to help you.

Yes, it’s possible. You can check ”/src/js/validation.js” to see the Pristinejs implementation.

Hope this helps.

Best regards, Left4code Team

Hi, I have purchased this design. Online it looks fine but when run local after download then in browser it shakes on load to adjust the controls while rendering. Not giving the smooth look like it is when explore online.

Your urgent support required in this regard.

Thanks

Hi fahadhashmi1982,

Since I can’t reproduce the issue, it seems like I need to see your project online, can you upload your code?

Best Regards, Left4code Team

Hi, right we will reconnect with you after sometime.

Thanks

Hi fahadhashmi1982,

Sure, that would be great.. :)

Best Regards, Left4code Team

Hello I liked the design of the template, I just bought it but I’m having problems using it with NuxtJs, can I get support?

Hi ricken07,

Thank you for reaching out to us, I’ll be more than happy to help you.

May I know your issues?

Best regards, Left4code Team

I’m using the template with laravel and I see there is a new version available with tailwind v2 support. Do you have any specific instructions for updating the template?

Hi noimad1,

You can install the latest Tailwind version by running this command.

yarn remove tailwindcss postcss autoprefixer yarn add tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9

And replace all the assets from new version to your project (Be aware to not replace your custom code). Final step, adjust “Tailwind.config.js” from the new version to your project.

You can check this link to see what’s new on Tailwind 2. https://tailwindcss.com/docs/upgrading-to-v2

Hope this helps.

Best regards, Left4code Team

Nice layout. I see no need to force the user to click the LEFT NAV to open children when a mouseover should suffice.

Hi Avoli,

Thank you for your suggestion.. :)

Hello, need help, the tail-select “Search” function not working in mobile browser. im trying both Chrome and Safari.. i also trying “Request Desktop Site” in chrome, still not working.

Hi diand_el,

I just checked your issue and found out it was an issue with the TailSelect plugin. Please check these related links:

https://github.com/pytesNET/tail.select/issues/104

We will make an update patch to fix this on the next version. However you can fix that issue right now by adding this to your css/scss file.

.tail-select input { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; }

I’ve tested on safari 14.0.1 and it’s working well. Hope this helps.

Best regards, Left4code Team

Thanks. Problem solved!

You’re welcome, happy to help.. :)

where is the xd file? i bought coz i need the xd + html files..

Hi there,

Thank you for taking the time to contact us, I’ll be more than happy to help you.

You can find the design file at “design file” directory from the download package. Let me know if you can’t find it.

Hope this helps.

Best regards, Left4code Team

thanks for quick response, i found it. but somehow the ui kit is not complete. i cant find some component such as input text field, button, tab, container etc?

We apologize for that, since the XD design file is provided as a bonus file to accomplish many buyer request, for now we have only included 1 dashboard page with main colors and used fonts.

We have planned to release another pages with multiple dashboard designs in the future, and will make and update regularly.

Best regards, Left4code Team

Hi there,

Is there anything I can help? :)

There’s a big blank area at the bottom of the pages on Firefox

Hi alfrosello,

Thank you for reaching out to us.

Sorry, I can’t reproduce your issue. Can you send us a screenshoot or other details? It will helps a lot, thank you.

Best regards, Left4code Team

Hello, how to make tail select always on top when dealing with other box? https://prnt.sc/vky7aw

Hi diand_el,

Thank you for reaching out to us.

Looking at your issue, I can confirm it caused by css box animation attached to second box after the tailselect box wrapper.

This is a css bug when using css animation, to make it right you need to remove attached animation class to the second box (simply remove .intro-x or .intro-y class) and the dropdown will be not overlapped as it should.

Hope this helps, thank you.

Best regards, Left4code Team

Dear Leaft4Code , Thank you for the nice design . Kindly let me know, can I make the design support direction (RTL) . Is there a design for angular ?

regards , Omar alkhateeb

Hi omar,

I am very sorry, due to our limited time and schedule we can’t provide any special technical support for template customization.

I look forward for any chance to work with you next time.

Best regards, Left4code

Dear Leaft4Code , Thank you for replay. Can you guide me to a developer who can convert the design html into angular regards , Omar alkhateeb

Hi omar,

Unfortunately, We can’t help you with that. We have only support vuejs version at this time.

Best regards, Left4code

The attr data-feather="" not working when using server side datatable. the icon not showing up.

Hi diand_el,

Thank you for taking the time to contact us, I’ll be more than happy to help you with this.

The feather icon use javascript intialization to initialize the plugin, that’s why it doesn’t work with datatable with serverside rendering.

To make it work you need to re-init the plugin by running this function.

feather.replace() Please check this documentation for more details. https://github.com/feathericons/feather#4-replace

Hope this helps, thank you.

Best regards, Left4code 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