Compilation fails after using yarn start due to a sass error in bootstrap.Full error message is as follows:Failed to compile../src/_metronic/assets/sass/style.scss (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-6-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url...
Hi there,Our team are trying to include powerfull Prime-NG plugin into Metronic template.However there is seems some error thrown. We would like to know or share to us how to enable the plugin
in the StartDashboardPage component i tried to working just with one element Tableswidget1 but when a go to dashboard it sticks to top until i reload the page it become normal
Hi,I'm using the CKEditor integrated with the Metronic theme (Classic Editor) built on Bootstrap 5. Is it possible to enable a feature for editing HTML code directly in the editor?I am initializing the editor with the following code:ClassicEditor .create(document.querySelecto...
Hi,I have used this code to set dark theme in HTML theme.var defaultThemeMode = "dark";document.documentElement.setAttribute("data-bs-theme", defaultThemeMode); But when I reload the page, it first loads in Light and then it goes in dark. It doesn't make sense if it...
I’ve purchased your theme on themeforest, however, We’d like to create a text box with a scrollbar to display our terms & conditions. Could you please guide us on how to achieve this in your Metronic theme, or suggest alternative methods if available? Your assistance in finding the best solution for...
Getting below error when trying to use checkbox, or switch buttons. My application is ASP.NET Core 7.Refused to load the image 'data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e' because it violates the following Con...
Hi there,I noticed that package we bought does not have the input focus border highlighting.Mostly forms-control for input , select and etc.Below is metronic sites does have the input focus.https://preview.keenthemes.com/metronic/demo1/crud/forms/validation/form-controls.htmlI did chec...
This is my code$('#ConsultingDate').flatpickr({allowInput: true,maxDate: new Date(),dateFormat: "Y-m-d",});,ConsultingDate = 26 September 2023.The format I want to display the dates is 09/26/2023.The only format that I managed to show was 2023-...
Hi,I just updated the Metronic template from version 8.1.7 to 8.2.I essentially did this by overwriting the assets folder in my project with the assets folder from the new version of the template.But now I have 190 css variables in the style.bundle.css (/assets/css/style.bundle.css) that are u...
Hello.This page is broken, so the "theme builder" is not usable.https://preview.keenthemes.com/start-html-pro/layout-builder.htmlI paid for the theme and my license is still valid so I'd like to use that page too.
Hi,I am using Metronic8 and Demo 49.I want to hide left side menu in some of my pages how to hide, which class I need to change.Screen shot added.https://ibb.co/ggTf0Bc
hello.The drag function does not work in the doc example.Even if you copy the source code, it doesn't work. keenthemms : seven-html-prodoc Url : https://preview.keenthemes.com/html/seven-html-pro/docs/general/draggable/restricted
Good Day KeenTeam Dev,I'm here to report and to request for Metronic 8 datatable responsive layout to be same as Metronic 7 as per comparison now the Metronic 8 datatable responsive looks like a downgrade compare to Metronic 7.Kindly refer to the image below for comparison: -
Blazor 8 comes with a feature "Enhanced navigation" which basically intercepts navigation using anchor elements and instead of a full page load, issues a fetch request with subsequent DOM diff/patch. Blazor supports registering an event listener for that scenario which I have currently implement...