Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Metronic (5221)

Hello Keen Themes, I recently purchased the Metronic v8.1.8 theme and have encountered some challenges during the installation process. I would appreciate your assistance in resolving the following dependency issues I encountered while running npm install: 1. npm WARN deprecated stable@0.1.8:...
Hello, Im using Good and I want to change the Width and Fluid mode to "Fixed" and "Disabled". I dont want to use the Layout Builder. Where can I do it in the code?
hello All, i bought html demo and now i'm trying to take component/page from HTML demo to my angular project but when i'm importing JS Files in my angular.Json get error, compiled successfully but browser won't to load project by this errors , the Js file in angular.json: "scripts": [...
I've purchased and used metronic since metronic 6 for Angular project. I notice that for Metronic 8 (Angular) Demo 1 did not provide full example and functionality as Metronic 8 (HTML) Demo 1. Can i have the full source code as Metronic (HTML) Demo 1 for Angular? There is alot of component missing i...
I see icons being used in the following way, KTIcon iconName='message-question' className='fs-2' /> but I was unable to find references to the iconName used to reference the icon used in Duotune, many of the icons mentioned in the documentation page cannot be found - ht...
Does Metronic 8 have a "bootstrap select" widget like in Metronic 7? Example: https://preview.keenthemes.com/metronic/demo1/crud/forms/widgets/bootstrap-select.html I want to migrate my project (which had this widget everywhere) from 7 version to 8. And I need to rebuild everything for Select2?
Can you please help me to get rid of that error at metronic8. I'm getting Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')" error even if I created assets according to your tutorial video about building assets. Do I have to add search.js t...
The elements on the error page 404 is all aligned to the top left, where I think the intended position of the elements should be aligned in the middle vertically and horizontally right?
This problem actually exists in the Angular Metronic demo as well (https://preview.keenthemes.com/metronic8/angular/demo1/builder). So I have a menu; some have submenus and some do not.
I'm using the logo as the "home" button (as most applications do) and do not have a "Home" menu item on the main menu. So, when I click the logo, it navigates home as it should, but nothing is triggered to reset the menu so that no menu item is set to active ("here" class).
I can't find the File Manager page for the react version of Metronic, did I miss it anywhere?
Greetings! I have already bought a regular Metronic license, installed an example on Django according to the instructions, everything worked on the development web server. I want to log in to Django Administration (http://127.0.0.1:8000/admin/login ) - tell me, what is the username and password i...
Hi All, I try to open Modal in html and I follow this documentation https://preview.keenthemes.com/html/metronic/docs/base/modal but it is not open,
Hi!! I'm not an expert vue programmer, but I'm really enthusiastic about trying it out. I was checking up on how to use the mysql2 library to make the connection directly, but After a few days of trying, no success at all! lol I wonder if you could give me directions on how to add mysql2 to t...
https://preview.keenthemes.com/html/metronic/docs/general/menu/advanced#dropdown I programmatically create items for a drop down menu (with javascript) after the page is loaded with data attributes accoding this manual, but dropdown not work. How can I activate dropdown menu on fly?
Hi , I just purchased the Metronic Template. I am using laravel (bit new to Laravel, previously Java Developer) I am able to modify the menu for sidebar , but unable to modify the Header menu bar menus. i have tried to make changes to : resources/views/layout/partials/header-layo...
hello, i want to take the page from html demo to angular demo i took the html file and put it in html angular component and took the css and js files also and put it in angular.json "styles": [ "src/styles.scss", "src/assets/datatables.bundle.css", "src/assets/vis-timeline.bundle.css", "s...
Hello!! Just purchased Metronic and while following instruction here https://preview.keenthemes.com/laravel/metronic/docs/getting-started I get the following error when running "npm run dev" [webpack-cli] TypeError: Cannot read properties of null (reading '1') at C:\MAMP\htdocs\li...
Do we have any example on how to use ModalComponent with Angular. How to handle the size and other details like submit/cancel close events?
Hello, After purchasing the license, I updated to v8.1.8 and decided to switch to demo 38, which looks much nicer to me. I installed it, but not all the icons are displaying. Here's a link to see what I see: https://ibb.co/ZJQnnhm I checked the source code, and I do have the following, for...
hello, i'm using metronic8 angular and trying to use widget-27 from demo 50 inside angular component and get error KTUtil is not defined ["Uncaught ReferenceError: KTUtil is not defined"] and added scripts files in angular.json ["src/assets/plugins.bundle.js", "src/assets/script.bundle...
Hello, I'm using your Laravel app theme, and I've been struggling to activate the role and permission sections in the global/menu.php file. I can't seem to assign middleware to routes through the menu. Does the theme support this feature?