v: Metronic 7I did not find complete documentation, in any of the following sites:- https://keenthemes.com/metronic/?page=docs§ion=html-sass- https://github.com/KeenthemesHub/MetronicNow the question is, does it exist?
hi, I added the template files in my rails project and when I try to precompile I get this error: rake aborted!SassC::SyntaxError: Error: Custom property values may not be empty. on line 62279:70906 of stdin>> size:1.075rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csv...
What is the best practice for overriding the default SASS color variables? I am in the process of upgrading Metronic from 8.0.38 to 8.1.0. I notice that SASS uses color variables like: --kt-primary--kt-text-mutedWhere and how are these colors defined, and how should I override them to...
the border: 1px solid var(--bs-gray-300) ; , box-shadow: none; this line are over writtenthat is cauzing the boder to dispaly nont Old code .react-select-styled .react-select { &__control { --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/200...
Hi,Im trying to use the syles from here (ex: font-weight-bolder, .navi), but they are not present in the demo1 template HTML downloaded from Themeforest.Is there any file other than the global ones that I need to import or they are different templates?Im trying to copy the style from the...
Hi,I would like to import green-* colors by bootstrap at below:https://getbootstrap.com/docs/5.2/customize/color/#generating-utilitiesHowever, after adding above in "_variables.custom.scss", it got below errors when complie (using webpack):[root@crm tools]# npm run build --demo1> m...
I am working with metronic and I am fairly new to Angular. What would be the best approach for modifying the opacity of the background-image? There are a lot of scss files in this project and I want to make sure I do this right. Thank you!
Hello.I am using Demo 21 theme. When I view the demo on my mobile phone, the menu stays open until the page is loaded, and that image appears every time the page is changed. this is undesirable.. how can i fix this?
hello, i want to take the page from html demo to angular demo i took the html file and put it in html angular component and took the css and js files also and put it in angular.json"styles": ["src/styles.scss","src/assets/datatables.bundle.css","src/assets/vis-timeline.bundle.css","s...
Followed the instructions.https://preview.keenthemes.com/html/metronic/docs/getting-started/build/webpackAble to compile and run watch command but npm run watch not detecting the change. Even local host showing directories instead of loading the index.html file.
Hi team,I tried to download and relaunch the VueJs demo 1 of the new released version, as it is, and have the following Sass error. ERROR Failed to compile with 1 error 15:1...
I appreciate your amazing work on templates.Saw on landing usage of fs-6 fs-lg-4 , tried to use it myself expecting behavior like in all Bootstrap5 responsive items(cols, paddings, flex alignments, etc.) but it...
Hey guys, Long time Metronic user here, but I am not very advanced.The Demo5 theme has red as it's primary color, used everywhere. I have tried everything I and others can think of to change the primary color from red to blue, but no matter where we change the color it ALL always stays red....
The current post build file structure is a mess and is a chore to cleanup afterwards. Note that I am referencing the behavior of a built demo1 of html variant v8.0.36.The following problems creep up in the file structure:- The actual styles.bundle gets created in the theme root alongside the f...
Hi !I would like to know how to use select2, tagify or other features in the Angular version? Because there is surely some custom css.Also, is there a roadmap for the next features in the Angular version? (Tables..)
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.More info and automated migrator: https://sass-lang.com/d/import ╷13 │ @import "./core/vendors/plugins/plugins"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/_metronic/assets/sa...
Existe un error de programación al momento de registrar a alguien nuevo desde el Sign Up. Arroja el error: Sorry, looks like there are some errors detected, please try again. Realice una solicitud hace tres semanas atrás por una solución porque al revisar el foro de preguntas existen otros usuarios...
i have problem with RTL i try to use like this @import "../../../assets/sass/style.scss";.rtl{ @import "../../../assets/style.bundle.rtl.css"; direction: rtl;}and it doesn`t work correctly the RTL really doesn't work fine even i just use it like this @import "../../../as...