Hi, your template is very valuable but, as someone noted before, the Rails implementation is not so good. I'm happy to see that Rails 7 is being used, but it doesn't follow any of the "rails way" of managing assets.I'm still trying to understand how all the elements come together but the first o...
Hi, do you guys have a 'Quiz Attempt' widget/page so that i can embed it in webtool.Quiz Attempt means - After my students click on a start quiz button, they can see a screen with timer running, next- previous question button, mark as review button and submit my quiz button or so.thanks for th...
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
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!
Hi!I'm using metronic v8 theme in my asp.net project (not mvc).Generally js compenents stop working after postback on asp.net but i solve this calling them again after postback and they works. but on sticky divs doesn't work. I think I couldn't call them right way. For example select2 dropdo...
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...
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.htmlThanks,Elieser
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...
Hi,Can I please ask you to provide some code as to be able to port old Iconboxes (https://preview.keenthemes.com/metronic/demo2/features/custom/iconbox.html) to metronic 8 ? Thanks!
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 ()...