Hi there, I'm trying to setup the Dark Header style template and I was checking the themesettings.json file and I cant figure it out...."Theme":{ "ThemeName":"Metronic/Demo3", "Direction": "ltr", "ModeSwitchEnabled": true, "ModeDefault": "dark", "Asse...
i am using select2 plugin for dropdown search but it is not working in react and i tried a lot for this.For bootstrap modal i am giving parent id as well .Apart from modal it is also not working.What could be the reason as i am getting list in the dropdown but search input is not available for filte...
Hi,I'm testing Laravel starter kit v8.1.8.On Yarn cmd, I get the following warningwarning package.json: "dependencies" has dependency "axios" with range "^0.21.1" that collides with a dependency in "devDependencies" of the same name with version "^1.1.3"warning "dependencies" has depende...
Hi, I am running an older version of Metronic on React, and would like to update the code to use the new animations. For example, https://preview.keenthemes.com/metronic8/react/demo7/dashboard when clicking on New Member, the popup is more smoothly transitioned, and not instant.Where can I f...
Hi,I'm using Metronic 8.1.7 with ASP.NET MVC application. I'm trying to implement Multi Sign-in like in demo1\dist\authentication\extended\multi-steps-sign-up.html but I can't get quite the same appearance as in sample.What css and js files must be included beside mandatory global files and As...
i am using the latest version of metronic theme vue in laravel.Most of the things are working fine and I have even including import { initializeComponents } from "@/core/plugins/keenthemes"; in app.vuebut many components such as tab, drop down are not working.For example, if I try to...
Hi, when I type something in the search field and get the message 'No data found', then I delete what I typing, the Customers list is returned, and when I click on the action button, it transferred to the Dashboard page.You can reproduced this problem on this page:https://preview.keenthemes.com/...
Hello,I am using Metronic 8 html version. I couldn't found this sample in Metronic 8 but do you have other example of image overlay rather than this metronic 7 demo 2. https://preview.keenthemes.com/metronic/demo2/custom/apps/ecommerce/dashboard.htmlThank you
Hi There,I want to open a tab by the tab name like this https://preview.keenthemes.com/html/metronic/docs/base/tabs#kt_tab_pane_6when I browse the above URL it will load the default tab not the tab id in the URLthanks
Dear Support Team,I am writing to report an issue with the theme I recently purchased from your website. I noticed that the sidebar is not working as responsive as it should be.Despite following the installation and customization instructions, the sidebar is not adapting to different screen...
when run npm dev --demo7 on laravel instalationthe following error comes and getting browser msg "This site isn't working" PHP Fatal error: Uncaught InvalidArgumentException: View [layout.demo1._content.
Hi TeamI'm getting this error when I try to run the npm run dev --demo7in Laravel theme app,1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)ERROR in ./resources/assets/core/plugins/custom/typedjs/typedjs.js 3:15-47Mod...
Hi, I used the layout building to get a config of Demo 3 for Metronic 8's VueJS Template. But the sidebar is not hiding. I think there's a bug (or maybe I am doing it wrong). Please let me know.
Hello, The theme style of our online documentation is very nice, can this be downloaded? Are these documents generated by tools, like gitbook or other tools?Thanks!
Hi,I am using Metronic 8.1.7 Laravel App. How can I create a new page having a form and uploading file. I create a new entry in menu.php file, crated a blade file. I don't know where I need to define route. It looks we do not need to define it web.php.