I apologize for using a translator.I am writing to inquire about applying the Metronic theme to a Spring project With Kotlin.I have successfully followed the instructions in the provided link(https://preview.keenthemes.com/spring/metronic/docs/getting-started) and was able to run the dashboa...
I followed the steps highlighted in the docs, but am receiving an error as shown below:C:\django_demo1\starterkit\_keenthemes\tools>npm run build> keenthemes@1.0.0 build> webpack[webpack-cli] Failed to load 'C:\django_demo1\starterkit\_keenthemes\tools\webpack.config.js' config[webpack...
I purchased the metronic theme, and I can’t seem to find all of the content advertised. In fact, what I received in the download is a fraction of what was advertised. Im looking at the angular files. Can someone tell me how to access the files for the create a project modal wizard, the school da...
Hi all,I am currently facing the issue that the Bootstrap tooltips won't show up.I use```js$(document).ready(function () { // Init Metronic core components KTComponents.init();});```to initialize the components. That works fine for the other components.Unfortunately, the bo...
When you download Metronic, you get a particular demo source with the download. I am wanting to change colors and some minor details with say buttons and badges. I can make these changes, but I want to see the impact of those changes more in the way the Documentation lays out the items and less li...
Just bought Metronic on themeforest. Unable to bundle theme assets using npm run build --demo1.I got an error below.> keenthemes@1.0.0 build> webpack>> Building...>> Failed to compile!resolve 'countup.js/dist/countUp.withPolyfill.min.js' in 'C:\Users\YoungH\source\repos\Metronic\...
Hi, how do I change the toolbar with their respective breadcrumbs and actions for each page, as I see that this in a general way in the template. @include(config('settings.KT_THEME_LAYOUT_DIR').'/partials/header-layout/_toolba...
Hi,https://preview.keenthemes.com/html/metronic/docs/forms/select2#groupThere are 3 items in each group in the above example.If I have more than 6 items (>= 7) in a group, a nested scrollbar will appear whi...
I have the Metronic theme, I disassembled its HTML version and molded it into VUE component format, putting all the JS scripts in the main index.html file. Then I created a view with the HTML code and components for the menu, footer, and sidebar loading the rest and being called within that view. Pe...
I'm sure I followed the steps exactly as described above, but I'm having "404 (Not Found)" problems.GET http://[::1]:5173/resources/js/core/plugins/i18n net::ERR_ABORTED 404 (Not Found) main.ts:8 GET http://[::1]:5173/resources/js/core/services/ApiService net::ERR_ABORTED 404 (Not Found) main.ts...
Hi all, for the form validation is bind with attribute "name" only. If i have repeater form how do i validation with it ?For example:username: {validators: {notEmpty: {message: "Username not empty"}}}if i put username[] will get error
Hi,I am using metronic_symfony_v8.1.8_demo1 template. I am facing issues while trying to compile and build the assets by following the documentation (https://preview.keenthemes.com/symfony/metronic/docs/getting-started).1) I am not able to find _keenthemes/tools in the starterkit folder, there...
Hi, I want a theme to use it as the base for a new project and I'll be using flask for the backend but I also want react for my site interactions. Do you have any recomendations?
Hi, How do you stop the 'Dashboards', 'Pages', 'Apps', 'Layouts', and 'Help' items from disappearing from the top menu when the screen gets smaller?I use just the logo and 1 of these options as my navigation so need it present 100% of the time, no matter the screen width.Many thanksP...
Hi, I am trying to create a static logo/menu for my app but cant seem to get it to work. I am editing the header top file and all i want to do is stop it from swapping between a mobile header and a normal one. I only have a small logo and 1 button but for the life of me, i cannot get it to s...
metronic_laravel_app and laravel_demo1 what is the difference between these two folders Decoupled from each other. Which one should I download for Laravel.
Hi there! We have been a long standing user of Metronic theme. We were using HTML theme all these years and now we are trying to switch to Metronic React theme.The thing is, the Demos (1-8) are too heavy. Can you release one basic skeleton app that has empty layouts? We tried following this repe...
https://preview.keenthemes.com/html/metronic/docs/general/stepper#verticalEverything looks perfect in your example. However, in my case, if stepper-title or stepper-desc are longer...