Hello, i want to ovveride the .container-xxl max width and make it as the demo1 full width of the screen @media (min-width: 1400px).container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1320px;}where can i find this part in the saas...
hello, in the theme for e.g. https://preview.keenthemes.com/metronic8/demo51/index.html?mode=light There are sections where I want to be able to toggle/resize or hide the top big buttons sections can you please help.how can we change the background for the toggle sectionshow we we make it...
Hello! I'm trying the 'system' theme in the Angular demos but it always uses the dark theme even though my OS (Windows 11) is set to the light theme. The HTML demos do work well. Demo Url: https://preview.keenthemes.com/metronic8/angular/demo1/dashboard
Hello, As Draggable's script bundles are separated from Metronic 8 global bundle I decided including draggable from this link:https://cdn.jsdelivr.net/npm/@shopify/draggable/lib/draggable.bundle.legacy.jsThe reason for this I wanto to create widgets in the sidebar that gonna be dragged and d...
Hi ...and sorry for the stupid question.I have try to chane a secondary color in _variables.scss.I have set to #c2c2c2 !default;Afetr I have compile with gulp --demo1.Structure:pubic- metronic -- demo1 -- tools...I have switch with terminal in tools and run the command gulp --d...
Hey, I am trying to remove the focus. once button is clicked and you went out of the button the focus is there in the button if you enter a key in keyboard the button will be trigger the click event because the button is focused until you click outside the button in any places hope you understood is...
Hi,I'm using Metronic 8.2.1, React version. I'm working on Demo1.Can somebody please explain to me, how can I efficiently change theme colors (statically, I'm happy with Light-Dark theme options, I just want to change the colors inside the theme)? Do I have to change colors of the theme...
I'm currently in need of a code editor type field that I can embed directly within my web app and I noticed that Metronic v4 had it available here: https://preview.keenthemes.com/metronic-v4/theme/admin_4/components_code_editors.htmlIs this same 'CodeMirror' code editor available out-of-the-box...
In this basic example: https://preview.keenthemes.com/html/metronic/docs/general/stepperIf the text sizes are different, in mobile they don't seem aligned from the beginning. Can you suggest a way to fix it?screenshot
Hi,Do you have any guidance on how to convert the Metronic Blazor Server app (using .NET 7) into a Blazor Web App - (interactivitytype = Server) (using .NET 8)?
I try to implement the Date Picker from the demo "Set First Target" into the Wizard "Create App" - but i can't receive the Date within my form. The picked Date is not stored in the "Interface" data. I use the name of the declared object within the parent - but the Yup (defined in the parent) tells m...
Hi, I would like to start a new project using Metronic React theme. I like design of Demo #36 but in downloaded project there are only 6 React themes. I can see all 60 themes in HTML folder. How can...
I am applying fixed column to the datatable by fixedColumns: { left: 0, right: 1 },It worked but when clicked on the actions button, a menu popup was hidden behind the below action button. I have tried initializing menus as belowdatatable.on('draw', function...
Error:-ERROR in ./src/_metronic/assets/sass/style.scss (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].oneOf[7].use[3]!./node...
Hi! Im using the Demo 1 version of the metronic template, i chose the Vue option.I am having a little trouble trying to render a drop down menu in my screen.There is this template section with a v-slot (Actions) inside a datatable:
I am in the process of refactoring my Metronic project, incorporating Blueprints and a create_app function. I am encountering uncertainty regarding the use of @app.context_processor in this scenario.I kindly request your assistance and would be grateful for any insights or code snippets you coul...
I'm currently working with Metronic8/demo42 and exploring ways to customize the global color scheme of the sidebar menu. My focus is on altering the background color of the sidebar and changing the default and hover colors of its menu items font. I've examined the "Global Stylesheet" (/css/style.bun...
Hi team, I'm looking for some advice to solve my problem. The template can be found Demo10 dashboard.htmlhttps://preview.keenthemes.com/metronic8/demo10/dashboard.htmlCurrently, when accessing the dashboard.html page, the sidebar will collapse on the first page load. This is only present...
Hi,I have purchased the Metronic theme. So far I was able to run all the REACT demos, but i do have a small suggestion: yarn.lock file tends to break 'yarn install', because of versioning issues. After removing the yarn.lock, the demos are running smoothly, as yarn.lock is being rebuilt.I ha...