Hi,The problem i have in my Symfony 6 project happens when my routes have more than one "/" like so :#[Route('/user/{id}', name: 'edit_user')]This prevents any of my assets from loading correctly. I got a vague understanding of how Metronic loads these in my pages by checking...
Hello, I am trying to do the auth part in the metronic theme, but I get a 401 unauthorized login error. It was mentioned that it was not added in a question 5 months ago, but I would be very grateful if it was mentioned how to solve it. what sides I need to edit in the auth folder for metronic 8....
Hi,I'm facing an issue with FormValidation plugin that is solved in one of their updates. However the version used by KeenThemes plugin.bundle is an old version from 2020 (v1.10) of formvalidation. Is it possible to update ou replace the version used in plugin bundle by the latest version of...
I am using metronic8, But when I navigate from one page to another the header menu (UserDropDown button and theme switcher button) is not working every time.Example: I just logged in and then MasterLayout rendered but the menu is not working. Then I navigate another page through the left sidebar m...
Here are instructions on how you can get started with MySQL in Metronic SpringBoot starterkit.Install MySQL on your machine.You can use the default root and no password user to login to your MySQL console by running mysq...
Hi,I am unable to edit the horizontal menu in the Laravel Metronic 8 demo 1 app. The weird thing is that I previously could have added a menu item, but now I can't do it anymore. The previous changes I did (and it went all good at the time) was in config/global/menu.php.Why am I unable to...
I am using the theme HTML, demo 8, Metronic 8.1.8. If I toggle the page to the dark mode, the disabled SELECT element with multiple selection option (multiple="multiple") remains white background-color. How can I fix that?Thanks,
In tools folder, I enter the 'yarn' and then it shows this error.yarn install v1.22.19[1/4] Resolving packages...[2/4] Fetching packages...[3/4] Linking dependencies...warning Workspaces can only be enabled in private projects.[4/4] Building fresh packages...[...
I'm using Metronic with syncfusion blazor and on the grid components of syncfusion, the scrollbars are being changed to be too small with Metronic and was wondering where or how could I change this
Hello to the all participants of awesome KT Team!> I'm having problem implementing scroll to textarea. Is it possible to show metronics scroll styles instead browsers default scroll bar or it's not including textarea scrolls?
Hello I see you there the theme has lots of helpers for loading javascript in various ways.i'm using LaravelMy first question is where would I put my javascript for single pages.My second question is where would I put my Java script for app wide use.
Dear Support Team,I hope this email finds you well. We recently purchased your Metronic product and have been highly satisfied with its performance and capabilities. Your team's dedication to providing regular updates and improvements is commendable.In light of our recent purchase, we are no...
Hi!I´m new with React, but I was able to create my own php API to connect to MySql and fetch data from the database and also made the login page work.The thing is, I don´t know why when trying to display, for example, the currentUser?.first_name it returns undefined.export functio...
Hi,I was looking to use demo22, but when I extract that one from the demos folder, it isn't the same as the one online. It is the same of demo2. Is it posible to receive the demo22 as the one online?https://preview.keenthemes.com/metronic8/demo22/index.htmlthanks!David
Hello everyone,We have been utilizing your Metronic template in conjunction with Angular 10. However, as we are now upgrading to version 12 due to the advancements in Angular, we have encountered some errors after upgrading our angular to version 12 and rebuilding the application.We would gr...
Currently we use Metronic 6 and we want to upgrade to Metronic 8 soon.Do you plan to release another version of Metronic soon? If so, when?Perhaps it would be better for us to wait and upgrade right away to the new version.
Hi there,i am facing an issue that the daterangepicker component hided by the below operation.1: Create a sample page and add a button to trigger pop up a modal dialog, there are daterangepicker and another button (btn_2) on the popup modal dialog.2:when click the btn_2, popup the dropzone...