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

All Questions (4836)

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!
Is the Ceres theme applicable to existing React JS projects? If yes, then how will I apply for my project?
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...
Add Russian to language switchingmake this language mainneed 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.htmlThanks,Elieser
BeforeAfter.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.
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 ()...
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...