Hello everyone,we have read the roadmap for 2024 for metronic and we are very excited about that. We love this UI theme :).Nonetheless we are developing our application using Angular and recently updated it to Angular v17.In order to make it work, we needed, of course, to make some minor chang...
There are multiple problems when trying to implement FsLightbox on our Blazor WASM project.1. For some reason const lightbox = new FsLightbox(); does not automatically registers itself on data-fslightbox attribute specifically have to use lightbox.props.sources = document.querySelectorAll('[data...
I'm currently in need of a code editor type field that I can embed directly within my web app and I noticed that Metronic v4 had it available here: https://preview.keenthemes.com/metronic-v4/theme/admin_4/components_code_editors.htmlIs this same 'CodeMirror' code editor available out-of-the-box...
I am applying fixed column to the datatable by fixedColumns: { left: 0, right: 1 },It worked but when clicked on the actions button, a menu popup was hidden behind the below action button. I have tried initializing menus as belowdatatable.on('draw', function...
Hi, based on user data retrieved from the server, I need to dynamically create action button - Toggle drop down (which will show edit / delete button) . When I click this button , Menu is not opening. Template : Seven Html 1.1.4Page : User Management / User
Following latest update on Start bootstrap theme, the dark mode button is not present in the layout, also on manually changing the theme mode to dark, the body background, card heading, etc don’t display well.
Are there any of the Metronic demos that do not use jQuery at it's core? I was hoping to use one of the demos that had a horizontal layout and looked at 32 and it requires jQuery. I need one that does not require jQuery so I can create a layout file for Blazor.
Hi,I've updated my project from 2.1.1 to 3.0.6.I use select2 component as below@Html.DropDownListFor(model => model.FirmId, new SelectList((System.Collections.IEnumerable)ViewBag.firmList, "Value", "Text"), new { @id = "FirmSelect", @class = "form-select form-select-sm form-select-solid"...
I develop react typscript based on metronic_react_v8.1.8 themes, but have somw problem in build process.It's build successed, but when I try serve -s build, It's response only just loading with icon then dissappear not have anything else after that.I read for many question that similarity wi...
Hi, I am using the good admin template v1.1.1 (recently upgraded). In the past I had just compiled the css into one big style sheet, but that was difficult to manage. I am now using the scss partials structure, and the migration has worked really well for the most part. The bulk of the styling is pu...
Hello everyone,I'm currently working on a project using Symfony and the Metronic theme to develop an online application. I'm looking for a solution to integrate a tour guide functionality to help users navigate the application.I've explored a few options, but I'm wondering if anyone here has...
Hi,I purchased the Start – Bootstrap 5 Admin Dashboard Theme from https://themes.getbootstrap.com/ site. There it shows version v1.0.9, however the current version in the hosted demo site is v1.1.4 Changelog says this as well.Start HTML Pro v1.1.4 - 9 November, 2023How to download the l...
hello,In a Metronic theme, I'd want change the default colors: "primary", "warning", "danger" ,...etc, (same class name but different color), or possibly add others. how can I do this?ThanksValerio
Hi, I've added a dropdown button in datatable row. But it doesn't show dropdown menu on click. Then I've checked demo page and got the same result at https://preview.keenthemes.com/keen/demo1/apps/customers/list.htmlDropdown buttons doesn't work
Hi, I need to maintain the separate page as an independent component from the sidebar menu. I noticed that when the toggle is used to minimize the sidebar menu it hides the section but does not remove it. I want to completely remove the sidebar menu component and run the component as a full page...
As seen on the documentation page (https://preview.keenthemes.com/flask/good/docs/index):TemplatesTake your templates to the next level and build dynamic interfaces with ease using various pre-made Good layouts and partials. Show Me How (https://preview.keenthemes.com/flask/good/docs/vie...
Hello,I'm contacting you regarding a problem I'm having with the menu system on my Metronic user interface.Here are the steps to reproduce the problem:I click on the "aside" menu on the left, which opens a first "menu-sub-dropdown".In this first "menu-sub-dropdown", I click on a button...