Hi,
I use livewire full-page component. I have default layout and in this layout i use metronic layout. On the first page open user account menu open on hover but after i click other page (i use wire:navigate), user account menu is not opening on hover.
I can give my code example if needed
Hello, I am using metronic v8.1.5 demo20. I want to use the menu above as a left menu, how can I do it?
Getting below error when trying to use checkbox, or switch buttons. My application is ASP.NET Core 7.
Refused to load the image 'data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e' because it violates the following Con...
I tried running below command for HTML Metronic template. I am getting below error. I searched a lot for the answers, but could not get it to work with the suggested solutions.
npm run build --demo1
> metronic@8.2.0 build
> webpack
[webpack-cli] Invalid configuration object. Webpack has be...
Hi there, I'm a product designer and was wondering if there are any implementation/best practice guidelines for Metronic. Really excited to start building product with this framework!
Add Russian to language switching
make this language main
need only 2 language RU/EN
Greetings. When I change the theme mode in my Angular Metronic v8.1.5 project, it logs out of the application and switches to the login screen. When I look at the source of this, there is a line "document.location.reload()" in the "switchMode" function in the theme-mode.service.ts file. I think it i...
I need to delete demo project data What is the easiest way to do it?
Hello!
On the multi steps sign up I need to put a cancel button on the first page, but I cant figure out how to make it. Can you help me?
https://preview.keenthemes.com/metronic8/demo39/authentication/extended/multi-steps-sign-up.html
Thanks,
Elieser
Before
After
.g-recaptcha {
display: inline-block;
}
...
Before
After
.g-recaptcha iframe {
border: 0;
border-radius: 5px;
width: 302px;
height: 76px;
}
I have a problem in Livewire 2 when the modal close the page is disabled,
document.addEventListener('livewire:load', function () {
Livewire.on('success', function () {
$('#kt_modal_add_user').modal('hide');
window.LaravelDataTables['users-table']...
I recently bought Metronic dashboard on Envato Market, I was extremely impressed by its demo. When I bought, downloaded, and followed the install & set up docs for Django, but when I completed I only got the single dashboard page and sidebar list with no response to those pages. How can I get all ot...
I want to confirm with the administrator before proceeding to the payment step.
Is there a way to put a page or their children (div) in fullscreen? I am looking for this functionality to expand application´s charts or pages.
Best regards.
Hi,
I have a page created with metronic_html_v8.1.9_demo25 and when te page loads I get a error in the console as per log below:
plugins.bundle.js:71 Uncaught TypeError: Cannot read properties of null (reading 'classList')
at plugins.bundle.js:71:58611
at Array.forEach ()...
Hello folks.
I've download from Themeforest the Metronic v8, then choosed Demo 50 to start my development. Buy after download, the html files is with a lot of errors and assets is not good. I need only to recompile?
Thanks.
I've downloaded the package twice and gone through the quick start instructions but I can not get past this error:
> keenthemes@1.0.0 build
> webpack
>> Building npm_version bundle...
>> Failed to compile npm_version bundle!
resolve '@shopify/draggable/lib/draggable.bundle.js' in 'C:\User...
Hello,
can i hide sidebar on specific menu or with compenent without toggle button on metronic vue?
im using metronic 8.
i want to hide sidebar when onMounted from component.
Thank you
Hi,
I have used this code to set dark theme in HTML theme.
var defaultThemeMode = "dark";
document.documentElement.setAttribute("data-bs-theme", defaultThemeMode);
But when I reload the page, it first loads in Light and then it goes in dark.
It doesn't make sense if it...
Is there an example somewhere of handling dynamic images in vue? I could swear that one of the demo pages had it but I can't find it.