What is the purpose of this line, is this accidental or should something from the server-side be populating this field?The demo doesn't show it but when I build the static assets I can see it from front-end in production, I want to make sure there isn't a missing class needed here.Line 11 on...
I am using landing page in demo55, and could you enlighten me how to change the background color 'How it works', 'Our great team' and 'What our client say' section in landing page to something else?(unable to put in an image here)
I am getting such an error in datatable.Uncaught TypeError: Cannot read properties of undefined (reading 'innerHTML')n = moment(e[5].innerHTML, "DD MMM YYYY, LT").format();
Hi I don't use Vue, React, or Laravel.. I'm using CI so I'm limited to the HTML pack only.The HTML version only contains static HTML pages and requires a large overhead to get the snippets required for build.$39 USD ($60 AUD) is high cost for static pages that I need to spend days / week...
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...
Hii have setup metronic dashboard at a local server evrythink is okay and goodwhen 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,...
Hola, buenas tardes.Estoy tratando de descargar la demo de Laravel de Metronic pero no es posible debido a un error en la página que ocurre justo tras introducir mi "purchase key".Por favor, ¿qué puedo hacer para descargarla? Gracias de antemano.
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/GkB2t8sAlso 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 8The 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