590 comments found.
hi , is it possible to add othermap components other than google maps
Hi JigSnow,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Unfortunately, currently it only supports google maps. You may need to install new third-party components to implement other maps.
Best regards, Left4code Team
I have tried last your reply and now I got this error.
WebpackError at / ModuleNotFoundError in Module not found: Error: Can’t resolve ’@ckeditor/ckeditor5-basic-styles/src/bold’ in ‘C:\Users\Haroon\Documents\Section-7-End-Of-The-Course-Project\Section-7-End-Of-The-Course-Project\QuestionTime\frontend\src\views\crud-form’
Please resolve this issue and give full refund money back.
Your theme clearly isn’t working my end and getting annoyed.
Hi malikbilal89,
Installation with other frameworks like Django is not part of the Envato support policy, you can check it here: https://themeforest.net/page/item_support_policyWe are here to help you answer installation questions that should already be explained in the documentation.
Previously we have asked you to send the files “package.json” and “webpack.mix.js” in our effort to help you. But it looks like you haven’t sent it yet.
However, you can still apply for a refund and we’ll leave the rest of the process up to the Envato team.
Best regards, Left4code Team
Hello, I have purchased your vue.js theme “themeforest-A0PnfZaB-midone-vuejs-admin-dashboard-template”, I ‘m trying to get it work with django via webpack but i’m getting this error.
WebpackError at / ModuleNotFoundError in Module not found: Error: Can’t resolve ’./@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css’ in ‘C:\Users\Jamie\Documents\Project\frontend\node_modules\@ckeditor\ckeditor5-image\theme’
If you can help me regarding solving this error or If you can provide us with a new fresh project of django as backend and your theme as frontend via webpack. If you need any more info, please let me know.
Many Thanks!
Purchase code: 50694fd2-dae0-4e2c-86ac-4663f41c338b
Hi malikbilal89,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Looking at your issue, it seems like there’s a problem with CKEditor. Did the error still appear if the CKEditor config removes from webpack? You may need to remove the CKEditor component too at ”/src/global-components/index.js”.
Unfortunately, We can’t help you to provide the Django project with an installed webpack. So, we may need your “package.json” and “webpack.mix.js” to check your issue.
Can you send those files by email here? “leftforcode@gmail.com”
Best regards, Left4code Team
Dear Sir,
by the end of npm run serve i got stuck at this error:
in ./src/global-components/litepicker/Main.vue?vue&type=style&index=0&id=671695b4&scoped=true&lang=css
Syntax Error: TypeError: [(...variantsValue),(...extensions)].flat is not a function
as well as
n ./node_modules/@ckeditor/ckeditor5-heading/theme/heading.css
Syntax Error: TypeError: [(...variantsValue),(...extensions)].flat is not a function
not to mention that an install was necessary
npm install tailwindcss@npm:tailwindcss/postcss7-compat @tailwindcss/postcss7-compat postcss7 autoprefixer@9^C
to get to a cetain stage of modules install
Please advice how could I compile and use the script.
Hi troubleminds2,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
The latest update of Midone should be installed without using the legacy version of Tailwindcss.
Did you do a fresh install? Or are you upgrading from a previous version?
Best regards, Left4code Team
I don’t like the latest update on the sass/scss files because it’s harder to customize the sass/scss styles. Example: @import ”~@left4code/tw-starter/dist/scss/accordion”
Hi logicalpositiondevs,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
We need to make some components as a package for feature updates and patch.
You have a choice to override the styling or copy the SCSS file from vendor, customize it, and replace the import in “app.scss” with your own.
Hope this helps.
Best regards, Left4code Team
Can you ship the components as a package with source files(original scss and typescript) in addition to the dist files? Atm, the scss and js in dist are minified.
Hi,
Unfortunately, we are unable to serve the source code as an npm package as it is part of premium source code and restricted for public.
However, We can send you the source file by email if you really need to modify it. The code is only available in SASS and regular JS file.
Hope this helps.
Best regards, Left4code Team
Thanks. I will stick with the 2.0.2 Typescript version because the components were in Typescript and scss.
Hi,
Thank you.. 
Best regards, Left4code Team
@anurag21 I agreed with you. I wanted Typescript support.
Hi logicalpositiondevs,
Thank you for taking the time to contact us, I’ll be more than happy to help you with this.
Unfortunately, we will only support the regular javascript version, at least until it is supported by the community. We really like Typescript and even use it in our local production, however, we realize that the community still prefers to use plain javascript (We received almost a hundred requests to send the regular javascript version within 2 months by comments and email).
However, We will still support the Typescript version if you encounter any bugs or security vulnerability issues.
Thank you.
Best regards, Left4code Team
Hello ,
I purchased your theme and have started to use it for our new project. The project was initially in TYPESCRIPT.
Now with the latest version 2.0.3 you have rolled back to Javascipt. Will you support 2 version of the template – typescript and js going forward. Or will only the regular javascript version receive updated.
I want to use the TYPESCRIPT version but if in the future versions TYPESCRIPT will not be supported (bug fixes, UI improvements) then it will be an issue for me.
Thanks
Hi anurag21,
Thank you for taking the time to contact us, I’ll be more than happy to help you with this.
Unfortunately, we will only support the regular javascript version, at least until it is supported by the community. We really like Typecript and even use it in our local production, however, we realize that the community still prefers to use plain javascript (We received almost a hundred requests to send the regular javascript version within 2 months by comments and email).
However, We will still support the Typecript version if you encounter any bugs or security vulnerability issues.
Thank you.
Best regards, Left4code Team
Hi Team,
i facing some problem on theme for “select option” not being update if the portion of it updated from javascript, may i know how to update that portion and trigger the theme update? i think might be the tail-selet? issue. because other button and input update well. version 2.0.2
another question, when drop down inline between another two button, when dropdown button click, it will change 3 button into vertical and break the original location of 3 button. is a bug?
Hi irvine48,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Are you using the HTML version?
For your second issue, We could not find the problem in our online demo. Can you send a screen recording for that? You can send it here: “leftforcode@gmail.com”.
Best regards, Left4code Team
1. Yes, is HTML version, i need to update the tail select manually, is that possible?
2. I will upload to your email for further check.
Hi irvine48,
Sorry for the late reply,
Yes, you can. You need to re-init the plugin after making change, please check the following example:
import TailSelect from "tail.select";
TailSelect("#select", {
// TailSelect Options
}).reload();
You can check the official documentation for more details:
https://github.com/pytesNET/tail.select/wiki/Public-Methods#reload
Can you send a screenshot of your second issue? A screen recording video will be better.
You can send it here: leftforcode@gmail.comBest regards, Left4code Team
Please. could you send me Vue 2 + JS version. jaratus@gmail.com
Hi jaratus,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
We’ve released the latest version with regular javascript, please re-download the file to check it.
We’ve also sent you version 2 if you still need it.. 
Best regards, Left4code Team
I am wondering if there is a starter-kit on this project and Please send me vue2 version via my email b.byambajargal@gmail.com
Hi b_byambajargal,
Thank you for taking the time to contact us, I am really sorry for the late reply.
We’ve released the latest version with regular javascript, please re-download the file to check it.
We’ve also sent you version 2 if you still need it.. 
Best regards, Left4code Team
Please sent me vue2 version via my email : namvu1210@gmail.com Thank you
Hi aSmileN,
Thank you for taking the time to contact us, I am really sorry for the late reply.
We’ve released the latest version with regular javascript, please re-download the file to check it.
We’ve also sent you version 2 if you still need it.. 
Best regards, Left4code Team
Please send me Vue2 + JS version to lulcho.petrishki@gmail.com Thanks!
We’ve sent the file, please check your email .. 
Best regards, Left4code Team
Wonderful theme. You have done a very good job. Please send me Vue2 + JS version to lulcho.petrishki@gmail.com Thanks!
Hi lulcho,
Sorry for the late reply,
We will release the regular javascript version in a few days or maybe sooner with other page & component updates, for that we will send the vue 2 version first.
Kindly check your email.. 
Best regards, Left4code Team
Hi,I like your template and we purchased it, but I don’t understand how to implement it in my laravel 8 project.Should, I include it as template into resources(I am takling about Vue version)?Since I am new in implementing this way. Thanks in advice.
Hi nelida27,
Thank you for taking the time to contact us, I’ll be more than happy to help you.. 
We need to verify your purchase license because we don’t see a “purchased” badge on you profile.
Best regards, Left4code Team
I saw some questions from buyers that the project is in typescript and not javascript, I also saw that you can send the purchased version 2 vue which is javascript, my main question is: the layout and functionality is identical to the current one, because I loved the demo, but maybe I can’t configure typescript, because I intend to have it as the front of some php applications, and run on a shared server, I don’t want to have trouble configuring and I would really like the javascript version to have the same layout, and another question I recently had a problem with laravel on the shared server so i would like to know the project uses laravel or not, because this is very important am i running away from codes that have laravel?
Hi rfaustino007,
Sorry for the late reply,
We will release the regular javascript version in a few days or maybe sooner with other page & component updates.
Please check our item page in a few days for the updates, thanks!
Best regards, Left4code Team
ok i will buy when this new update comes only if the answer to this question is satisfactory which is: minimum requirements to work is laravel? need to set up something beyond third party plugins etc. or just any server like shared hosting runs? my concern is that I had two recent problems with purchases because there were no server specifications in the product description, as some scripts here require a configured laravel or node vps, which in shared
Hi rfaustino007,
We just release the latest update with some other improvements, I don’t recommend you to buy the vue version if you never use vue before.
There’s no spesific server spesification but you need a vue knowledge to implement the template. I suggest you to buy the HTML version instead.
Best regards, Left4code Team
Hello, we just bought the Vue3 version. We need version Vue2, please send us the files to account@skpr.it Thanks!
Hi skprit,
Sorry for the late reply,
We will release the regular javascript version in a few days or maybe sooner with other page & component updates, for that we will send the vue 2 version first.
Kindly check your email.. 
Best regards, Left4code Team
hi, can you recommend any chinese font for this theme? i not an designer, i hope you guys can introduce me which set of font more matching to this design. highly appreciate if you can recommend me any.
Hi irvine48,
I am really sorry for the late reply,
Unfortunately, We don’t have any experience to work with chinese font, so we can’t recommend any font to you.
Btw, we just released the latest version with some page and component improvements. Please re-download the file if you want to check some.
Best regards, Left4code Team
HI – Just wanted to ask if the template we purchased have javascript codes in the vue area instead of TypeScript-
We are planning to use the template on a Nuxt Js vue framework environment and we do not support typescript at this time. You web details of the template did not specify that it was written in typescript.
I noticed that a few of your purchasers requested for a vue v2.x version with javascript for vue+laravel - i would appreciate if we were emailed the same. hello@crewbloom.com thank.you
Hi crewbloom,
Sorry for the late reply,
We will release the regular javascript version in a few days or maybe sooner with other page & component updates, for that we will send the vue 2 version first.
Kindly check your email.. 
Best regards, Left4code Team
We shall assume we will get the latest javascript version after it is released?
We really like your designs and really need to implement it quickly on our project… so we look forward to the latest javascript release.
thank you for your response.
Hi crewbloom,
We’ve released the latest updates with regular javascript and some other page improvements.
Please re-download the file to check it.. 
Best regards, Left4code Team
Hi there,
We just sent the file, kindly check your email.. 
Best regards, Left4code Team
Can send me the vue 2 version? My email ingstashv@gmail.com. Thank you!
Hi there,
We just sent the file, kindly check your email.. 
Best regards, Left4code Team