When i click on add user button at that time it will open an empty form but when i click on edit user and after that without close i discard form and then after i open add user form it will open a form with last opened data and when i create it will update that last opened user not create new user....
Hi Keen team,I would like to know what's different between Metronic and Mega Bundle before decide which one should I purchase.My website is totally Laravel (FE/BE).Thanks.
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...
According to your documentation on flatpickr, there should be a file named flatpickr.init.js , however cant find it on any version.We need to use a plugin (monthselectplugin) on that lib however it doesn't find the function responsible for it when called: https://flatpickr.js.org/plugins/#months...
How to make the sidebar active menu open ? when clicked away to other nested dropdowns ? currently the active menu's parent accordion closes when I move to other dropdowns. I want the active menu item open all the times ( inactive items should open and collapse like normal )
I have setup admin dashboard in a dotnet core project and I'm using the following code to make set the active menu properly.// KTUtil.onDOMContentLoaded(function() {// console.log("active link: " + window.location.pathname);// KTMenu.updateByLinkAttribute(window.location.pathname, "h...
Hi!I am using version 8.2.2 - demo39 template. If there are many elements, then it is necessary to scroll, but there is no automatic transition to the active one. If you reduce the size of the screen this can be viewed at -https://preview.keenthemes.com/metronic8/demo39/widgets/feeds.htmlAft...
Hi all, I'm trying to use metronic with Symfony, and AssetMapper from symfony.I have at the root of my project a folder _keenthemes with which I build the theme sources. The compiled sources fall into my assets/metronic folder as defined in webpack.config.js in the "tools" folder.Styles etc. wor...
Hi,I am using metronic angular version 8.2.2. I dynamically load the sidebar-menu but when I refresh my page, the relevant menu is not selected by default. What to do ?
Hello, I'm having an issue, a spinner displayed when blocking the overlay text.I don't want to display a spinner I just want to display the mouse normally when showing permanently the text. Is this a bug ? Or I'm I missing something ?Below the code:
i'm using metronic_symfony_v8.2.3 symfony starterkit,when i run npm run build on /starterkit/_keenthemes/tools the build succeed but no directory created into the public directory or anyhere else!
On the previous version, you supplied the FormValidation.io TypeScript bindings, however I can't see them anywhere in the src -> plugins -> @form-validation folderAre these still available, if so can you supply and please include in the future releasesThanks
Hi everyone, I am planning to start a Laravel project using inertia vuejs. Before I proceed with getting this theme, I don't know if I can install the theme using npm. Recall that I will be using vite and not mix.js. is it possible to install using npm?
Hello everyoneI am Working within React v8.2.2I want to change the orientation of the entire website - from right to left - when selecting the Arabic languageIf you return to the English language, change the direction from left to rightThank you all
If there is no space below for the select2 component to open, it opens upwards. However, there is an issue: if it opens upwards, on its initial opening, it appears with a misalignment to the left. The issue gets resolved when opened, closed, and then reopened.there is any solution?
I am attempting to change some of the theme colors by adding the following code to the _variables.custom.scss:$theme-colors: ( "primary": #047cc4, "secondary": #084365, "link-hover-color": #014e7f,);After running gulp, the primary and secondary colors were successfully upd...