Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

All Questions (4874)

Hi,Whenever we have too many events in a day, then the "more..." option displays, but whenever we click that, the content is shown over with the cell's inside content without hiding that.See the following image for a better understanding: Link
hi, we use metronic 8.1.7 , laravel version in my project.after sync project with new version of metronic ( update core and assets , ... ) when build project, file mix-manifest.json create successful but not use in project. in production for apply change we should run emp...
How do you format date in datatables? do you also use moment.js? can i have a sample code? Thank you
Hello,I'm trying to add a badge to an option inside of a select2 element, but doesn't seem to render properly.Here is my sample code:
I am trying to dynamically change the direction to RTL during runtime using the Theme API "KTTheme.SetDirection("RTL");". However, despite using this method, the direction is not changing as expected. Can you please assist me in resolving this issue?
ERROR in ./resources/assets/demo1/sass/plugins.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):SassError: $color2: var(--bs-gray-900) is not a color. ╷212 │ @return...
I have the impression that Metronic on Django will setup and override Django’s admin templates.Is this something that will be implemented in some demo in the future? If not, any recommendation how how to implement/use Metronic as the admin templates?Thanks.
I use React version of the thme and I want to switch to rt, I followed tips here but not all the website is rtl now, side menu still in the left and the link does not seem updated The Link, I also read this
Hi, after upgrading my app to 8.1.7 to be served from Vite, I get around 300 errors when I try to build - but no errors when I use npm run dev. Something most have changed radically, with the new build motor going from Webpack to esbuild with Vite - I understand that, but it's quite useless to n...
What does the function named "getuserbytoken" do. how can I remove this function.
Hi support,I have followed instruction from https://preview.keenthemes.com/html/metronic/docs/getting-started/build/webpackThere is wrong instruction at No. 8, should be npm run localhost not gulp localhost. When I typing npm run localhost why asset folder missing ? so demo1 website was...
Hi, thanks so much for creating the new Metronic Demos! I know you all are working on more package updates; I'm just wondering whether it would be possible to get access to the Figma file for Metronic Demo 39? We're keen to start implementing based on https://preview.keenthemes.com/metronic8/demo39/...
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...
How can I export the data in the HTML Table to pdf and excel.
HelloI'm trying to get the active menu to update however receive the following error:admin2.php:667 Pathadmin2.php:668 /usersc/admin2.phpscripts.bundle.js:2547 Uncaught TypeError: Cannot read properties of undefined (reading 'closest') at _getItem...
Hi,When i choose the option-value,How can i change the selected-value in the form-select?Can i make it in JS?I am using the spring-version.Regards,
Hi, I am seeing this error in my console:Uncaught ReferenceError: KTUtil is not definedhttps://localhost:50461/assets/js/custom/authentication/sign-in/general.js:193I think I have added all the scripts I need for this page: var hostUr...
I am going to purchase Metronic from themforest, but I don't know if all framework (like HTML, Vue, React, Angular, Laravel and etc) files are included in the package or no?
Hello there devs,I wish you guys have a specific build of the themes without jquery plugins so you can release it with vite.The reason is I mostly use the theme with vue project and the result is:- Webpack is slow for devs- Vite will be future for vue- Initialize theme "+plugins" after...
There is an option of mouse-drag according to official doc https://ganlanyuan.github.io/tiny-slider/demo/ that I can't reproduce via https://preview.keenthemes.com/html/metronic/docs/general/tiny-slider/overview#optionseven with an ID of "mouse-drag" in the container as they request
Hi, do you have any news about metronic support for Laravel + Inertia applications?This topic was already asked a couple of times in this forum.It would be really great if there would be support or at least a guide for how to use metronic with laravel 9 (or now 10) and inertia to be able to wr...
import { useI18n } from "vue-i18n";const i18n = useI18n()how I can use it in folder router in index.ts file to translate for example :pageTitle: "title",breadcrumbs: ["bread"],I have tried a lot but to no availMetronic demo 8 version 8.1.7node v18.12.0...