Hello, can you help me to resolve this issue please[Error] TypeError: KTUtil.onDOMContentLoaded is not a function. (In 'KTUtil.onDOMContentLoaded(function () {KTAppSidebar.init();})', 'KTUtil.onDOMContentLoaded' is undefined)Eval Code (sidebar.js:114)eval../demo1/src/js/layout/side...
I need to identify the device from which the user visits us, so I was wondering if Metronic has something already established that allows me to identify if the user is using the application from a computer or from a mobile phone?Thanks for the help, I'll stay tuned.
Hi TeamThere is an error Error: ENOENT: no such file or directory, open '/Users/xxxxxxx/xxxxx/xxxx/ims/node_modules/@yaireo/tagify/dist/tagify.min.jsI tried with npm install but this keep coming
Hi, friend! We are very happy to use Metronic! It is wonderful!I am using my application in VueJs and metronic8/vue/demo1 Please help me with this:1- The fixed header option does not work with "Light sidebar" layout: https://i.imgur.com/r9UHB6n.png I need to use header fixed on desktop and m...
Hi, is the first time i bought a theme from keen themes and i was excited but cant get it work with meteor js.Is there any way to install plugins.bundle.js as npm module?Unfortunately if i wont be able to make it work in a couple of days, i have to say goodbye to keenthemes.I use blaze wit...
I have purchased your theme from Envato and I tried to follow the installation guide but I do have a mac OS and unable to install this theme on my computer. Is it possible to provide a step by step installation guide how to install this on my macbook pro (M1). I use VS. Thank you in advance....
im having table with the personalization of the ajax table in the standard metronic template for angular.this is how i personalized the datatableConfig in my component: this.datatableConfig = { serverSide: false, autoWidth: true, lengthChange: true, pageLength: 10,...
I want to save text to hex format. But metronic using default hsl. How to change colorPicker format?It saved like this:"TEST"I tried as below but it didn't workDecoupledEditor.create(document.querySelector('#kt_docs_ckeditor_document')).then(editor => {...
Hi,I need to setup https://preview.keenthemes.com/craft/index.html to Rails 7.1 or if it is not possible, please refund the order 155239 from getbootstrap. Thanks,
Hey Metronic Community!We're thrilled to announce the Beta Testing phase for our upcoming Metronic Tailwind CSS-based HTML & JavaScript Toolkit! This is your chance to get an exclusive first look at the latest evolution of Metronic and help shape its future.What's New?Our new tool...
Dears, I appreciate your work and support here, could you add an article on how to setup a new project in angular that uses a standalone component?Thanks
Hi,Time to time we need a new page designed based on the Metronic theme and regardless of what we try or whom we hire, for some reason we are never able to get pages as polished as ones already present in the theme itself. So, the new page we get, you can see that it was done not as part of the...
Hi, I have implemented a wizard using steppers in Metronic 8 HTML. I have 3 steps and I would like to validate that some of those fields are not empty (required) and seeing an error if that validation fails when submitting the form. Where should I put that validation and how? adding required to the...
I am trying to customize the color theme for my Metronic project. I need to bacically change the defaults to meat my project requirements.1. Aside background, font, and icon Color2. Main Page Background3. Deafult global font.The YouTube video available for customization is very old and n...
Hello,In Laravel code, there is toastr on success and error msg,I want to customise this toastr style,Where is that html?``` document.addEventListener('livewire:init', () => { Livewire.on('success', (message) => { toastr.success(messa...
Hi, I cannot change the index of select2 in javascript? An example was added as a video. How do I fix this situation?https://drive.google.com/file/d/1fYAsiyZIx7ZusFrYkF0fOzfm8Im5in6K/view?usp=sharing metronic select2 test
Hey,As far as I remember in the older versions there were examples for tagify outside of the box. Could you please help me on how to generate a tagify outside of the box for metronic 8 as in here https://yaireo.github.io/tagify/#section-outside-of-the-box
I want Change src/_metronic folder name and also directory change. oralso, I want to base theme for use all react app. so how can I do this my react app
please let me know how can i use all features and templates that i purchase from you for example how can i use EDITORS or jsTree you give me things like magic i need to use it please let me know how
Hi all,I'm playing around with the Metronic demo 1 (Vue Version).How can I trigger a Toastr when the component is mounted? I have no idea. I can't find anything in the docs for the Vue version of the template.Regards