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.
Dear Support Teams,I have a questions using metronic in my angular application.1. Does jquery already installed in metronic or should i import jquery library using npm.2. I want to use metronic 8 datatables for my angular application. Do you have any guidelines in order to do that.Th...
I am using metronic in my web project. I noticed that in metronic HTML this error does not occur, but in React it does! And what happens when I use route instead of navigate, where in navigate it takes you on the route and refreshes the page at the same time. The layout does not adjust itself taking...
Hi,I have used the default ajax serverside pagination as mentioned in Keenthemes Docs. Link belowhttps://preview.keenthemes.com/html/metronic/docs/general/datatables/server-sideWhy m i having the default search filed provided by datatables?https://imgur.com/a/0sV7y8t
I have a menu dropdown which does not work at first. but then we if change the nested route or change refresh that page then it start to worksThis is the URL from demo Previewhttps://preview.keenthemes.com/metronic8/demo1/pages/user-profile/overview.htmlIssue is with the 3 dots buttons n...
Hi,We are trying to create a Blazor server app using html template code from Demo 33 HTML. Currently the sample page only has header and left side bar with blank body.The button "kt_app_sidebar_secondary_toggle" and the user profile mouse over menus at header are not working.It works som...
When we use touch screen devices (laptop/Tablet) screen width greater than 992(1378, 1280, 1440 etc..) and parent menu it is getting closed on click instead of opening child menus.Steps - https://preview.keenthemes.com/metronic8/angular/demo1/dashboard1) Click on Apps in Top Menu2) Cli...
I purchased the theme a week ago, i am trying to install locally. Currently i got few issues:1. How to switch to another demo layout, default seems to be demo1. I tried changing value in config/settings.php > default value but no luck.2. The sidebar is very different, it have only following...
Dear Team i am using laravel version 8.1.7, i could not figure out the bootstrap file where i need to enabledimport Echo from 'laravel-echo';window.Pusher = require('pusher-js');window.Echo = new Echo({ broadcaster: 'pusher', key: 'mykey', wsHost: window.location.hostname,...
Hi,Currently, I'm using an Angular based template but I noticed that Toastr is not part of the demo. Searching on the documentation, I noticed that it is implemented as part of HTML.https://preview.keenthemes.com/html/metronic/docs/general/toastrDo you have a workaround to use Metronic Toa...
Hi,I am using Metronic as a result of being a licensed AspNetZero customer.I am also a licensed FlatIcon customer.I need to add new font icons to my product, and the FlatIcons font generator does not provide options for changing the output name of the CSS selector (it will be "flaticon-", th...
I want to use a simple ajax function in Laravel, I am familiar with jQuery ajax and I read in docs metronic8 does not use jQuery. I want to know, is it okay to include jQuery or metronic8 have anything to perform Ajax?