i'm using django and HTMX on a modal that contain a formwhen i click on the "Submit"it broke the modal and try to close it it doesn't close it properly i think the problem is on plugins.bundle.js ( i'm not sure) and i couldn't ffin...
there seems to be a laravel authentication issue.... i.e. when I log out of the app the app is not returning to login page and I am returned with these types of errors 'Attempt to read property "name" on null'are you aware of such authentication error in laravel and what is the plan to resolve t...
When I download the latest metronic source code from themeforest the laravel folders are empty? Why is this? I intend to use the laravel app. Please advise
Hello,How to use the Layout Builder Exported Files, I am struggling here and I wonder why it's not something easy to do.I am trying to make the template RTL.Best Regards
Such behavior does not happen on Metronic 7.X where the table data is aligned correctly and does not display table data below table header on datatable responsive mode.Example for Metronic 7.X (Expected behavior, much tidy and pretty layout)https://imgur.com/a/WAuvXNeExample for Metronic 8...
I use Metronic V34 with laravel9 to manage a set of events. I manage to save the data in the database but to display them with the method response()->json() in the calendar it gives me this error:Failure parsing JSON someone can help me pleasethere is te controller method to display the data: pu...
Hi,I have recently purchased the HTML5 version template for our product, built with Vue 3. And I have found that the sidebar (kt_app_sidebar_mobile_toggle) and the profile popup menues are not working unless I'm on the root of the page. I'm using the Vue router and after searching a bit, I see t...
Hello. I know the codeigniter version is already in the works. Any chance you have an eta on that release?I seen a response from Sean over at themeforest saying it would be out in a few weeks. But that was a couple months ago. So just trying to get a game plan on a new project I'm working on...
The btn-white class doesn't actually apply a white background a button. When added to a container with a background color, it behaves as transparent. I would expect a white button to have a white backgound.https://preview.keenthemes.com/html/metronic/docs/base/buttons
Hello,I am looking for to create new pages and the doc doesn't explain this point.All pages are created in the /dist/ file after running gulp command. Now where do I create my own pages? Directly in /dist/?These pages contain between 15K and 30K lines. This does not seem to me...
Hi,I am trying to add a simple .hover-elevate-up class to a component, but the transition styles are not applied.It seems that in _page-loader.scss they are overwritten:// CSS3 Transitions only after page load(data-kt-app-page-loading="on" attribute added to b...
The following warning shows when the ng serve command is executed at the Angular Demo 2:(44192:3) autoprefixer: end value has mixed support, consider using flex-end insteadI am guessing the cause of the warning is the use of the general value: end css value instead...
Hi there,I cannot find the Good theme landing page in the archives you supplied. I've checked in:- good_html_v1.1.0- good_django_v1.1.0The missing page:https://preview.keenthemes.com/good/landing.htmlCan you please point me in the right direction?Thanks,Giedrius
Hi, I ask question on ThemeForest comment section:Hi, I used Laravel Demo 1 from Metronic 8.Is there a way to reduce page size? The basic page has almost 15MB, so is there a way to remove unused CSS and js files?Reply : Hi,Thank you for heads-up. Yes, sure, the assets size can be...
Wondering where the dashboards and the remaining code are for the download for the blazor kit.When i open the project most of the areas are all empty and just have a header, when starting the project none of the links work.
In order to have a fixed toolbar using the Light Header Layout, I realized that I should set data-kt-app-toolbar-fixed="true" inside the initLightHeaderLayout() in views/layout/bootstrap.js. Should I go ahead and update bootstrap.js file directly or there should be a source file that should be c...
What is the best practice for overriding the default SASS color variables? I am in the process of upgrading Metronic from 8.0.38 to 8.1.0. I notice that SASS uses color variables like: --kt-primary--kt-text-mutedWhere and how are these colors defined, and how should I override them to...
Hi,I'm getting this error after submitting reset password in page:http://127.0.0.1:8000/forgot-passwordThe GET method is not supported for route reset-password. Supported methods: POST.http://127.0.0.1:8000/reset-password 405 (Method Not Allowed)How can I solve this problem?Thank...