Hi,We need to override the values in general.php from controller dynamically.we need to override page title, meta options and adding pixels script.Please guide me how to do that.Thanks
Hello!I am developing a web application based on Metronic theme, laravel_app version. I would like to use your menu and breadcrumb construction solution but the documentation on this is poorly described. In pages.php I have:'greenhouse' => array( 'title' => 'Green...
I am trying to use select2 but my function is not detected, the following$('#departamento').on('change', function () { var data = $(".select2 option:selected").text(); console.log(data); })also try the following$('#departamento').on('select2:select', function (e)...
hello, I found a link while trying to buy the metronic theme and I saw that they gave the files for free on this link. i think this is illegal can the moderators help me on this issue?domain ex: metronic.tks.******
I Have a project in Laravel 7 and PHP 7.2,Can i use laravel package inside that ?Please mention minium requirements for laravel package (https://preview.keenthemes.com/metronic8/laravel/login)Thank you.
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...