I am trying to follow the instructions for django install, but yarn gives me the following error:[1/4] Resolving packages...error An unexpected error occurred: "https://npm.fontawesome.com/@fortawesome%2ffontawesome-free: authentication required".Also, I already have a django project, but...
hey,on page doc:https://preview.keenthemes.com/html/metronic/docs/forms/tagify#users-with-avatarsi get on console JS error of:tagify.js:1 Uncaught ReferenceError: Tagify is not definedi want to see and use sone of the sections on this page.i try different browsers without luck....
I need help making the React demo 1 build work.Right now it just shows the loading page in a split second. * NO ERRORS in the Browser CONSOLE* All scripts (JS) are resolving correctly* Proofs. https://snipboard.io/RN17eH.jpg https://snipboard.io/p7k2bR.jpgSteps to reproduce.1. Ex...
my question is my company Purchas and we get Metronic 8 for angular 17and i have many fantastic templates like html editor and form repeater....etc and so onbut my problem is the code in jQuery how can i get the typescript version to make my development more fast and productive any one have th...
Hello.I am using metronic in my vuejs application. How can I show the minimized side menu by default? It is always shown open but I need to show the side menu on the left as minimized by default.Which file should I modify? can you give me the route? I am using my project with vue js
Sorting did not work in KTDataTable, so I decided to improve it.Here are the specific lines I added or changed in your component:Added two new refs to store the current sort field and sort order:const sortField = ref(props.sortLabel);const sortOrder = ref
hello, I'm just learning front end design. I encountered problems when integrating the metronic 8 template which is Backend Console with my Vue project. I have added KTComponents.init(); onMounted on each of my pages, but when moving to a new page some components don't work, for example the search b...
Hello within my react App using metronic i can collapse the main sidebar nav and this will collapse okay. When I refresh page the navbar defaults back to the maximised display. Could you tell me why this is happening or how to resolve the issue? I would like the navbar to stay minimised when refresh...
Good morning,In my company we have purchased the template, but we are working with Symfony 7. How can I adjust the template, what settings and components should I update, to make it work with Symfony 7?
I have simple content calling up a name of a backend cell - and periodically (usually on a page change) it arrays it across the top. I can't pickup a pattern. It does it by itself. https://prnt.sc/DsuBavhDKVWaThis is the top of the dashboard wrapper when the error happens. Also sometimes...
I downloaded metronic_laravel_v8.2.5.zipfollowed the instructions in https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/buildIt says [webpack-cli][Error: ENOENT: no such file or directory .../metronic_laravel_v8.2.5/starterkit/node_modules/@yaireo/tagify/dist/tagify...
HelloThe two files in the link below are important for using the data table and...https://preview.keenthemes.com/metronic8/demo1/assets/plugins/custom/datatables/datatables.bundle.jshttps://preview.keenthemes.com/metronic8/demo1/assets/plugins/global/plugins.bundle.jsThe volume is very...
Hello, I used your theme in my project, and my project was initially based on Angular version 15. However, I recently decided to upgrade Angular from version 15 to version 17, and I noticed that you also added an update for that same version.I successfully upgraded the Angular version, adjusted...
Hi.I freshly install Metronic with Laravel but keenicons not working.Here is screenshot: https://prnt.sc/mtZsf1vWpL3RI tried this but not works for me: https://devs.keenthemes.com/question/laravel-npm-error-webpack-cli-rangeerror-invalid-string-lengthThanks!
Im using version: "8.2.5",const gulpConfig = {name: "metronic",desc: "Gulp build config",version: "8.2.5", I changed the gulp file & config to remove jquery and got this error while compiling assests using Gulp :sh-3.2# gulp --demo41Using gulp config file...
Hi,Everything was working well until mid-March (around the 16th or 17th). I would compile using the gulp compile command on my production server before handing things over to Nginx:...# Load environment variables from the env fileCOPY $ENV_FILE .envRUN chmod +r .env...