Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: HTML (1239)

Hi,When I apply offcanvas under this theme (Metronic 8), it seems that all offcanva css disappeared.Original bootsrap's offcanvas documentation:https://getbootstrap.com/docs/5.1/components/offcanvas/I know the theme provides "drawer" component which similar to this, but it does not sup...
Hi,For your kind assistant. We are using Metronic bootstrap 4/5. Would like to know how to make select2 multiple select dropdown remain open.RegardsKC
URL:https://preview.keenthemes.com/metronic8/demo1/documentation/editors/ckeditor/classic.htmlerror:ckeditor-classic.bundle.js:5Uncaught SyntaxError: Invalid or unexpected tokenclassic.js:7Uncaught ReferenceError: ClassicEditor is not definedat exampleClassic (classic.js:7:9)at Objec...
Good morning. I recent buy the "Good theme" but i try to configure the Dark/Light mode like a live preview (change it in a button), but the documentation does not mention it, but the documentation does not mention it, it only mentions the Dark mode as static mode. And I would like to handle the th...
https://i.imgur.com/tMqnec2.pngHiI have an issue with the upgrade plan modalThe radio select not movehow can I fix this issue (check picture)but the demo working fine herehttps:/...
I bought the theme and found some incompatibilities between the HTML and React templates and I wonder if these are bugs on purpose.E.g. in the HTML variant https://preview.keenthemes.com/metronic8/demo2/index.html?_ga=2.113315840.629434246.1650704264-516791475.1646857236 the toolbar menu unfolds...
Hi, I cannot find the ecommerce.html in the downloaded vue demo2 which is available in the preview.
I have tried everything possible, however I am not able to minimize the sidebar. Any solutions please thank you ?
on the Metronic template, demo1, when I click the header menu in the dashboard area in my project. It does not dropdown. Any idea why this is happening ? Pls I need help
I am trying to convert the Html theme to React since i could not really get a good grasp of the code. Everything seems to be working but I am having issues with the drop down and other triggers. What do I need to do to get going?
I am trying to add select2 in a modal but I have this error when I click on the select.https://ibb.co/qmkcXqFI am using these
Hi I was expecting an html version of other demos. Where can I download or view it? thanks!
HelloIn the demos, regardless of the amount of content in the "content" area, the footer is positioned at the bottom of the viewport.When developing locally, the footer moves up the body area, to the bottom of the available content.I have validated the class names for footer & content di...
Do you have plans for offering the backend in Python (e.g., Flask, Django, FastAPI), Go, or Java?
I noticed that the Metronic 8 Demo1 HTML keeps the state of the menu when the page changes. I mean that it keeps the scroll location, which parent menus are collapsed or extended, etc.I did an implementation using the same Demo1 sources but my menu state is not conserved between requests.I c...
Hello, I would like to know how to enable or disable the action of inserting a field of the form, another field of the form.In particular I am using wizard 2 and I would like to enable validation when changing another field.Thanks
There is a HTML demo which I need for my project! It's labelled "Demo 22 - Social Dashboard" in preview page. (https://preview.themeforest.net/item/metronic-responsive-admin-dashboard-template/full_screen_preview/4021469?_ga=2.15566066.514234694.1649916692-688977105.1649785491)But same demo pa...
When the secondary aside is enabled and minimized please make it to where when you click on an icon it displays the secondary aside content.
Is it possible to programmatically scroll a KTScroll to the top?I'm getting the element as follows:var scrollElement = document.getElementById('kt_modal_new_address_scroll');var scrollObject = KTScroll.getInstance(scrollElement);But there does not seem to be a public met...
DrawerComponent.ts contains static method handleDismiss().It is used for external drawer toggle handler.There is compiler ignored line there:/* @ts-ignore */const element = this.closest('[data-kt-drawer="true"]')this refers to class, and not to an instance of it, so closest does not exis...
I'm using HTML template project for my Vue JS project, and when the user redirect from login page to dashboard for the first time, the user account menu dropdown is not appear. As a user, i need to refresh my page first so the dropdown will be work.How do i resolve this issue? any suggestions? Tha...
InI need to maintain the state of the Aside Menu between requests. I noticed that when the toggle is used to minimize the aside menu a cookie is set.Is this cookie suposed to restore de minimized state of the toogled menu? is there any way to persist or restore the state of the menu between...