New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

All Questions (6256)

const tabsEl = document.querySelector('#tab_post'); const tabs = KTTabs.getInstance(tabsEl); tabs.on('show', (detail) => { detail.cancel = true; console.log('show action canceled'); }); tabs.on('shown', () => { console.log('shown event'); });...
Hi,I am following the steps in your documentation for Vue at:https://preview.keenthemes.com/metronic8/vue/docs/getting-started/setup-theme-skeletonIn steps 2 & 3 all paths/filenames are incorrect. (e.g. they dont exist). Please can you advise the correct locations etc. Thank you.
Hello,I have just upgraded to metronic 9, which is superb and very pleasant to implement, but I have a problem with datatable. I need to modify the contents of the datatable in ajax according to date ranges. Unfortunately, if I empty tbody and inject the new table rows, the KTDataTable content d...
I have a stepper in my page and the stepper Id is 2 which is the current step (Saved on DB)I used this on other form and worked perfectly but with this form its doesn't appear to work I don't know why PS: the number of steps is changeable based on something in the DB so basically my question,...
Hi,I have purchased the metronic theme but can not find Metronic 7 theme for React JS. I would appreciate instructions to access the Metronic 7 theme.
Hello Keenthemes,I am using Inputmask library in my Inertiajs using Vuejs application. As said in the documentation, its included globally in plugins.bundle.js file.But still i am not seeing masking applied on my inputs. Is their any specific wayPlease help.Thanks
Hi,First of all thanx for this amazing template.The issue i am having is, when i set up the project to work with react and react router dom as a SPA, when user clicks on any Link on the navbar and navigate to another page, the menu closes but the backdrop stays visible over the page. Can you poi...
Hi,Does the vue frontend for Metronic work with any of the other backends included (NOT LARAVEL) . It is unclear but your notes suggest it only works with laravel. e.g. does it work with Django, Ruby or any of the others?
How to enable hour input ?Lost focus in dropdow time, Lost automatic focus
While Metronic is designed primarily for web applications, its responsive design ensures that dashboards and other components work well on mobile devices. For mobile-specific development, you may need to use additional frameworks or tools.
Version using metronic 9.When using tooltip combined with Outlet of react router dom, it does not work. When using outside the Outlet area, it still displays and works as usual.
Hi,Does the vue frontend for Metronic work with any of the other backends included (NOT LARAVEL) . It is unclear but your notes suggest it only works with laravel. e.g. does it work with Django, Ruby or any of the others?
Following the instructions is confusing.I download from KeenThemes, but then there are instructions to also download from google drive and I don't know why or what the difference is. I follow the installation instructions: https://keenthemes.com/metronic/tailwind/docs/getting-started/insta...
I have form layout in one Vue file. I use v-if directive to show html based on step.Initially when the DOM loads select2 is loaded and is working but when on the page i hit Next button to show other html in the same file, and thne goes back to Previous step to show the HTML, Select2 is destroyed....
I'm having an issue with my integration, when I use wire:navigate I simulate an spa, I reset all components and layout, like this:document.addEventListener('livewire:navigate', (event) => { KTComponents.init(); KTLayout.init();});But nothing works
I did not find any email templates in this theme
Hello there,How does Metronic licensing work ? It only writes about on project basis but what happens if there is a company that bought the license then hires a freelance software to work on it? Also what about version control? Say if the programmers want to use github for version control ? Are th...
Hi, i really like metronic and i'm trying to figure out what license should i purchase for my use case.I work for a company that specializes in restocking products in various physical stores. Each of the restockers, while performing their job, logs the tasks they have completed into software....
Hi,I purchased the Mega bundle for the discounted prices of $99; however after confirmation of my payment, I cannot see it in my downloads. Please help.Thanks, Garry
I'm using Metronic 9.0.3 Tailwind Next. I downloaded the tailwind next project from github and applied metronic 9.0.3.The project ran perfectly, but when I click on a sidebar menu, the selected item is not marked with the active css class. Regardless of which menu I click on, it changes the page...