All Users

Hey Guys,Suggestion: For the form-switch - have a unchecked focus colour so that when you are filling in the form and TAB through elements - you can tell when a switch has focus.eg:.form-switch.form-check-solid .form-check-input:not(:checked):focus { background-color: var(--bs-gr...
Hey Guys,I have used starterkit as a base for the conversion of a Metronic v6 app to a Metronic v8 app.I have been successful in all aspects except now I was testing the 'reset password' facility and have gotten as far as getting the reset mail link in an email.However, it then redirects me...
Hey Guys,When you try print a page with a table that has table-striped, you cannot make out whats in the table:
Hey Guys,I have a logo img with black font (eg: logo-default.png). How do I define the appropriate variable / css / whatever needs to be set to have a "dark mode" alternative for it (eg: logo-dark.png)?Thanks in advance!
When you print, it prints the whole page. Would be nice to have a helper class that lets you specify what to print on a page.eg:https://preview.keenthemes.com/metronic8/demo1/apps/invoices/view/invoice-2.htmlWhen you click print, it prints everything. In a real world situation, you would wan...
Hey guys,starterkit (Laravel) doesnt appear to have Tempus Dominus.Ive edited resources/mix/plugins.js to include it from the node_modules directory.However, your help documentation:https://preview.keenthemes.com/html/metronic/docs/forms/datepickerRefers to an init file src/js/ve...
Hi Guys,When you use the combination of table-hover and table-striped together, the table-hover effect only works on alternating rows.I can confirm the same happens in 'dark mode'. (Images below = row one hovering, then row 2 hovering)https://i.ibb.co/R3XvD7n/Screenshot-2023-03-03-at-13-2...
Hey Guys,How can one persist the sidebar state across pages? As soon as we go to a new page, the sidebar is expanded again.Thanks in advance
Hey guys,I got Metronic way back when it was on v6 and used it on a Laravel project of mine.If I recall correctly, I just put all the JS/CSS (/demo1/src/assets) etc in /resources/assets/ and /public/assets/This was before a dedicated "Laravel version" so this was a manual setup.Now I want...