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...
Hello,i have never worked with node.js, webpack or gulp before.Can I install and use the theme without these tools.Otherwise I still have to learn about these tools.I also do not know if these tools affect my development environment.Many thanks and greetingsWolfgang
Hello i have a problème, when i try to make "npm run build" i have this error "> keenthemes@1.0.0 build> webpackSource: C:/Users/yuris/Downloads/metronic_symfony_v8.2.0_demo1/symfony_demo1/themes/npm_version/html/demo1/srcOutput: C:/Users/yuris/Downloads/metronic_symfony_v8.2.0_demo1/symfo...
I have an issue with the theme from GetBootstrap, when I run Gulp. I am looking to customise the paths so the the destination goes without the demo9 (which I am using) folder name, however I cannot figure out where to change the paths.I also have an issue where the SASS does not compile, JS seem...
Hello. Node: v20.7.0yarn: 1.22.19OpenServer: PHP 8.1Version metronic: metronic_laravel_v8.2.1.zipHave a npm run dev command error: # npm run dev> dev> npm run development> development> mix[webpack-cli] TypeError: object null is not iterable (cannot...
Hi Team,I am trying to setup webpack for my HTML (demo8), when I try to run gulp localhost, it throws SyntaxError: Cannot use import statement outside a module . tester@DESKTOP-AMFSOCN:~/bb/metronic/base/frontend/tools$ npm run build --demo8> metronic@8.0.38 b...
I followed instruction in https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-started.Here is the output that I get when running gulp --demo1. What did I do wrong? Thank you for your help.D:\COMPANIES\CV Software\Projects\iSpeak\SOLUTION\iSpeakCore\metronic_v8.2.3\metronic_asp....
Im using version: "8.2.5",const gulpConfig = {name: "metronic",desc: "Gulp build config",version: "8.2.5", I changed the gulp file & config to remove jquery and got this error while compiling assests using Gulp :sh-3.2# gulp --demo41Using gulp config file...
got this errorfile:///Users/lutfikhoir/Documents/metronic_v8.1.8/html/tools/gulp/helpers.js:16import glob from "glob"; ^^^^SyntaxError: The requested module 'glob' does not provide an export named 'default' at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)...
I'm following the Quick Start instructions located at: https://preview.keenthemes.com/html/metronic/docs/getting-started/build/gulpI extracted html demo1. I am in the tools directory and as mentioned in the guide, I am supposed to run the 'yarn' command (Step 7) but I am getting an error.He...
Hello,I want to work on a big modification to Metronik, and I modified the defaults through variables and it was done very easily.But when I add new elements or delete existing elements in $theme-colors, I did not get correct results.For example, I want to delete the elements info, light...
The variable "$custom-sizes" in _variables.scss file has only the following percentage values: 25%, 50%, 75% and 100%.I would like to add new missing values, for example: 5%, 10%, 15%...I created a new variable "$custom-sizes" add only the desired values in _variables.custom.scss, not overwritin...
Hi, I see Axios is already installed in package.json, but why is it still causing axios is not defined when we call axios on our script? isn't it already on plugins.bundle.js? Why select2 and sweetalert 2 can be used just using plugins.bundles.js? Thanks.
I want to setup a webpack watch system in my project in the following structureviews/-- assets/-- src/-- tools/I changed the webpack and gulp config to match the new dir structure change ( demo1/assets )but I'm getting errors like```Error: Module build failed (from ./node_modul...
\starterkit\assets>npm run buildnpm ERR! Missing script: "build"npm ERR!npm ERR! To see a list of scripts, run:npm ERR! npm runnpm ERR! A complete log of this run can be found in: C:\Users\athamma\AppData\Local\npm-cache\_logs\2024-01-23T07_25_47_443Z-debug-0.log
Just started working with demo13 and I was wondering how to generate a different color for the header and the aside menu (and logo section) for dark and light themes? The generated style.bundle.css file only generates one style object for the header and aside menu. How can I make it generate separat...
I have followed the steps of the goood template installation guide with laravel, but I have little experience in applying the templates with that frienware, could you help me with a series of more detailed steps please