Metronic Mega Update!Tailwind 4, React 19, Next.js 15, KtUI, ReUI, eCommerce, User Management Apps and more
Explore Update

Tag: HTML (1408)

when in [ layout-builder ] it is active [ Header > Content > Page Title ] The error " Uncaught TypeError: element is null " appears.Tested in Demo1
When the output file uses the parent page, inappropriate tags are usedExample: !--{{}}--> }}--> }}-->
This is my code. Even putting this data-backdrop="static" it closes anyway when you click outside.
Hello,When accessing the page https://preview.keenthemes.com/metronic8/demo1/toolbars/extended.html an error is thrown in the console:Uncaught TypeError: Cannot read properties of null (reading 'closest') at KTMenu.getInstance (scripts.bundle.js:2425:25) at handleTogg...
Hi, i have problems opening a menu dropdown on button click like it's in docs. I am running .NET project and everything else is running good! It's not triggering "open on click". This is the code:
Hi ,I am using Metronic 8 demo 4 template for my website I am trying to hide the aside menu and instead of it showing the button and want to add the functionality that when the button is clicked it should show the aside menu and if clicked again it will hide the aside menu . Is it possible to ch...
I am using Metronic Template 7. All svg icons turned black. I see that the svg icons have turned black in your demo area as well. How we can solve this problem?
HI there,would it be possible that primary and secondary color theme for the template is "pulled" from an outside source or config file instead of the css file?The idea is that a user can pick and choose some colors programmatically in the application to adjust a certain page more to their C...
Hello,I wish to use Bootbox to show confirmation message on an application I've developed with Metronic 8.The result is the followingWhat can I check?Thanks
Hey thereBoth on my locahost version and the keenthemes hosted version have the same bug.I've tried moving some scripts to different positions, header, footer, within html, outside html.. but no improvement.Steps to reproduce:> See: https://preview.keenthemes.com/metronic8/demo2/apps/c...
All SVG colors on the site automatically turned black.Not just for one site. The SVG on the sites in my local has turned black.It happened without any CSS, HTML changes. Example: https://i.postimg.cc/26dMBb92/image.pngExample 2: https://i.postimg.cc/k52bTz0b/image.png
Hi TeamI've been using the duotone svg as image files rather than raw svg code, but I lose out on a lot of control and features (eg. for colors and adaptiveness in header nav).For your next release, is it possible to have svg-icon markup affect the img svg in the same way it affects the svg...
I'm working with stepper element in the modal, I'm having 5 stepper steps. After clicking continue I want to hide the second step and its content.I have a dropdown in the first stepper. On the basis of this dropdown we need to hide some steppers and its contents and if we go back I want this ste...
Some options are not available in the page builder.. - Fixed sidebar is not working. - All toolbar models are the same.
i want to change my color default to light mode, but not working still change to system default setting (dark), how can i change that ?
I want to customize the styling of the HTML theme.I followed the description of the document to modify the sass file.( _variables.custom.scss)https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/customization/sass.htmlBut during the process, the sass file cannot be...
Hi,the issue is here https://preview.keenthemes.com/metronic8/vue/demo5/?_ga=2.208797522.1913056374.1650360416-103528003.1650360416#/crafted/modals/forms/new-targetwhen we click on calendar to move between months or pick a different year range ... no matter what calendar is closing. S...
I have a stepper with one step, this step asks the user what they want to do, when they select an option is step 1, I do the following1. destroy the stepper2. load new steps from 2 onwards depending on what step 1 was3. initialize the stepper with the new stepsThe bug/problem is, that wh...
Hi, when does the Vue version gets updated with the latest design/css/html updates from the HTML version?
I can't find a way to edit with javascript and submit the image. The controller always returns me missing image. I want use the image-input metronic component.What would be the correct way to do it?This is my submit form:...
I want to update Metronic version from v7.2.9 to v8.1.1 in the project. How do I know the update I have to make to upgrade the version?? Basically, a project is in Asp.Net Core 6 MVC, and there are a bunch of Controller, Views, and JS files. I know how to update views from Metronic 8 documentation b...
The HTML folder contains the "Invoices" while laravel doesn'tHow can I use any html pages inside the "Apps" folder of the html theme into laravel?Should I changes classes? update css?