I am using Metronic 8.2.0 and the sign-up template from demo25 (fancy one).I want to sent the input data from email and password to my php file where it’s getting checked with the database if email already exists or not. If yes the user should get a modal that he must choose another. If okay the...
Hi! I downloaded v8.2 Asp.Net Core version and, as you know, there is already a wwwroot folder with assets inside. However, if I follow the getting started section and make 'yarn install', 'npm run build --demo1' in _keenthemes/tools folder, the content of wwwroot/assets folder changes. Lots of...
Hi! I added via "yarn add typedjs" the lib.In my index.html I copied the javascript code at end: var typed = new Typed("#kt_typedjs_example_1", { strings: ["First sentence.", "Second sentence.", "Third sentense", "And some longer...
When Trying to install starter kit of Metronic laravel theme i am getting following error:TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator)) at C:\Users\Kashif\Downloads\themeforest-Y9tF6thq-metronic-responsive-admin-dashboard-template\laravel\laravel_demo1...
I wondered what is the best methodology to develop based on Metronic with React. I installed the demo and it’s all working well. But I see that all components are in the _metronic folder. Is it advisable to leave them there and modify them, or is it better to create a new folder and make copies? I...
Hi Team!I bought Medtronic template and already in the middle of creating my website with it.Now I need an additional javascript plugin "three".I installed it via NPN and yarn. Can find it in the "node_modules" folder.From that point I am a bit lost how to integrate it in the build environ...
I am working on a Transaction Project that requires datatable with flexibility of adding ,updating and deleting rows ,customizing columns and Validation data flow . How can i deal with that in React Template , can you give more guideline for that
https://preview.keenthemes.com/html/metronic/docs/general/menu/overview - here described the menu functionality.In Initialization section: add .menu CSS class to the menu container along with data-kt-menu="true" attribute to define the menu container.With .menu class I add the: "menu-sub menu-...
why the team is not updating the laravel.in the previous release also this assets issue appers and now when i downlaod this new version again i am facing this issue when i run npm dev cmd.i also tried the followingsteps but still its not working.1. Delete the `node_modules` folder in your pr...
Why do you provide a Laravel starterkit that is not working without any fixes applied?Most of the assets directory's are wrong, als other fixes needs to be applied before i even can test it locally.Where is the GITHUB repo where every Laravel developer can push there fixes and ask dedicated qu...
It has features that I will not use in Metronic-Blazor Starterkit. However, because there are too many Layouts, the structure breaks down when I remove the components that I will not use. Are there any more basic starterkits for the blazer?
Hello.I bought a metronic theme couple days ago and for some reason after I imported file to the figma some widgets corrupting if I copy them or if I try to change them.Please pay attention to the table title or statuses.
npm is not working I deleted "type": "module",webpack-cli] Failed to load '/Users/user/Desktop/django/djangotemplate/demo1/starterkit/_keenthemes/tools/webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES module scope, you can use import insteadThis file...
I'm trying the Blazor StarterKit demo app for both 8.1.8 and 8.1.9 versions.Duotone icons are not working and it seems to me that plugins.bundle.css does not have the ki-duotone classes.Is it my mistake?May I download the css file from your site and replace the existing one, or this is a bad...
Hi, I used Asp.net core mvc with a metronic template but I have some questions about the model form. How to make the success alert display after the controller action return success??Regards,,
I have been using Metronic 8 Demo4 React version. When I hit npm start, it opens up the dashboard, but today this log in page has come up and when I entered the pre-given credentials, I'm unable to log in. The error reads "POST https://preview.keenthemes.com/metronic8/laravel/api/login 404 (Not Foun...
Hi everyone,how to make a model with form control but without form tags? because I need to send data to the controller by Ajax so, How to make this?Regards,