Error:-
ERROR in ./src/_metronic/assets/sass/style.scss (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].oneOf[7].use[3]!./node...
Hi:
I'm looking for the Calendar in the demos. Is it present in any demos? I'm looking for it in React and Nodejs.
Cheers,
Dave
There are multiple problems when trying to implement FsLightbox on our Blazor WASM project.
1. For some reason const lightbox = new FsLightbox(); does not automatically registers itself on data-fslightbox attribute specifically have to use lightbox.props.sources = document.querySelectorAll('[data...
Hi, I would like to start a new project using Metronic React theme. I like design of Demo #36 but in downloaded project there are only 6 React themes. I can see all 60 themes in HTML folder. How can...
how to integrate the html version of the calendar into my angular project using demo 7.
(py39env) [oracle@srvpython rockdb]$ ls
__init__.py __init__.pyc __pycache__ _keenthemes _templates assets auth dashboards requirements.txt routes.pyc venv
(py39env) [oracle@srvpython rockdb]$ ls -ltr
total 16
-rw-rw-rw-. 1 oracle oinstall 1014 Jan 30 21:57 routes.pyc
-rw-rw-rw-. 1 or...
I implemented Metronic laravel version on Laravel 10 fresh installation and have been battling with the following error:
Call to undefined function App\Core\Bootstrap\addHtmlAttribute(),
Meanwhile, the function is defined as follows in the AppServiceProvider
public function boot()
{...
In Html i got a lot of page but in angular i got some component,why i not get all page like html.
Hey, I am trying to remove the focus. once button is clicked and you went out of the button the focus is there in the button if you enter a key in keyboard the button will be trigger the click event because the button is focused until you click outside the button in any places hope you understood is...
Hi ...and sorry for the stupid question.
I have try to chane a secondary color in _variables.scss.
I have set to #c2c2c2 !default;
Afetr I have compile with gulp --demo1.
Structure:
pubic
- metronic
-- demo1
-- tools
...I have switch with terminal in tools and run the command gulp --d...
Hello,
As Draggable's script bundles are separated from Metronic 8 global bundle I decided including draggable from this link:
https://cdn.jsdelivr.net/npm/@shopify/draggable/lib/draggable.bundle.legacy.js
The reason for this I wanto to create widgets in the sidebar that gonna be dragged and d...
Hello everyone,
we have read the roadmap for 2024 for metronic and we are very excited about that. We love this UI theme :).
Nonetheless we are developing our application using Angular and recently updated it to Angular v17.
In order to make it work, we needed, of course, to make some minor chang...
Hello! I'm trying the 'system' theme in the Angular demos but it always uses the dark theme even though my OS (Windows 11) is set to the light theme. The HTML demos do work well.
Demo Url: https://preview.keenthemes.com/metronic8/angular/demo1/dashboard
Hello,
Any idea when you are going to release Metronic Evolution?
hello, in the theme for e.g. https://preview.keenthemes.com/metronic8/demo51/index.html?mode=light
There are sections where I want to be able to toggle/resize or hide the top big buttons sections can you please help.
how can we change the background for the toggle sections
how we we make it...
Hello,
i want to ovveride the .container-xxl max width and make it as the demo1 full width of the screen
@media (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1320px;
}
where can i find this part in the saas...
Hi,
Is there a way to stop collapsing other opened nested menu items when you expand another menu item?
>
@foreach (var main in mainCategory)
{
@main.DescAr
}
I m using laravel starterkit in that my change theme drop down is showing but it will not working when i m selecting dark theme at that time it will not working how can i do that and what are the steps for that.
I want table design like AirTable I am giving you the link
https://support.airtable.com/docs/reporting-in-airtable
hi, is there any plan to make Datatable Plugin in Angular 15. i need a lot extension in datatable to implement in my application.
Hello,
I just tried to set up the https://keenthemes.com/products/ceres-html-pro theme into an Angular project. I built the yarn and gulp files, and then I copied and pasted the assets into my Angular project.
Here, I have two issues:
1. Angular and the theme assets are found, but I get this...