I'm trying the Blazor StarterKit demo app for both 8.1.8 and 8.1.9 versions.Duotone icons are not working and it seems to me that plugins.bundle.css does not have the ki-duotone classes.Is it my mistake?May I download the css file from your site and replace the existing one, or this is a bad...
Hi, I used Asp.net core mvc with a metronic template but I have some questions about the model form. How to make the success alert display after the controller action return success??Regards,,
I have been using Metronic 8 Demo4 React version. When I hit npm start, it opens up the dashboard, but today this log in page has come up and when I entered the pre-given credentials, I'm unable to log in. The error reads "POST https://preview.keenthemes.com/metronic8/laravel/api/login 404 (Not Foun...
Hi everyone,how to make a model with form control but without form tags? because I need to send data to the controller by Ajax so, How to make this?Regards,
I have a menu accordion, and inside the menu accordion, there is a menu that is not being displayed. The issue arises when I click on the menu inside accordion, which contains a list of users with sub-menus. Specifically, when I click on a user's menu inside the accordion menu, it does not appear. I...
HiI want to report a bug in html demo 51.Go to the App->eCommerce->Catalog->Products and try to change number, from 10 to 25, of the products in the table, which is in the bottom of the table. You will see that is not possible. Also you can not check the products which are in the bottom of the...
Hi,I'm using metronic 8 for my laravel app. I need the "Docs & Components" button to be moved at the top of the sidebar (under the logo section). I tried many things and lookup to the documentation but I can't find anything about this.This button at the top of the sidebar will be use to send...
Hi,I am trying to use ImageInputComponent with React version. When I add a single control in form that uses [data-kt-image-input] it works fine, but when i tried to add multiple controls for it the functionality doesn't work as expected.Can someone please help me out in this regard?Thank y...
Good afternoon! I am a junior developer working with the metronic platform and I can't seem to make changes to the sidebar CSS. I found the file responsible for the sidebar CSS (_sidebar-light.css) and the code for the sidebar colour and border-bottom (perforated line underneath the logo). I need to...
Hi Brother,I am using Metronic Theme Demo 7 Package as v8.1.1,I am using DataTables Plugin on Tablespace,I Add Some Functions With DropDown To The Last Side Of The Lines,I'm Having Only One Problem,When there is a single line of data, when I click on the dropdown menu, the menu appears at...
i'm usung metronic 8 , i've rewrite a widget , i've called it into a component but i can't see the widget or the widget html contentthe widget is charts widget 25
Hello, I'm using Metronic latest version, when I try to implement the following page - templates - hiring-page.html (you will find it attached) the menu pushes all other items down. I attach a screenshot.hiring-page.html:https://pastebin.com/E0svkV9eThis is the theme layout - default-l...
I looked up you documentation but didnot find any example of opening responsive video iframe in Metronic modals?Tried to implement this by adding and modifying JS code but it didnot work :( actually worked but I was unable to set size of video because the video was at the smallest size. I used y...
I have an input element without label, instead I use placeholder. I want to show required asterisk within input or in any other elegant way.How to do that? The metronic documentation only shows the way for label input but there's no example for input without label.
Hello,I just started working with metronic blazor template.Search icon and other icons of _Dropdown.razor component does not work. I think that @((MarkupString)KTTheme.GetIcon("magnifier", "fs-2 fs-lg-1") function does not return somethingThank you
Hi There,when scroll you can see flickering occurs with fixed header show/hide. this is troubling the user experience in mobile because I have a button to touch that button closer to the triggering point of the header show, so I have scrolled to the bottom and trying to touch the button button...
Hi,The problem i have in my Symfony 6 project happens when my routes have more than one "/" like so :#[Route('/user/{id}', name: 'edit_user')]This prevents any of my assets from loading correctly. I got a vague understanding of how Metronic loads these in my pages by checking...