I want ajax and update exits DateRangePicker. I want click daterangepicker and auto select datetime$(".kt_datepicker").daterangepicker({ singleDatePicker: true, timePicker: true, showDropdowns: true, minYear: new Date().getFullYear() - 1, local...
Hello, I did everything described here: https://preview.keenthemes.com/html/metronic/docs/getting-started/integration/laravel.Except for the part: The default dev dependency laravel-mixis required for next steps, you should leave it in the npm/package.json.(I am not sure what it means.)Then...
Hi Sean and TeamI'd like to change the color of the placeholder or mask used for inputMask.When I inspect element, I can't see anything in the DOM, so I'm struggling to find out which selectors to change with CSS.Is there a programmatic way to customise colors and feel? or is there a dat...
I have the following problem following (https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/build?demo=demo1)when executing the command 'npm run dev', it is already mounted in ubuntuERROR in ./resources/assets/core/plugins/plugins.scssModule build faile...
HI, Good night, i'm try use examples of daterangepicker- https://preview.keenthemes.com/metronic8/demo1/apps/ecommerce/reports/customer-orders.html- https://preview.keenthemes.com/metronic8/demo1/apps/ecommerce/reports/sales.html- https://preview.keenthemes.com/metronic8/demo1/apps/ecomm...
npm install sweetalert2 npm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolvenpm ERR!npm ERR! While resolving: @angular-eslint/schematics@13.2.1npm ERR! Found: @angular/cli@14.0.0npm ERR! node_modules/@angular/clinpm ERR! dev @angular/cli@"14.0.0" from the root projectnpm ERR!...
Hello, I have been trying to find a way to change the language i use in my laravel/metronic 8 application. 1st problem : I have created a new lang folder called fr, and to get started I copied the files I had in the folder en, translated them, changed the language in app.php and the pages ar...
In mobile view the logo is broken.Also, I'm wondering about the ETA of this: https://devs.keenthemes.com/question/bug-in-create-modal-continuesubmit-navigation-buttonThanks.
Hi,I have a problem with sidebar: I am applying Metronic theme 8.1.5 to existing MVC 5 application. After clicking on sidebar menu, application loads content but chosen menu does not stay visible and marked as chosen. I checked ASP.NET Core sample Starterkit and there is the same problem. Glob...
In development the fonts load correctly from path: lib/assets/plugins/global/fonts however in production I get a 404 file not found for fonticon icons.Note: bootstrap-icons load correctly in production and the paths match in plugins.bundle.css Is there a place in the se...
Hello,I'm using the Laravel package of the demo7. I cannot close the modal with the discard buttonSame page as below.Am I missing something?https://preview.keenthemes.com/metronic8/demo7/apps/user-management/users/list.html
Hii have setup metronic dashboard at a local server evrythink is okay and goodwhen i setup google authentication I use this parameter for .env GOOGLE_CLIENT_ID= my_id .... GOOGLE_CLIENT_SECRET= my_secret .... GOOGLE_CLIENT_CALLBACK=https://localhost:8000...
i need to use id navigation to go from navbar to specific section in my home page so i put in my anchor in navbar href="#about"and in my section id="about"but, the page refresh and didn`t go to the sectionplease support
I have an issue with utilizing multiple scripts on one view. I have a view that contains a collapsible panel and form validation. I am trying to utilize the assets/js/scripts.bundle.js and the assets/plugins/global/plugins.bundle.js which I believe are what is needed to utilize collapsible panels an...
How to setup hot reload in webpack in metronic 7 and react template? what is the config and command to run in a terminal?https://keenthemes.com/metronic7/?page=docs§ion=react-quick-start
Hi, I'm using metronic angular v8.1.5 demo1I found a typo that was causing the breadcrumb to not be displayed.src/app/_metronic/layout/components/toolbar/toolbar.component.ts:120this.appPageTitleBreadcrumb = this.layout.getProp( 'app.pageTitle.bre...