446 comments found.
Hi, here are a few things I would like to see in a future update:
- Unique web route names: login and register are duplicated and artisan route:cache throws an error
- Commented color codes in the tailwind config: Some short description of what the color is primarily used for (e.g.: dark blue background) to make it easier to adjust the theme
- Fix multi-level menu bug: On some pages the second level of menu items does not expand and is not clickable anymore
- Fix sub-menu icons bug: The sub menus have the icon attribute but it does not work when setting a value. It only works for top-level menu items
- Brief documentation on best practices for extending the layout
Thanks for providing this valuable asset. Keep up the good work!
hi I can’t save a record using liveware but when I remove the app.js file from the template and replace it with the same liveware from laravel if it works what can I do?
Hi michaelperu,
Thank you for reaching out to us,
Can you send more details about the error message?
When I give register in the form it does not load me but when I comment the script of the app.js (folder located in public / dist / js / app.js) of the template there it just performs the register function
Hi michaelperu,
Can you send the error message? You can check it from your browser console debugger.
I am having a problem trying to find where to replace the data for the side-menu-light-tabulator.html page I am trying to import the data from my database but cannot find where to go to make the changes. Please Help; a video on how to do this would be grate.
Hi rahoyle,
Sorry for the late reply,
The tabulator data on our demo are generated from an ajax call, you can check the code at this file ”/resources/js/tabulator.js”. We can send you the API code and database structure if you need (currently written in PHP & Mysql).
You can also check this link to read more about Tabulator ajax plugin. http://tabulator.info/docs/4.9/data#ajaxHope this helps.
This is awesome product that you have made. It is very easy to use and I would like to thank for it. I have a small issue with the theme.
Problem – It does not load data to tabulator from controller in Laravel Version. Please provide me a simple example as soon as possible.
Hi bplusofficial,
Thank you for reaching out to us,
We really appreciate your kind words.. 
Unfortunately, we still don’t have a Laravel example for the API (but we’re sure to add it in the next update). However, we can send you the current code written in plain PHP along with the database structure.
Can you provide your email?
Thank you much. please send it to the ruwan@bplus.lk. Thanks again
Email sent, kindly check your email.. 
Thank you so much.
You’re very welcome.. 
Would it be possible for you to install this for me on a server? Digital ocean for example
What I want to do is build a full site using your template, then have a developer build out the functionality. What would be the best way for me to do that? I do want to use Laravel in the end, but for myself, building in html/css would be easier unless I can get your help.
Hi max937,
Thank you for reaching out to us,
Unfortunately, we are currently having a limited team to provide custom requests including installation and maintenance.
thanks.
Hi vm0993,
Thank you for reaching out to us,
Seems like the plugin is not initialized on the select element (usually because the content is dynamically loaded with ajax).
You need to re-init the tom-select plugin right after the content loaded, please check this file for example ”/resources/js/tom-select.js”.
plugin ready but always cannot load with search.
Hi vm0993,
Sorry for the late reply,
The tom-select search should appear by default without any options. Can you provide step-by-step to reproduce the issue? Maybe a link on codepen would be helpful.
This is sample from another page. https://prntscr.com/1vka8z0 but some, not like what i want. if tom-select not loaded, all pages in app will same output.
Hi vm0993,
Can you send a step-by-step to reproduce the issue? Since we can’t found the error on our demo project. https://rubick-laravel.left4code.com/tom-select-page?layout=side-menuHello there I have a problem using feather-icons I am trying this: It generates the following error: Cannot read properties of undefined (reading ‘toSvg’)
Hi gereval,
Thank you for reaching out to us,
Seems like the icon name is wrong, can you check it here? https://feathericons.com/Similarly, I also bought tailwindui, but why can’t it fit?
Why do I copy tailwindui things, but the style display is wrong. How to make midone and tailwindui coexist。thank you
Hi shejikuang,
Sorry for the late reply,
Can you share a screenshot of the component? We may able to help you to determine which assets can be removed to fix the issue.
Hi. Do you have a more complete documentation than the one that comes with the download files?
Hi Rushiano,
Thank you for reaching out to us,
We are currently working on it, however you can use the HTML documentation which is cover most of the template features and configurations.
You can check it at the HTML version which ships with the download package. Please don’t hesitate to contact us if you still have any question about the template.
Best regards, Left4code Team
Hi
We bought the theme in laravel blade version we need to exchange with vue.js version is there an exchange/refund policy?
Thank you
Hi there,
Thank you for reaching out to us,
Yes, we can help you to refund the license as long as the item has not been downloaded. https://themeforest.net/page/customer_refund_policy
Please access the link below to submit your refund request, we will process it as soon as possible. https://themeforest.net/refund_requests/new
Hope this helps.
Best regards, Left4code
Hello,
I purchased the Midone (Laravel Version) but I need also the Vuejs3 version, can you please let me know how to get it?
Hi there,
Thank you for reaching out to us,
Yes, we can help you to refund the license as long as the item has not been downloaded. https://themeforest.net/page/customer_refund_policy
Please access the link below to submit your refund request, we will process it as soon as possible. https://themeforest.net/refund_requests/new
Hope this helps.
Best regards, Left4code
Hi i have buy the midone-laravel and I use the rubbick, how to implement show/hide password in register page and login page?
Hi,
Thank you for reaching out to us,
Perhaps the following link can help you. https://www.javascripttutorial.net/javascript-dom/javascript-toggle-password-visibility/Hi… How to implement show/hide password in register page?
Hi,
Thank you for reaching out to us,
Perhaps the following link can help you. https://www.javascripttutorial.net/javascript-dom/javascript-toggle-password-visibility/Hey. Why my imported images are not showing up? any idea ?
Hi erp_kline,
Thank you for reaching out to us,
Did you already store your images inside ”/resources/images”?
Hi, may i know where is the location for the chart js data?
Hi ngadiman,
Thank you for reaching out to us,
You can check this file ”/resources/js/chart.js” to modify the chart data.
Hope this helps.
Best regards, Left4code Team
Hi,
can you show me how can i integrate this with Laravel Livewire (Jetstream) or Laravel Inertia? im looking for something like this. If you can help me i appreciate.
Regards!
Hi DavidAguilarH,
Thank you for reaching out to us,
Unfortunately, there’s no simple way to integrate the template into livewire or inertia as they both have different project architectures.
The best we can help is guide you through integrating Midone assets into a new livewire or inertia project. Then you need to implement the page or component yourself.
To integrate the template assets simply copy the following files:
1. /resources/fonts
2. /resources/images
3. /resources/js
4. /resources/json
5. /resources/sass
6. package.json (Please note to adjust the dependencies instead of replacing it)
7. postcss.config.js
8. tailwind.config.js
9. webpack.mix.js
And reinstall the dependencies with “yarn install” or “npm install”.
Best regards, Left4code Team
how to modify font ?
Hi zartolar,
Please use your purchase account to get a support.
Best regards, Left4code Team
Hi. I’m having a bit of a problem here. I need to dinamically populate a select (Cities) every time cash gets a change event on another select (States). The change will call an route via axios and than grap the response data to populate said select (Cities). The thing is I dont know how to do this without vue. Can you help?
Nevermind. I got it.
Hi Rushiano,
Glad to hear that.. 
Hello, I would like to apply the theme in an application with jetstream, inertia and tailwind and I tried but I cannot add it in a project in development, I would appreciate your support
Hi ed-calcina,
Thank you for reaching out to us,
You can follow these steps to integrate the template into an existing project.
1. Copy the following files to your project directory:
- /resources/fonts
- /resources/images
- /resources/js
- /resources/json
- /resources/sass
- package.json
- postcss.config.js
- tailwind.config.js
- webpack.mix.js
2. Run “yarn install” to install the dependencies. 3. Run “yarn run watch” to start Laravel Mix.
Best regards, Left4code Team
8-15-2021 I just downloaded your application and set it up however it will not compile. when I run npm install I get a lot of deprecated errors and when I run “npm run dev” I get errors and will not compile
This Is the 4th time I have downloaded it and I am still getting the same results.
Please update the npm dependencies .
Or May I have My Money Back ?
Hi rahoyle,
Thank you for reaching out to us,
We just released a new update which includes a new dependency update and some other improvements. You can re-download the file and follow the installation guide.
Please don’t hesitate to contact us with any questions or concerns you may have.
Best regards, Left4code Team