I have purchased the license and have downloaded the source files for Metronic. I am looking to download the Demo for Metronic 9 Demo Website and Pre-Built Pages.I only found Metronic 8 download links.
I have a action menu in a datatable as in the demo, but i set the responsive to true. So when the actions menu is on responsive view on click dont show the menu.Im working with ajax server side and i use drawCallback : function(){ KTMenu.createInstances();and i try t...
Hihow can we create stepper without step indicators using metronic theme?For instance https://preview.keenthemes.com/metronic8/demo1/utilities/wizards/horizontal.htmlWe want to remove stepper indicators as ("Account Type","Account Info","Business Info"...)Could you help us, please?
Hello, I started my project using the laravel integration documentation in the metronic version I specified. But on mobile devices, sidebar z-index:100 does not happen. Therefore, the drawer-backdrop stays on the sidebar. How do I solve this problem! It's a bit urgent.
I'm looking to have a default layout where the sidebar is always expanded, and does not have a minimize toggle.On the demo site, I'm able to get what I want and copy the provided configuration to my DefaultLayoutConfig.ts file, but when I reload (even after clearing out everything in local stora...
Hello, we purchased your theme. We are pulling the products from the database nicely. However, when there are many products, the page opens slowly. Can you solve this problem?Panelhttps://app.acr-multiplanet.ch/full/multiplanet/products.php
I am using a Metronic HTML template (demo 40) and I need to make my controls, such as inputs, select, etc... of the type 'Floating Labels' to make the font smaller and therefore reduce the padding and margin space to top and bottom. Is there a style where I can specify the size of the Floating Label...
So basically i am first time Metronic users so a lot of thing like including plugin etc is not familiar to me. I am using Laravel template for metronic for one of my project.So i am trying to use the Draggable plugin: https://preview.keenthemes.com/html/metronic/docs/general/draggable/overview#usa...
I am trying to import tailwind base colors like (teal color) into my tailwind html template. But when i build the css it is always missing those colors. Here is my tailwind.config.js configuration```jsconst defaultTheme = require('tailwindcss/defaultTheme');const defaultColors = requi...
I recently purchased Metronic 9 Tailwind CSS version and integrated it with my React application. Following the documentation, I added the initialization code to my app.js:useEffect(() => { KTComponent.init(); KTLayout.init();}, []);This successfully got the basic...
I saw that you have a full react implementation but still without a detail documentation.May I know how to add/remove menu?Also, how to remove top bar menu?