Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

All Questions (4837)

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...
HiDo you have any angular documentation for the components to work? example, accordion was not working on Angular.Thank you.Ronnel
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...
I downloaded version 8.1.7. In the package.json file, the "Package Json Upgrade" plugin detected many outdated packages.Please update to the latest packages possiblePlugin "Package Json Upgrade" can be downloaded link:https://marketplace.visualstudio.com/items?itemName=codeandstuff.package-j...
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/...
Dear Support Teams, Does metronic effect changes detection in angular. Coz i found out, when loading/ initiate a page my app does not detect any changes. Unless i type something on input, then it will detect a changes.My scenario is, when loading a page, i will call an api to list all the re...
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...
how to keep the header display don't hide.thanks
hii check https://preview.keenthemes.com/html/keen/docs/indexi don't see laravel docit's say coming sooncan i know where it release?
Please find the attached screenshothttps://imgur.com/a/1WasmXR
We created a customer reactjs app using html theme files but looks js functions not working like menu, drawer, sidebar.How to fix it.
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!
public static setHeader(): void { ApiService.vueInstance.axios.defaults.headers.common[ "Authorization" ] = `Bearer ${JwtService.getToken()}`; ApiService.vueInstance.axios.defaults.headers.common["Accept"] = "application/json"; }error:Uncaught (in promise) Typ...
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.