447 comments found.
will you add more icons like the qr icon, barcode icon or etc?
Hi there,
Unfortunately, for now we will only be using the lucide icon. Maybe you can use the following icon.
https://lucide.dev/?search=barcodeHi, Great work, I love the theme. I just wanted to check how can I add a jquery plugin? I tried to add the smart wizard plugin, but I always receive the error:
``` app.js:16357 Uncaught TypeError: Cannot set properties of undefined (setting ‘on’) ```
app.js:16357 ``` const addEvent = (nodeList, event, callback) => { nodeList[event] = callback; }; ```
Is there a way to integrate jquery and jquery plugins with the theme?
Thank you!
I just noticed someone asked how to add jquery, I followed your instructions and its is working perfectly now!
Steps:
``` yarn add jquery ```
replace bootstrap with jquery
yarn run watch
use the new app.js file
Glad it worked, let me know if you need any other help.. 
Hi, after adding jQuery, the modal stopped working. I believe the problem is due to removing the dom element when using jQuery.
Error is:
Uncaught TypeError: Cannot read properties of undefined (reading ‘dispatchEvent’)
This line: ``` import dom from ”@left4code/tw-starter/dist/js/dom”; window.$ = dom; ```
was replaced with:
``` import jQuery from “jquery”; window.$ = window.jQuery = jQuery ```
Is there a solution to fix element reading dom instead of jQuery?
Hi,
Thank you for your reply,
Can you send step-by-step to reproduce the issue?
The modal js code doesn’t rely on jquery, so replacing the `dom` package shouldn’t affect the built-in libraries.
We just checked the current release with jquery and accessed the modal page without any issues. https://i.imgur.com/oYrnkrs.pngHi, I bought the HTML version of Midone by mistake and I really wanted Laravel9 version. Is it possible to change this what I have for Laravel version? I would pay the difference of course.
best regards
Hi,
Sorry for the late reply,
Yes, we can help you with this but you have to buy the Laravel version first and apply for a refund for the html version at this link.
https://themeforest.net/refund_requests/new
We will accept your refund request as soon as we check your purchase history, thank you.
Hello, does this have “input dialer” component? I mean form that can increase or decrease numbers by clicking on + or – sign?
you have error on demo page http://tinker.left4code.com/page/side-menu/light/Tab
sir,
I bought yesterday your midone admin template html version, in that I am using source files in Enigma v1.0.5.
jquery is not working, i cant test $(‘form.myfomr’).on(‘submit’, function(f) {})
var formData = form.serializeArray();
$.post(url, formData, function(data) {})
pleae guide me how to work through ajax using $.post({});
any links please
thank you
Hi,
Thank you for reaching out to us,
Please run “yarn add jquery” or “npm install jquery” to install jquery.
Next, replace the following line in ”/src/js/bootstrap.js”.
https://i.imgur.com/3b41VdZ.pngRun “yarn run watch” to compile the assets and you can try to use jquery methods.
Hello Sir,
I really liked your Engima theme. However my intension was to buy Enigma + Vue combination. Unfortunately I bought Html version of it
. Is there any way you could either help me to download Vue version or revert my purchase such that I can buy Vue version. They have already charges $4 extra during transaction for handling and taxes. Every penny counts
Hi,
Sorry for the late reply,
We can actually help you with this but you have to buy the vue version first and apply for a refund for the html version at this link.
https://themeforest.net/refund_requests/new
We will accept your refund request as soon as we check your purchase history, thank you.
Sure let me do it today.
Thank you for your reply,
That would be great, let me know if you’ve made a purchase.
Done with the purchase. Looking forward for the refund of html version
Hi,
Thank you for letting me know,
Please submit a refund request at this link.https://themeforest.net/refund_requests/new
Submitted
Hi,
We have approved your refund request, thanks.. 
In this theme documentation, it has only webpack version. Can you provide me documention on how to install theme using Vite ?
Hi there,
Thank you for reaching out to us,
Unfortunately, we currently don’t have any documentation for vite, but the next upcoming version will be migrated to vite.
We can send you the vite version if you need it, please provide your email for that.
Hello, there is an issue with the responsiveness when viewing on mobile using the edge’s inspect and as showing in the attached image below. the width does not match the screen
https://l.top4top.io/p_2437u3isi1.pngHi,
Thank you for reaching out to us,
Looks like we can’t find this issue.
https://i.imgur.com/LUcUHGO.png
Can you send step-by-step to reproduce this issue?
hello, I really like your template however it actually misses an RTL support which should be a standard for templates and Im actually surprised it does not support it. I would highly appreciate if you would support this in an update. I feel sad such a template is only one step away from perfection plus I really need the RTL support. Thanks.
Hello thanks for your template. But how i can using JQuery Validation in HTML version. Thanks you
Hi there,
Sorry for the late reply,
Please run “yarn add jquery” or “npm install jquery” to install jquery.
Next, replace the following line in ”/src/js/bootstrap.js”.https://i.imgur.com/3b41VdZ.png
Run “yarn run watch” to compile the assets and you can try to use jQuery validation plugin.
Please use incognito if you are using chrome or use another browser if you can’t open the above link.
Hello , thank you for a wonderful template.
I bought HTML version because I wanted to integrate it with a server-side web framework. After downloading I realized buying the Vue 3 version would provide a clear separation of components, thus making integration much easier (as I could separate components in the same way).
Is it possible to “upgrade” to Vue version? I’m ofc willing to pay a difference for it.
Hi,
Thank you for reaching out,
We have approved your refund request, thanks.. 
Seems like the jQuery UI library isn’t supported, not able to use the .sortable function (https://jqueryui.com/sortable/#default)
Including the library apart from the base js doesn’t work either, when removing base js and replacing it with vanilla jquery it does work but obviously the whole template js-side won’t.
Hi there,
Sorry for the late reply,
Please run “yarn add jquery” or “npm install jquery” to install jquery.
Next, replace the following line in ”/src/js/bootstrap.js”.https://i.imgur.com/3b41VdZ.png
Run “yarn run watch” to compile the assets and you can try to use the jQueryUI.
Please use incognito if you are using chrome or use another browser if you can’t open the above link.
Unfortunately on set up I get the error
_form-inline.css @apply is not supported within nested at-rules like @include. You can fix this by un-nesting @include
I have tried to update my postcss config file as in the tailwind configuration module.exports = { plugins: { “postcss-import”: {}, “tailwindcss/nesting”: “postcss-nesting”, tailwindcss: {}, autoprefixer: {}, }, };
but the error doesn’t go away.
Can you please advise on how to set up this template with Symfony Webpack
Hi,
Thank you for reaching out to us,
Have you made sure the postcss config is loaded correctly? You can try to add the character that creates the error like the following and run the compiler.
https://i.imgur.com/YFsTDLh.pnghow to diseable full calendar in midone html version??
Hi there,
Thank you for reaching out to us,
Please check ”/src/js/app.js” and remove this line. https://i.imgur.com/QHJdnoJ.pngthanks for reply but it’s not working. I din’t use src/js/app.js. I use dist/js/app.js Then what to do?
Hi,
It looks like you are using a different account from your purchase account. We were unable to verify your purchase badge. Can you please use your purchase account?
I have some issues with tabulator. I try to change some itens in .js but won´t change anything…so I used a source code.
Hi there,
Thank you for reaching out to us,
Can you send more details about the issue? Screenshots, error messages or code snippets that we can check.
Hi, Can you guide me to remove the menu effect on page load. Thank.
Please help me
Hi there,
Sorry for the late reply,
It seems like your support license has expired, please extend your support license to keep getting support from our team.
Best regards, Left4code Team
If I bought an extended license could I dev a premium WordPress theme that I can sell to my customers?
Hi,
Thank you for reaching out to us,
Unfortunately, it’s not possible, even with an extended license.
Halo
Hi,
Have you checked the sample form on the validation page? Please check this linkhttps://rubick.left4code.com/page/side-menu/light/validation
Please Help me in Comment
Hi,
We just replied to your other comment.