I just purchased the Ultimate (https://themes.getbootstrap.com/product/keen-the-ultimate-bootstrap-admin-theme/) and the Signin page uses the button below to submit the user login form. Once clicked, the button animates but doesn't submit the form. Also, the button is enclosed within the tags...
After build, I am getting only loading page.
I am using package.json and yarn.lock from https://gist.github.com/carmelodevuz/40c32fa5a96d3a64c5f4be20bf44085c.
package.json:
{
"name": "demo1",
"version": "8.0.38",
"private": true,
"homepage": ".",
"d...
Hi all,
Been trying to setup Demo 6 on a fresh Metronic installation, but can't find any documentation explaining how to set this up.
This is all I found:
https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/multi-demo.html
Can you guys guide me?
Thanks in adv...
In KTSVG.tsx file,
I am getting following error,
.../src/_metronic/helpers/components/KTSVG.tsx(13,8):
'SVG' cannot be used as a JSX component.
Its instance type 'InlineSVG' is not a valid JSX element.
The types returned by 'render()' are incompatible between these types....
I want to fix all of the high and critical can you provide the solution for this. The message as below after I run npm install
added 1993 packages, and audited 1994 packages in 2m
172 packages are looking for funding
run `npm fund` for details
38 vulnerabilities (1 low, 14 modera...
Hi,
When I apply offcanvas under this theme (Metronic 8), it seems that all offcanva css disappeared.
Original bootsrap's offcanvas documentation:
https://getbootstrap.com/docs/5.1/components/offcanvas/
I know the theme provides "drawer" component which similar to this, but it does not sup...
I want to develop a CRM application for my client. I am planing to use your admin panel. The question is i need to develop the application on my local PC and then shift it to a shared hosting . how does the license work. is there a register / de-register feature.
i hope your regular license has...
Hello,
Please help me with this. Because of this iframe I can't interact with the UI. This is happening on react. Please let me know where it is coming from and what the issue is. Thank you.
I would like to use the Dark version of Demo6. Is there a way to download the demo6/dark files? I noticed they are considerably different than the light files. The Demo6 download doesn't include the dark version.
Hi,
For your kind assistant. We are using Metronic bootstrap 4/5. Would like to know how to make select2 multiple select dropdown remain open.
Regards
KC
Hi,
I`m trying to simplify your implementation of searching through table component.
and JS. Initially table is filled. Typing in search field and "consoling" tableData and temp gives...
Hi,
Can't find the solution in the docs.
Text-right,
Pull-right,
float-right
Don't work anymore in the 8 version. Or maybe something change and can't find it.
for example
some text I want to the rig...
Hi, I see that I can change the import in the styles.scss from dark to light, but that requires a recompilation in Angular.
How can I implement this from a toggle, say the user wants to switch from light to dark theme, or vice versa using a toggle button in the UI?
I did follow along with the...
URL:https://preview.keenthemes.com/metronic8/demo1/documentation/editors/ckeditor/classic.html
error:
ckeditor-classic.bundle.js:5
Uncaught SyntaxError: Invalid or unexpected token
classic.js:7
Uncaught ReferenceError: ClassicEditor is not defined
at exampleClassic (classic.js:7:9)
at Objec...
the theme is not touched at all but cannot be built due to compile errors:
node v16.14.2
npm 8.5.0
$ npm run build
> demo1@8.0.38 build
> react-scripts build
Creating an optimized production build...
=============
WARNING: You are currently running a version of TypeScript which i...
Hi
I'm having trouble implementing Flatpickr in my form, it says :
Uncaught TypeError: $(...).flatpickr is not a function
Metronic Version 8.0.38
already on mixmanifest.json "/demo1/plugins/custom/flatpickr/flatpickr.bundle.js": "/demo1/plugins/custom/flatpickr/flatpickr.bundle.js",
I was using Metronic 7 bundled with AspNetZero.
Today, I bought Metronic 8 Angular demo1 and wanting to see the possibility of upgrade. After kicking up the downloaded package and the first thing I tried was to hide the side-bar by clicking the toggle button. Surprisingly it is not working (hon...
Hi, I want to use Metronic 8 with Vuejs. I don't want to use the dedicated Vue version because I prefer not to work in Typescript.
I have tried to the most abvious way, by importing CSS and JS assets into Public/index.html, recreating the way it works in the Metronic HTML version. But with this...