I use the following code
Delete
Hi Sean / team / et al..
In the demos you provide an example layout for a file manager:
https://preview.keenthemes.com/metronic8/demo20/apps/file-manager/files/.html
I looks to be built off dataTables, with some mods. Also, within the HTML you reference "data-kt-filemanager-table", which I c...
I want to change font family to Cairo
i try change $font-family-sans-serif in "_variables.scss"
$font-family-sans-serif: "Cairo", Helvetica, "sans-serif" !default;
and add this link to index.html
i created react app using metronic 8 react some scripts not working
Trying to install asp.net CORE
NPM ver: 10.2.4
YARN ver: 1.22.21
I have removed "type": "module", from package.json
I have added "resolutions": {
"gulp-dart-sass/sass": "1.70.0"
}, to package.json and deleted node_modules folder and lock files.
Now when I run npm run build --demo1
I...
I am new to react, and am having some issues getting this project started.
I followed the quick start guide, only to run into a few issues.
First it looks like I have a typescript dependency conflict. I tried to work around it by downgrading typescript with this command: npm install typescrip...
Hi,
I have updated Angular to version 16 and now I have this error when running the server
Undefined variable.
╷
88 │ --#{$prefix}tooltip-box-shadow: #{$tooltip-box-shadow-dark};
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
Undefined variable.
╷...
Hi devs,
I am using Starterkit Metronic Laravel 10.0, i want to implement roles and permission in my project structure in a sense that:
1. user has his dashboard, and pages related to his account only
2. Manager has his dashboard and view all users activities
3. Support has access to some of t...
When I click a link on the nav item's dropdown menu, the menu stays open as the page navigates (since the header stays the same and only the content is changed via React and React Router). Is it possible to close the menu after link click?
Hello, im using LARAVEL THEME (Starter Kit) 8.2.3
I know that i can change data-kt-app-layout="light-sidebar", but i dont know where to change it in this Laravel Starter Kit, by the way i need to change the Background color, and texts menu colors
How can i change this vars and colors.
Thank...
Hi,
I'm purchased Metronic 8 and I'm following the steps in https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integration. But by following these steps I couldn't get it working. Can you check if it's up to date or make some video on this topic?
I've watched all of the video tutorials several times and have tried just as many times to get Metronic set up. Is there some way I can have someone do this for me?
Thanks!
https://imgur.com/a/z98GlIj
https://imgur.com/a/dWSvFne
hello, when you click the button in the first picture, the modal opens. There is a date field in the modal. When you click on the right and left arrow keys that allow you to switch to the other month for date selection, the modal closes...
If I click on a button, I want to show the button as we can see in the documentation at: https://preview.keenthemes.com/metronic8/vue/docs/#/modal.
Now I want to open a new modal, in the current modal. I want to close the current modal (temporary) and open the new modal. When I click on the butto...
Hi,
I have issue slow opening pages in laravel with metronic theme,
I check console show me this issues
can please check this photo and what mean error and why , and how can solve it
https://ibb.co/4PBhP0G
Can please help me
Hello,
I am looking forward to buying your theme and my question is how to use the theme with my existing Django project. I tried to read the docs and found out that the Django version of Metronic is actually a new project rather than Django templates only. So, what shall I do if I want to use my...
php artisan or php artisan route:list command produce eror. The error message is
Illuminate\Routing\UrlGenerator::__construct(): Argument #2 ($request) must
be of type Illuminate\Http\Request, null given, called in /var/www/html/AD
-Mgt/vendor/laravel/framework/src/Illuminate/Routing/...
The command ng build --prod its not working, it gave me the Error: Unknown argument: prod
I want to use it because I want to have the AOT to be optimized.
So right now I'm testing for first time the build option and I face this
Hello,
I've an Angualr project I started working on and yesterday my company bougth a license of metronic.
First thing I noticed is that there's not a online guide on how to install metronic 8 for Angular.
Second question is it's possible to integrate metronic on an existing application? Can...
Hi: There is a problem with the dropdown menus at toolbars (all of them)
There is no style at all (just raw HTML)
For instance, let's try in the saas toolbar, the dropdown at "sort by"
https://preview.keenthemes.com/metronic8/demo1/toolbars/saas.html
Of course, the demo works well, but try...
Hi,
I'm using ktDataTable html table, i need could refresh de data in the table. To do this i´m deleting the html inside tbody on my page using javascript and recreating all the rows of my table. After i´m trying of execute the function of ktdatatable destroy and reload, but the table refresh t...
Hello,
Im using Metronic Vue version 8.1.5, and I want to load a datatable with data loaded via HTTP Get using ApiService.
So far the only way I found to be able to do that was by getting the data in my setup function and making the setup async as using Suspense.
I was able to get the datat...