447 comments found.
hey there I recently purchased your theme and want to use it in my laravel project but I’m a bit confused what should I do could u plz help me through this?
HI daniiialll,
Thank you for reaching out to us,
Can you re-write your comment on the discussion of the items you purchased?
Best regards, Left4code Team
Hi,
I bought the theme but I didn’t find the settings to change the colors, can you help me?
Hi F4RR3LL10,
We just replied to your other comment, kindly check it.. 
Best regards, Left4code Team
Hi, is possible change color blue for other?
Hi F4RR3LL10,
Thank you for reaching out to us,
Yes, it’s possible. We can change it from tailwind config file.
Best regards, Left4code Team
I bought the theme but I didn’t find the settings to change the colors, can you help me?
Hi F4RR3LL10,
You can follow the steps below to change the color.
Select the elements. https://prnt.sc/11ou5hj
Look for the background-color property.
https://prnt.sc/11oubwn
Hover over the property and click the little arrow behind the value.
https://prnt.sc/11ouha7
Then we will be directed to the elements.
https://prnt.sc/11ouleg
Since tailwind converts the colors from HEX to RGBA we have to change the “var(—tw-bg-opacity)” string to “1” like below.
https://prnt.sc/11ouvsv
https://prnt.sc/11ouy8n
Open the color picker and change the RGBA color to HEX by clicking on the little arrow next to the box.
Then you can copy the HEX color, find and replace it in the “tailwind.config.js”.
Don’t forget to recompile the assets after making change.
Best regards,
Left4code Team
Hi there, Do you have any plan to develop marketing site same theme as application?
I am looking for consistency components for marketing site.
Cheers, Ian
Hi ianpatel,
Sorry for the late reply,
Unfortunately, We still don’t have a plan for that.
Best regards, Left4code Team
Removed the question here and made a comment on the correct theme.
EDIT: Ah, I bought another version of the theme, lol!
Hi CptChaos,
We just replied to your other comments .. 
Hi, thanks for this awesome theme. But i have an issue regarding the size of app.js which is 11MB. Can i somehow reduce it ? or maybe which component takes large storage.
Hi arkana_technology,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
After doing some research, we found that the following plugins are quite large among the others. https://prnt.sc/11qpz42You may also want to remove “highlight.js” as this is only used to show code snippets for each component.
Hope this helps.
Best regards, Left4code Team
Whats the Icewall and Rubick means ?
Hi maxvanceffer,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
It is a variant of the theme, you can choose to use one of them. Please check the online demo to see the design of each theme.
Best regards, Left4code Team
Hi I would like to add support of headings and ul li list to CKEditor, can you please navigate me, at what line to edit configuration. I cant find it in the app.js
Hi NeXxik91,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
You can customize the CKeditor config here ”/src/js/ckeditor.js”. Please check the screenshot below: https://prnt.sc/124ecegBest regards, Left4code Team
Hello!
How I can make the menu bar dynamically active based on the web page? Thank you
Hi ledsummer,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
You can set the active menu according to the back-end language you are using.
Like any other admin templates, we use the active class selector to determine the active menu.
Please check the following screenshot. https://prnt.sc/11qt7xdBest regards, Left4code Team
Hi we bought your theme is really nice. Congratulations!
How can we configure it in Laravel with Tailwind?
We installed Laravel then TailWind from the official guide. If we copy the dist/css/app.css in resurces/css /app.css the thema doesn’t work. Could you tell us t he procedure to follow?
Beste regards.
Hi DmElectronics,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Since we are using the same build tools as Laravel which is Laravel Mix, configuring Midone on Laravel is very easy. Please follow the steps below.
1. Copy the following files from “Source” directory to your fresh Laravel project. – package.json – postcss.config.js – tailwind.config.js – webpack.mix.js
2. Copy all files inside ”/src” directory from the template to ”/resources” on the Laravel project.
3. Configure the “webpack.mix.js” and adjust it to the new asset directory structure. You can check the following screenshot, replace the code inside the red box with the code from the green box. https://prnt.sc/11ihg8t4. Now run “yarn install” from the Laravel project.
5. After the installation is complete run “yarn run watch” to compile the assets.
6. Now you can include the assets from blade template like below.
<link rel="stylesheet" href="{{ mix('dist/css/app.css') }}" />
<script src="{{ mix('dist/js/app.js') }}"></script>
Hope this helps.
Btw, thank you so much for your kind words.. 
Best regards, Left4code Team
Hello, If may i ask, when did Midone not using JQuery? and the second did you have component for dragable list..? Thank You…
Hi dedystyawan,
Thank you for your patient,
Yes, our template does not use jquery, but uses cash js, it’s a vanilla js plugin which has an API similar to jquery but has a much lighter size.
Unfortunately, We don’t have a component for draggable.
Best regards, Left4code Team
Hi, I’m considering buying this theme to use it with react/Nextjs + tailwind so I’ve few questions concerning that. What are you using javascript for ? If it’s just for interactive components like modals, toasts etc It’d be easy to override vanilla JS with some react logic.
I’m also concerned by “Tailwind+css+sass”, could you please precise how much of the UI is done using tailwind and how much with raw css / sass ? Because I’m primarily interested about the theme because it’s made with tailwind.
Thanks in advance
Hi HeroeD,
Thank you for reaching out to us,
Most of the javascript we use is for plugin initialization. Some plugins have a dependency on cash.js (for dom manipulation) and velocityjs (for animation).
We also use javascript for the side menu (dropdown menu) and a few other components.
For CSS we only use RAW CSS for some CSS / Value properties which are not available in Tailwind.
You can check the following link for a more detailed illustration.
https://prnt.sc/115469u https://prnt.sc/11546u3 https://prnt.sc/115477f https://prnt.sc/11547j3Best regards, Left4code Team
Ok thanks for your reactivity, it doesn’t seem like crazy stuff to replace, and some of these libraries also have react equivalents, I should just convert html into jsx too
You’re very welcome.. 
Best regards, Left4code Team
Hi,I am trying to make design in midone template but when I use Icewall v1.0.1 template for design there is responsive issue from resolution 768 to 1440 & top menu is also not responsive when list is more than 4- 5…its not looking good. requested for solution on priority as early as possible. if screen shot required will send you…so pls share your mail id.
Hi lalitthinker,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Please send a detailed screenshot in the following email: leftforcode@gmail.comBest regards, Left4code Team
Hi , I have sent the required screenshot from – info@thinkersteps.com pls check and confirm.
Hi lalitthinker,
We still haven’t received the email you sent, can you check again?
Best regards, Left4code Team
Hi ,mail sent you again ….from info@thinkersteps.com ( if not getting pls check in spam/junk folder too)
Hi lalitthinker,
Thank you for your patient,
We just replied to your email, kindly check the attached files.. 
Best regards, Left4code Team
Hello,
Can you send me the latest Typescript version? 
Hi raanhane,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Please write your email we will send it to you via email.. 
Best regards, Left4code Team
I had an issue, every thing work perfectly when i ran `yarn run dev`, but when i want to product it, `yarn run production`, no `tailwindcss` class in my minified css file. what wrong with it???
Hi haonm,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Looking at your issue, looks like you still haven’t configured the purgecss yet.
You can configure it at this file “tailwind.config.js”. https://prnt.sc/1117854Please add a new record according to your project directory structure.
You can check the following link for more details: https://tailwindcss.com/docs/optimizing-for-productionBest regards, Left4code Team
It worked! Thanks again. Anyway, which method to decrease time in HMR?. My computer is 2ghz core i5, 16Gb Ram SSD – MacOs, alway spends 9-10s to compiled in yarn watch. I also remove some unuse js and scss component. But still 9-10s for each compile
Hi haonm,
Yes, that is one of the problems we all face right now (Tailwind users). The compilation process will take longer as the file size increases, so you might want to try the Tailwindcss JIT.
https://blog.tailwindcss.com/just-in-time-the-next-generation-of-tailwind-cssThis is a new compiler for Tailwind and the installation process is very easy, but we still found some minor issues so haven’t implemented it on Midone.
Best regards, Left4code Team
Hi, is it possible to add additional custom pages for additional cost?. Thanks
Hi prabhashkutti,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Unfortunately, We are currently unable to work on the additional custom page.
Best regards, Left4code Team
Hello, Could you help me please. How can I set a date for datepicker control. I tried $(’#mydatepicker’).datepicker(‘setDate’, new Date()); but I got an error.
Please suggest me. Thank you.
Hi prartje,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
We use Litepicker plugin for the date-picker control.
https://litepicker.com/To set the datepicker value after initialization we need to attach the plugin instance to the element.
Add this code to this file ”/src/js/datepicker.js”. https://prnt.sc/110jjsd Now we can set the value like below:
cash("#mydatepicker")[0].litepicker.setDate()
You can check all available Tail select methods here:
https://litepicker.com/docs/methods
Hope this helps.
Best regards, Left4code Team
Hi! I just downloaded the template, run yarn install and yarn run watch. It shows `webpack compiled successfully` and when I click to http://localhost:3000, the browser keep loading with totally waiting for localhost, please tell me the way to fix this issue (browsersync, webpack, laravel mix or something…). http://localhost:3001 is still working. port 3000 is NOT being used
I don’t want to view your template like drag index.html in browser, I want to custom your theme, so if browsersync not working, it so bad
Hi haonm,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
You need to install a web server to use the browser sync feature, then configure the proxy configuration to your project’s endpoint at “webpack.mix.js”.
You can check more info on the following documentation page. https://laravel-mix.com/docs/6.0/browsersyncHope this helps.
Best regards, Left4code Team
OK thanks, it’s working by using laravel-valet for serve static web
Hi haonm,
You’re very welcome.. 
Best regards, Left4code Team
Purchased Midone theme today. It looks very good.
I had purchased think with the impression that this is fully tailwind-css based. When I look at the source, the layout looks like <body class=”main”>Are these classes used here shortcuts that apply tailwind internally? If so, can you please guide me to those definitions?
If that isn’t the case and the above classes are direct CSS, I would like to return the product.
Hi sajink,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Sorry, I don’t really understand your question. However, if you intend to check where the ”.main” class comes from you can check this file ”/src/sass/components/_main.scss”.
Best regards, Left4code Team
Hi how do I integrate this html template into reactjs(create-react-app)
Hi prabhashkutti,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Unfortunately, We never use react js before, so we can’t help you with it.
Best regards, Left4code Team