I have followed the steps of the goood template installation guide with laravel, but I have little experience in applying the templates with that frienware, could you help me with a series of more detailed steps please
Hello,
I use Metronic with WordPress and Bootstrap5.
I a page I have two form.
For this I make a new file mycustom.js.
In this file I put the code for validation form, but in frontend Chrome see me: Cannot read properties of null (reading 'classList') in plugin.bundle.js.
Could it depend...
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 have setup metronic dashboard at a local server evrythink is okay and good
when i setup google authentication
I use this parameter for .env
GOOGLE_CLIENT_ID= my_id ....
GOOGLE_CLIENT_SECRET= my_secret ....
GOOGLE_CLIENT_CALLBACK=https://localhost:8000...
Hello team,
nice that you pinned me above, but that's always just a snapshot, after a few weeks of working with Laravel, some functionality is still missing (compared to the previous version):
- Background image only works in widgets - not on pages,
- the Pages-Controller is still missing,...
The changes I make in the settings in general.php have no effect. e.g;
// Aside
'aside' => array(
'display' => true, // Display aside
'theme' => 'light', // Set aside theme(dark|light)
'menu' => 'main'...
Hello,
In the version 8.1.2 Laravel, when the aside is switch to light, the logo remains white doesn't change to black version,
https://imgur.com/GkB2t8s
Also none of the configs under /config/demo1/general.php are working, none of them works. Nothing happens when you set to true or false...
Please can you help me with the Login Form. I am using Metronic 8
The form validation is working just fine but it does not redirect to my PHP Page to check for the user in the database. What Am I doing wrong?
This is from assets/js/custom/authentication/sign-in/general.js
Hello, there are three password meters on a form, these data are combined with the form validator, but the inputs with the password meter are directly marked as valid, but the inputs are empty. How can I solve this problem?
Hi all,
I have a page with a datatable on that is grouped. Im struggling to enable the search and export facility that is on a datatable.
It can be done as per the link here https://datatables.net/extensions/rowgroup/examples/initialisation/simple.html
The code i am using is from t...
i need to create Reorder for front end website menu
is metronic 7 has any template have same like jqueryui sortable?
like this one
https://jqueryui.com/sortable/#default
Where would I put the ajax search function inside users-search.js? It would return a php page containing the data-kt-search-element="results"
"use strict";
var KTModalUserSearch = function() {
var e, t, n, s, a, r = function(e) {
setTimeout((function() {
var a...
I want to create new pages in subdirectories. But every time I try to include the '_default.php', the files cannot be retrieved because the path is wrong. I have already set the base href to "../" so the assets are loaded, but how do I get the content in there? I don't want to work with /page?=examp...