I just bought the metronic v8 recently and opened both the demo1 and demo2 projects for React. Unfortunately I cannot see any components for horizontal and vertical search, although it was shown in the https://preview.keenthemes.com/metronic8/demo1/utilities/search/vertical.html demo page.
Hi,I have a problem to implement react-select component to Stepper.I always get initials values, not these selected from Selectmy code:interface:export interface ICreateBot { ... selectPairs: { value: string, label: string } ...}inits:const init...
Vuejs7 demo in 8.0.35 throws a runtime error if the Demo7 folder is taken out from the regular zip extract and run separately. It tries to refer to an import in ../../Demo1... but since the folder is no longer in the original folder structure it fails. Fails at line: import JwtService from "../....
Hello,I am currently using Laravel demo8 from Metronic 8 package.I am getting an error when trying to change the "locale" setting in config/app.php from 'en' to 'ro' (a custom folder created by me with Romanian translations). I have even added the english translations provided by the theme i...
Hi, we purchased Good – Bootstrap 5 HTML Admin Dashboard Template and follow the same instruction to implement it with Blazor. but getting issue. Please resolved as soon as possible.
Has anyone worked with the Vue Rider template? I am looking to get some help understanding the structure and customizing it. Willing to pay for consulting hours if anyone is interested. Thanks!
I built the VueJs Demo7 (Metornic metronic_v8.0.31) app with npm install --force. If I do with npm install, it gives me a big list of dependency errors mostly for the Vue version. I use 3.2.29 while the project has a dependency of 3.1.19. Somehow the project runs with --force option. But when I try...
Hi there,O just bought a metronic license and when opened the tract demos realized they were different from the one showed in the live preview. It had lots of minor changes and didn’t have most of the theme pages.In your website you say that all demo pages will be included: "The purch...
Hi there,I'm looking for an excelent Bootstrap theme and I found it. I saw in your demostration a lot of excellent feautures.I have a developer working on a custom management system for my school in PHP, and I would like to extend feautures of it. I saw for example you have how a Message or...
HiI had purchased v8.0.34.I'm going to use react template with ASP.NET web API as backend.But I couldn't login because access_token.How can I implement login?How can I generate access_token at backend?
I am using Metronic theme Demo 2 for my project but I am facing an issue which is that my plugin.bundle.js is very large (2.2 MB) and contains such plugins which I do not even need for my project. So if you guys can tell me how I can compress it or remove useless plugins from my plugin.bundle.js the...
Hi there,I have set up demo 1 on my localhost. I'm using the laravel version of metronic 8.The delete button on the log tables does not do anything.I notice this question was asked a couple of days ago however when I click on the answer button I get a 404 error.Please advise how to f...
the current dark mode setup doesn't benefit dynamic switching between dark and light modes without having to refresh the entire page. please refer to this link
Hi, we are getting below errors: PS D:\sample\BlazorApp> npm run build> npmjs@1.0.0 build> webpack --config webpack.config.jsDeprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.Recommendation: math.div($input-padding-y,...
It's all written in the title. How can I set it all up with node.js? Where can I find a set of instructions regarding the implementation of a backend for demo1? Thanks
I am trying to add a modal to save a note for admin panel. I liked the modal on "+Add event" on page. I looked at css and js code for purchased theme. It is highly customized for calendar app. How can i make the same mod...