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...
Good morning.
I recent buy the "Good theme" but i try to configure the Dark/Light mode like a live preview (change it in a button), but the documentation does not mention it, but the documentation does not mention it, it only mentions the Dark mode as static mode. And I would like to handle the th...
i am currently working in Laravel Mteronic 8 theme, i want to show some majic in my Site, So iprefer to Use VUE . but how to install VUE to the existing Laravel Site.
I try & got some errors
i purchase the Mteronic 8 to use VUE + Laravel together, i am bit new person to this environment anyone please help me by sending a video how to cretae a VUE+Laravel website.
installing Vue in Laravel or Otherhand side is easy . . Please help me
https://i.imgur.com/tMqnec2.png
Hi
I have an issue with the upgrade plan modal
The radio select not move
how can I fix this issue (check picture)
but the demo working fine here
https:/...
How can I hide that bar that appears at the bottom of my project.
Image link attached
https://ibb.co/3y2dVDF
How can I hide that bar that appears at the bottom of my project.
Greetings and thanks
I bought the theme and found some incompatibilities between the HTML and React templates and I wonder if these are bugs on purpose.
E.g. in the HTML variant https://preview.keenthemes.com/metronic8/demo2/index.html?_ga=2.113315840.629434246.1650704264-516791475.1646857236 the toolbar menu unfolds...
on the Metronic template, demo1, when I click the header menu in the dashboard area in my project. It does not dropdown. Any idea why this is happening ? Pls I need help
Hi,
I have install demo1 for Laravel. Now I want to add new feature to admin panel. What is the best way for this. Is there any CRUD generator or I need to add Model, Controller, Menu, View manually? Is there any tutorials for this?