Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Metronic (1307)

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,I have implemented a datatable from the Laravel example (starter-kit).The datatable works perfectly - it lists all of my Clients in the clients.index viewpublic function index(ClientsDataTable $datatable){return $datatable->render('pages.clients.in...
const drawer = new KTDrawer(document.querySelector("#BillDrawer"), { activate: true, escape: false, overlay: true, permanent:true, width: { default: '100%', 'md': '80%' } }); drawer.show();I used above code.When i press esc key, it's closed.Is there any wa...
i am facing problem in metronic theme in old version but i have a new version of node js 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].us...
Hi guys,I'm trying to use tagify in my angular project but I'm not able to. This is what I'm doing, By reading the doc and also checking the code, apparently the CSS is already included in the project, so I'm not including anything in the angular.jsonSo I npm install tagify
Hi Team, I'm using the Demo 1 of Metronic Template and in the Sidebar _menu.html file, I'm not finding a way to disable the little arrow beside the logo that collapses the Menu. I want that the complete sidebar gets always visible to the user. I'm attaching the screenshot. Please help me...
Hello am using metronic 8.1.6 and the dropdown on datatables is not working it just scrolls up, but i see on 8.1.8 its working how do i fix this on 8.1.6
I'm using Metronic 8- Demo 6 React version. I don't require the toolbar anymore so I got rid of it. But when I'm doing so, I'm getting an extra space there. How to get rid of that extra space?This is a part of the MaterLayout code. , {/...
In the Metronics dashboard, the "active" state for buttons isn't distinct, unlike in Bootstrap where buttons show differences between "hover" and "active" states.I noticed in the Metronics documentation, specifically at https://preview.keenthemes.com/html/metronic/docs/base/buttons#active-style,...
hi Metronic TeamI am trying to add a product page to my Laravel project, but the JavaScript isn't functioning properly.Code part :1. add-product.blade.php>
Dear,How do I disable/enable input text by Switcher?https://imgur.com/eTslxhGThanks in advance
I want to make the dropdown menu's width be dependent on another element. The element's width itself is dynamic as I used the responsive-friendly classes on it. I am using Angular; I tried to bind the width using [style.width.px] but it only works for the first trigger. After closing the dro...
I develop react typscript based on metronic_react_v8.1.8 themes, but have somw problem in build process.It's build successed, but when I try serve -s build, It's response only just loading with icon then dissappear not have anything else after that.I read for many question that similarity wi...
HelloI purchased Rider HTML Pro on 11 Nov 2023 and have been investigating it. I have a very simple non profit site in mind: 2 files: one is 360,000 rows, one is 210,000 rows that end users search and export a csv file.So my main focus has been on utilising the Datatable.net plug-in. I h...
Dears, I have an existing project and I want to apply the theme.Which files are needed to do so? Imagine that you are starting from scratch, which files should I import?I only care about the references needed I will take care of the rest.
Hello everyone,I'm currently working on a project using Symfony and the Metronic theme to develop an online application. I'm looking for a solution to integrate a tour guide functionality to help users navigate the application.I've explored a few options, but I'm wondering if anyone here has...
Hello,is there any example of how to implement Draggable Cards (Basic example with one container) along with Form Repeater.The problem:What I need is to use Form Repeater to let users add multiple items. But what if we need to add an item between previously added items? I cannot find an wa...
Can you offer the Metronic theme for Flutter applications? We're planning to develop a substantial Flutter application using this theme, and it would be highly appreciated if you could supply the Metronic theme for Flutter.Link: https://preview.keenthemes.com/metronic8/demo58/index.html?mode=lig...
I want to implement Metronic 8.2 in a Nuxt App, I want to know if anyone has used Metronic with Nuxt
Hi,In Metronic HTML v8.2.1, the LIGHT SECONDARY text is invisible in some cases below- Badge: Light styleNewhttps://preview.keenthemes.com/html/metronic/do...
Hi !I use Metronic 8 for Symfony, I use Select2 in a modal, and I try to set values in JS (Multiple values), but even when doing a .trigger('change') or select2:select, the values are not displayed in the input. On the other hand, when I open the dropdown, I can see my selected values, and when...
Hello, I would like to start a new project using Metronic theme and I am a bit perplexed if I should use one of React demos as a starting point or is there some empty React template/skeleton to start new React app? Mojo