Metronic v.9.0.1
Followed quick start steps 1-6
Issue #1
During step 6 the process never finishes; the last line output is:
webpack 5.92.1 compiled successfully in 5500 ms
However pressing CTRL+C gives message:
Terminate batch job (Y/N)?
Proc...
Hello, there is a symfony starter pack its ok. But i never used it because Metronic 8 already work with webpack and its easy to integrate in to symfony app. But now, Symfony's AssetMapper component available and recommended by Symfony. Do you guys planning any update for AssetMapper support in the f...
Good afternoon,
I did everything according to the instructions, installed Tailwind Vue, in general, everything works. I just can’t figure out how to make the dark theme switch work, as shown in the demo.
I've been using at least a 7 backward version of Metronic. I check the changelog, it is so disruptive to update. For now may be the best way is start again with last version. But my question is :
What is the optimal way to easily upgrade Metronic ( I'm using Blazor hosted)?
Hello, how can I click on the images of the "Locations" section in the demo below with the mouse and slide them left and right as if they were a slider?
https://keenthemes.com/metronic/tailwind/demo1/public-profile/profiles/company
https://ibb.co/m6qbzN3
https://ibb.co/wL8TR0T
I use scrollable tabs https://preview.keenthemes.com/html/metronic/docs/base/tabs#scrollable-tabs in the card header but it generates a vertical scroll as well although unnecessary. How can I prevent it?
Hey team,
How can I use scroll-x defined here https://preview.keenthemes.com/html/metronic/docs/general/scroll
with pricing cards here https://preview.keenthemes.com/metronic8/demo1/pages/pricing.html
Assume I have more than 6 items. I need a scroll-x here but I can't activate it as describ...
Do you have deployment build script for react project like vite or webpack to generate dist files for production deployment?
I tried the npm run build but I get the following errors:
$ npm run build
> metronic-react-tailwind@0.0.0 build
> tsc -b && vite build
src/theme/core/helpers/util...
Hi,
I followed instructions but i am unable to perform this step.
Using typescript initialization with Vue-router
To use typescript components in combination with vue-router , the component initialization must be triggered on every page change within beforeEach event.
// index.ts
import KTCom...
Hi,
I want to create a form with interactions similar to those in Metronic 8 demo 39 catalog: link https://preview.keenthemes.com/metronic8/demo39/apps/ecommerce/catalog/add-product.html. I'm using Metronic 8 with React and need to integrate a form that includes features like multiple imag...
I have completed all the steps provided in react integration guide
1 Creating Project
2 Integrate Styles
3 Setup Static Files
4 in Integrate Core
a Initialize global typescript components
b Disable Strict Mode
after all these steps when i hit npm run dev i am gettin...
where is the function that check if the screen size is a mobile ?
i can see the navbar menu hidden on small screen and shows a button toggle next to the user icon to open the list
i have two dropdown controls in the nav bar, need to hide them and show it on another menu/component
I have a metronic(8.2.6) file,file directory is:
metronic_asp.net-core_v8.2.6 - > Starterkit->_keenthemes|bin|Controllers|obj|Properties|Resources|Views|wwwroot
Now,I create a asp.net Core MVC Project,and i need put metronic JS、CSS、and other Files into my project.Where can i find this fi...
hi,
in settings i add "'assets/js/custom/apps/calendar/calendar.js" but calendar not showing
https://prnt.sc/PW-o4NdReLGJ
result:
https://prnt.sc/nzSvRPWi2Opx
when i add additional js and css it works
https://prnt.sc/4Lr_E-9CQ0Ju
also it works when i clear theme vendors
https://prnt....
Hi,
Latest metronic 8 for Laravel.
In config/settings.php
I set
'KT_THEME_MODE_DEFAULT' => 'dark',
But I can't see dark theme. Is it working, do o need compile? Or there is bug?
In
partials/theme-mode/_init.blade.php
There is script>var defaultThemeMode = "light"; var themeMode; ....
I've tried many times follow the instruction in the Documentation - Integration guide: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/frontend/angular
But all the time I cannot run angular-tailwind, because when I run ng serve, I've got many warnings like this:
Appl...
Hi guys,
I was wondering: how can I write some custom SCSS, put in the correct folder and get that file compiled (and so converted in CSS and push in the correct folder/in the correct file's code in public/assets) for it to be able to be consumed by my pages?
I've tried different methods but n...
Hi,
I noticed that the authentication in Demo3 is credentials-based. I need it to be OTP-based using a phone number. I saw this feature in Demo 39 HTML. Is there an alternative available in a different React demo?
I'm also unable to view the authentication pages in those demos. Could you pleas...
Hi,
using Metronic Laravel 8.2.5 and self implementing Yajra Datatable, I found this "bug" for which when a head column (the title of a column) is clicked to apply its ordering on the table the head title switch from alignment lef to alignment right.
When clicked the title changes classes, how...