I am a new developer. I have created custom mic.js, camera.js and support-chat.js and support-chat.scss. how do I compile these so they move from SRC to dist?
Hello,i'm using Metronic Demo50, in this demo there is two sidebars (Primary and Secondary),and there's toggle button to toggle secondary sidebar (open and close),the default secondary sidebar is open so, i need to change the default to be collapsed when open the website like,Thank's
Dear Support,Seems the generated toastr css was wrong using version 8.2.0, all missed "r" for "toastr" in below css:https://crm-dev2.clickcola.com/js/metronic/demo1/dist/assets/plugins/global/plugins.bundle.css?1690454408.toast-title { font-weight: bold;}.toast-message { -ms-word...
Hi, i want to reduce the height of the app-sidebar-menu in DEMO25.In SASS I found the app-sidebar-menu declaration but I have no idea how to enter / where to enter exact line. Unfortunately I am not familiar with SASS. Do you have a hint where to enter that? My goal is that the side menu is no...
Hi,I have updated Angular to version 16 and now I have this error when running the serverUndefined variable. ╷88 │ --#{$prefix}tooltip-box-shadow: #{$tooltip-box-shadow-dark}; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵Undefined variable. ╷...
I am working on a Transaction Project that requires datatable with flexibility of adding ,updating and deleting rows ,customizing columns and Validation data flow . How can i deal with that in React Template , can you give more guideline for that
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 we are trying to implement the angular version ofhttps://preview.keenthemes.com/metronic8/angular/demo7/dashboardbut sadly is not the same as the HTML version :( why?https://preview.keenthemes.com/metronic8/demo7/dashboardCan you please guide us on how to have the look and feel the same...
Hello,the ApexCharts have a burger with dropdown "Download as svg" / "Download as png" / "Download as csv" for most of the charts, see https://apexcharts.com/javascript-chart-demos/column-charts/basic/But in the dark theme the css is not customized, so the text in the dropdown isnt visible.It'...
hello, i want to take the page from html demo to angular demo i took the html file and put it in html angular component and took the css and js files also and put it in angular.json"styles": ["src/styles.scss","src/assets/datatables.bundle.css","src/assets/vis-timeline.bundle.css","s...
Hello. Im trying to implement the avatar option on an angular project using ImageInputComponent. I have bootstrap ImageInputComponent on the ngOnInit of my component like this: ImageInputComponent.bootstrap('#my-avatar')But this is not working, the cancel or remove options, never worked...
Hi,I've just downloaded a copy of Metronic 8 (Demo 1). I've got it running on localhost and I'm successfully able to modify some variables in the _variables_custom.scss file.But when I try to switch to Dark Mode using the switch in the top right of the UI, the switch doens'...
Hi All,I'm facing problems when I use this site for my code: https://preview.keenthemes.com/metronic8/vue/demo1/#/apps/customers/getting-startedWhen I add customer, scroll down to select Country, the website automatically scrolls up and can't select Country.Please show me how to fix it...
Hi i am looking forward to purchasese the theme our project is in angular and react.If i purchase the theme will i get the files for just angular or is it both?? and is there a seperate link to download the angular theme.Thanks,
Hello,would it be possible to set some background for input:autofill? Firefox sets #8D8A5D, which is ugly and also in dark mode the #92929F text is not visible.Thank you,Martin
Hi,I got this error TypeError: KTApp.hidePageLoading is not a function, could you help me on this?the error seems happens from scripts.bundle.js // Init page loaderwindow.addEventListener("load", function() { KTApp.hidePageLoading();});
I am working with metronic and I am fairly new to Angular. What would be the best approach for modifying the opacity of the background-image? There are a lot of scss files in this project and I want to make sure I do this right. Thank you!
Hello, I am using Laravel version, how to switch Sweetalert2 notification from light mode to dark mode. Btw, I am using LivewireAlert package. https://github.com/jantinnerezo/livewire-alertThanks.