Hey Guys,I have a logo img with black font (eg: logo-default.png). How do I define the appropriate variable / css / whatever needs to be set to have a "dark mode" alternative for it (eg: logo-dark.png)?Thanks in advance!
When you print, it prints the whole page. Would be nice to have a helper class that lets you specify what to print on a page.eg:https://preview.keenthemes.com/metronic8/demo1/apps/invoices/view/invoice-2.htmlWhen you click print, it prints everything. In a real world situation, you would wan...
Hi,We have purchased and used the Metronic theme(s) for sometime.Is it possible to download design elements for the latest version of Metronic for Figma as we would like to do some storyboarding between our business and dev teams to document the layout/use of components in various parts of the s...
Hello,I am planning to use Metronic as a theme in my SaaS application.I've already read some questions in this forum regarding that topic but I don't think that those threads answer my question properly.How my server setup looks like:I want to have multiple paying users which can access th...
Hello, I would like the id="kt_app_sidebar" to be automatically closed when the page is loaded, but I can't find what to modify... Thank you for your help. I'm using the HTML version. Also, I would like to assign my own colors to the "SYSTEM" system theme, which CSS file should I modify? (Or already...
In menu.js on line 248"var target = document.querySelector('[data-kt-menu-target="# ' + the.element.getAttribute('id') + '"]');"It has a space after "#" in query selector. It occurs bugs
VM1503:2 Uncaught ReferenceError: process is not defined at 4043 (:2:13168) at r (:2:306599) at 8048 (:2:9496) at r (:2:306599) at 8641 (:2:1379) at r (:2:306599) at :2:315627 at
Hi,If I'm using v-loading, the z-index of it is 2000 and conflicts with KeenThemes (such as sidebars, modals etc, as they have around the z-index: 100).What is the best way to make sure it does not conflicts? I didn't find a perfect way to change the z-index of v-loading. Could you help?
HiI just bought Metronic theme and trying to run with Blazor as per given instructions but getting error as below while running "npm run build" command: Failed to load 'D:\Celestia\MetronicBlazor\Starterkit\_keenthemes\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is...
Hello I have noticed that in _select2.scss some colors are set to color: var(--#{$prefix}input-color);But --bs-input-color is not defined in BS neither in Metronic.For example: // Selected.select2-selection__rendered {display: block;padding-lef...
Hi!I am using Metronic Demo 1 for Angular and I trying to save the sidebar status (either minimized or not) so it stays the same way after a refreshIn sidebar.component.ts Tried to set 'data-kt-app-sidebar-minimize' to either 'on' or null but when I do, I can't change the status again....
HelloWe need to develop a web application using Metronic template backoffice (vuejs) but we need also to create several form pages without backoffice connection.I was testing to create those form pages, so I added a second app in main.ts (called appForm) and I add div id #appForm in index.ht...
hello,im try to using action button in yajra datatables on this pagehttps://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side#while i try, the action button not working, it's just open to new page, not showing edit button and delete button, thanks