Hi, I am developing with Go Buffalo (https://gobuffalo.io/en) and trying to replace it's default bootstrap with the craft theme (craft_html_v1.0.11). Mostly speaking, I have it mostly working, however I keep running into little problems. The latest is getting the toastr message displaying, as it...
Hello,I use Metronic with WordPress and Bootstrap5.I a page I have two form.For this I make a new file mycustom.js.In this file I put the code for validation form, but in frontend Chrome see me: Cannot read properties of null (reading 'classList') in plugin.bundle.js.Could it depend...
I downloaded the Metronic, v8.0.34 because it had the version 8 of laravel. when i opened composer.jason I found the laravel vesion 8.13 but i want to have the laravel version 8.75 linking laravel version on github for reference (https://github.com/laravel/laravel/releases/tag/v8.6.11).When i trie...
Dear Admins, Why do you fake the Metronic - Bootstrap 5 HTML, React, Angular, VueJS & Laravel Admin Dashboard Theme template is ready for laravel 9...???theare are a lot of bug for composer dependancy and which not able to solve.. so i need my refund back...
i need proper example of splash screen logic export default function App({ store, persistor, basename }) { return ( /* Provide Redux store */ {/* Asynchronously persist redux stores and show `SplashScreen` while it's loading. */}
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...
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§ion=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)...
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....