Hello,I am using Metronic's Angular latest version V8.2.5.I'm currently in the process of implementing a custom user-inner dropdown component within the navbar component of my application. However, I've encountered an issue with the behavior of the data-kt-menu-trigger attribute. Specifically, w...
How can I open/close a drawer via a method call? I'd like to be able to generate drawers and open/close them using a method that would be called after various actions.At present, it seems that the drawer can only be opened via a button that has a src=“ID” which is equal to the drawer ID.
Hello, we are using Metronic React theme in our project and I wanted to know if there is a guide to customize the whole bootstrap theme. I understand that we can override sass variables like "$primary" in - /src/_metronic/assets/sass/components/_variables.custom.scssBut where can I include funct...
Class react-select-styled can't be use in Metronic 8.2.0. Can you help on implementing this currently it is causing the list option unable to bee see when in dark mode. How to fix this?
Could you please help me? I can't run demo 1 because of DataTables.Settings in all components not working. The error is: Cannot find namespace 'DataTables'.ts(2503).When I add this import:import DataTables from 'angular-datatables'It works, but type DataTables.Settings = /*unresolved*/ any...
Hello, I'm developing application using Metronic Vue 8.2.5 version I can run the application just fine using Node 20.11but I can't build the apps. I even tried to build the base Metronic vue and found out that I can't build it either. Is there any specific requirements that must be meet...
Hello! I've installed Laravel version. The are some 404 errors: http://127.0.0.1:8000/user-management/assets/media/misc/menu-header-bg.jpghttp://127.0.0.1:8000/assets/plugins/global/fonts/keenicons-duotone.woff?eut7fk (this file is in keenicons-duotone subfolder)How can I fix this properly?
I'm trying to do one of two things, not sure if either are possible.Possibility 1:When you go responsive for small screens, the secondary menu turns into a horizontal scroll menu when you access it. Instead of a horizontal scroll, can that be turned into a normal menu breakdown like the prim...
checkout this link , using an android device, https://vishful.co.in/testnet/index.php. The sidebar is not popping up when it is clicked upon. I want this to be sorted out immediately. The sidebar in the The template is METRONIC8 ORIGINAL/...
Hi,I am trying to redirect to a custom page after successful login, however it always redirect to dashboard. I made changes AuthenticatedSessionController but again it doesn't redirect to the custom page. I even change the HOME in RouteServiceProvider but it didn't work. How can I change the def...
I have noticed that when clicking on the "Profile" option, the popover opens as expected. However, if I navigate to a component such as "Error," where there is no layout, and then return to the home page, the popover no longer opens upon clicking on "Profile.". This issue is causing inconvenienc...
how can i implement the backend pagination in node-express according to your react frontend ....I cant even see the pagination design in the userlist page(in the code there is a component but its not reflected in the page)
How do I use StepperComponent from _StepperComponent.ts file in Angular project.I copied this from html documentation and tried to make use of it, but couldn't make it work, couldn't find docs with anything other than html.
hello everyone,I whould build a new page blank for a new project.I try generated new build with https://preview.keenthemes.com/open-html-pro/layout-builder.html and rename all page with ".blade.html" but it not a laravel page. I can build new page for my new Laravel projet with what ?Best...
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 am using the latest version of Metronic 8.2.5 with DataTables Bootstrap 5 styling. However Metronic does not seem to respect the new layout option provided by Datatables.For example when I initialize my table with below code but Metr...
hi,i am using metronic react demo 1 theme, when i am changing the theme mode to dark or light the sidebar color is every time black, i want sidebar color to white when thememode is light, and dark the sidebar color if mode is dark, and one more thing when user first time login then the default mod...
Version: Metronic HTML v8.2.5 Demo1Problem, page: https://preview.keenthemes.com/metronic8/demo1/apps/customers/list.htmlSS: https://prnt.sc/pVKUNxqzVB5O (open mobile and click chat)Workaround: The issue is that it causes the width of the page to be calculated differently as the page loads...
Hello, I followed the steps here: https://devs.keenthemes.com/question/draggable-demos-do-not-workUnfortunately, draggable is still not working for me in my Django app.This is how im trying to use it in my js:var containers = document.querySelectorAll(".min-h-200px.draggable-zon...