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

All Questions (4932)

Hi,How can I add Vuex-persist to the application? I tried adding the Vuex-persist the way mentioned in their documentation, but doing that makes the Vuex states show empty on The Vue-dev-tools. Also is there any way to persist a selected module or state? be...
Is there a good way?Or is there a way to paste the demo 1 version and use it?
Can we easily customize the theme i.e react+ laravel once we buyed it.
Hello,I'm using mixed/widget4, It simply display a number I getting from an API.but by the time the widget is displayed, the api response is not there yet so I'm getting errors. The getter is undefined. a few mseconds it is but too late.Action and mutations are fine, sometime it works, actua...
Hi,Is there any way to toggle between dark-mode and light-mode? The same with the HTML version? I'm planning on creating a switch where a user can switch between light and dark mode without having to refresh the page in React.
Hi !Can you please share procedure to convert Metronic 8 Angular into RTL.I tried to follow these steps https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/rtl.htmlBut it didn't help1. Do I need to convert every scss file into RTL ? (Scss is dived into multip...
v: Metronic 7I did not find complete documentation, in any of the following sites:- https://keenthemes.com/metronic/?page=docs&section=html-sass- https://github.com/KeenthemesHub/MetronicNow the question is, does it exist?
There's a bug in angular version within _StickyComponents.ts (src/app/_metronic/kt/components/_StickyComponents.ts) In the following set of code : private getOption = (name: string) => { const dataStickyAttr = 'data-kt-sticky-' + name if (this.element.hasAttribute(dataStickyAttr)...
Couldn't find a roadmap for Metronic, I'm looking to understand when/if Metronic will be updated to use Angular 13+ ?Thanks
Hello How are you hope you good and healthy, Excuse me is there any ajax modal data load ?
got several issues at start up. how can i solve this? ref - Module ‘"…/…/…/node_modules/vue/dist/vue"’ has no exported member ‘ref’. Did you mean ‘$ref’? watch - Module ‘"…/…/…/node_modules/vue/dist/vue"’ has no exported member ‘watch’. inject - Module ‘"…/…/…/node_modules/vue/d...
Hello.I am using Demo 21 theme. When I view the demo on my mobile phone, the menu stays open until the page is loaded, and that image appears every time the page is changed. this is undesirable.. how can i fix this?
I've had nothing but issues getting this set up in so many different environments. Trying to follow your documentation is so incredibly frustrating.Having said that i have been battling away with the Vue Laravel integration. I have followed the steps https://preview.keenthemes.com/metronic8/vue/...
I have just purchased this, and attempted to do npm install. dependency problems : npm ERR! Found: @angular/common@12.1.5npm ERR! node_modules/@angular/commonnpm ERR! @angular/common@"~12.1.2" from the root projectnpm ERR!npm ERR! Could not resolve dependency:npm ERR! peer @angular/com...
Hi, I built the project and deploying it to the server.I am using apache2, i copied static files to var/www/domain_name/Everything is working fine.Now when i refresh the page, it says page not found. Off course since SSR is not working like it does with npm start in development server....
Are there any examples on how to populate the KTDatatable with data from an API? I can see in array of the data I want when I log to console, but can't seem to get the table to update. I've included an example below.Thanks!setup() { const checkedCustomers = ref([]); const store =...
Good afternoon, I have the need to control the main board of the template, in which section is the controller of the dashboard "/"Where does it redirect to after login?What controller does it use, or how can I make it use one?Thanks
I get the following error all over the VueJS demo1```Component template should contain exactly one root element.```Looking at your Vue Templates in crafted pages. Almost all of them have multiple root elements. Why is this?Any example is crafted/account/Settings.vue. It has 5 root el...
Hi,We have faced an issue when the page is directly loaded from url or reloaded and has a button to a Drawer or Stepper component, sometimes it does nothing when we click on it. We have to navigate away and back for it to work. How could this be fixed?Thank you for your help!
Hello, i upload my metronic laravel project to AWS but i get this mistake. What can i do?
I'm trying to add custom data to widget list.What is the proper way to do this?I've tried to generate custom "timeline-item" and just push it to DOM like innerHtml, but css fails, it doesn't serve my pushed items.I believe I need to do this other way, maybe using something to generate "timel...
select2.sass file included css code: // Single mode.select2-selection--single {// Selected.select2-selection__rendered {color: $input-placeholder-color;}}this tag => color: $input-placeholder-color;please change => color: $input-color;I'm have Metronic l...