Team - I think your Metronic is a nice framework and you guys support all the latest frameworks from Spring to Blazor to React, basically from Java to .NET to JS based frameworks.Considering your team talent base, I think you should consider adding support for Astro as well (https://astro.build)...
Hello,I have developed a project with Livewire templates and then I removed the not required pages,But while loading pages, there are a few large-size files, like plugin.bundle.js, scripts.bundle.js, style.bundle.css, which keep page loading slower,How do we make new files based on the sel...
HI, In the preview of django documentation there are several demo pages. However, when I download the package there is only one dashboard example with no functionality. Is there a place where I can download the full demo as advertised in the documentation for django?
Hello, first time poster!Today while setting up the theme with Laravel (v8.2.5) that the resources\views\partials\modals\create-project\_main.blade.php files has some badly spelled blade directive on the bottom portion (from line 66 to 72) where the expressed directive are written "@incldue" ins...
I followed the steps in the installer after the NPM Run Build step --demo1, I encountered an error: "[Webpack-Cli] Invalid Configuration Object. Webpack has been Initialized Using A Configuration Object that does not match the API Schema. - Configuration [0] .Ly ['JS/Widgets.Bundle'] Should be a...
Hi,I hope this message finds you well.We are currently experiencing issues related to outdated dependencies while using Metronic 9 with the React and Tailwind configuration (metronic-tailwind-react@9.1.0). Specifically, the following warnings are being generated during installation:- npm...
Hello esteemed developers,I trust this message finds you well. I'm currently grappling with a challenge related to customizing the appearance of scroll bars within a menu component of my application.Specifically, I'm seeking guidance on how to alter the color of the scroll bar utilized withi...
Hi,I built quick search with the option that when the user clicks the input I show him "common results" before he starts to type.The issue is that on mobile and search input is disappear and the dropdown of search is getting focus above it.I searched for any solution about it but found nothi...
I believe the following classes are missing on the metronic 9 themes-animate-pulse-bg-gray-200-bg-gray-700also it seems that I try to do the following "bg-gray-100 dark:bg-gray-600" it does not work, since bg-gray-600
Hi,I need help in rebuilding metronic8 demo13 to the below config Header Width = FixedToolbar Width = FixedAside Display = OffAside Theme = DarkContent Width = FixedFooter Width = Fixedhttps://preview.keenthemes.com/metronic8/demo13/layout-builder.htmlI have been trying...
Hello, I am using the CKEditor Inline in my Django app, and I would like to add a save button along with other buttons to the toolbar. I tried following the CKEditor docs but i keep having issues with ButtonView, which seems to be necessary for this task. I was able to successfully run:npm i...
I'm getting this message, could you please help me$ npm run build> keenthemes@1.0.0 build> webpack[webpack-cli] Failed to load 'D:\Dev\metronicnet\blazon\blazor_demo1\Starterkit\_keenthemes\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES modu...
I had access to the metronic GitHub repository, but for some reason I can no longer access it. The link where I can request access seems to be not working "https://keenthemes.com/metronic/github" I wonder if you can help with this issue.
Hi, could you please explain in steps how to use the files we obtain from the Layout Builder and integrate them to an existing ASP.NET Core MVC StarterKit project?Where should we include the files? I couldn´t find the documentation about that.Thank you very much!
Hi Sean,Shame on me I was struggling to make the hero section text goes aside aligned with an image as the image below : https://ibb.co/d6x5V7KIs there a ways so you Can you drop us the HTML source code of for Metronic 8 landing page to make it so, and to be Responsive too :)Th...
im having table with the personalization of the ajax table in the standard metronic template for angular.this is how i personalized the datatableConfig in my component: this.datatableConfig = { serverSide: false, autoWidth: true, lengthChange: true, pageLength: 10,...
Hello, I am trying to install the Laravel version of the Metronic theme. After applying the npm install and npm run dev commands, I am receiving the following errors. To ensure that the problem is not due to the Plesk panel, I also tested it on localhost and received the same error. Below are my sys...
Hi, I tried to use Medtronic 9 via Livewire 3 (full page) but the menus (sidebar and profile menu, top right) are not working properly.document.addEventListener(“livewire:navigated”, () => {KTComponents.init();KTMenu.init(); });But it is not working. Could you please help? We really...