t works fine, but I have OCD :)in ./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scssModule Warning (from ./node_modules/sass-loader/dist/cjs.js):Deprecation $weight: Passing a number without unit % (100) is deprecated.To preserve current behavior: $weight * 1%More i...
Hello. I am using the django starter kit. I am having issues with the code base. Looking at the JS code it has the submit form commented out, however I can only get it to POST the data if I uncomment that part and remove the:// Show message popup. For more info check the plugin's official d...
Hi, We use laravel version metronic 8.1.5 , in rtl version toaster message not show currect, the icon should be on the right side, but in left side.also i attach my config and photo of this error. toastr.options = { "closeButton": true, "debug": false,...
Hi, I'm working on a laravel project with a traditional frontend (blade files, no react, no vue or anything like that).The client would like to swap AdminLTE for another dashboard. But he doesn't want to invest the time to transform the existing application into a backend API, so the new dashboa...
Please help with form validation. I want to replicate the register page but form validation is not workingthis is my create and store methodspublic function create(){ return view('associations.create'); }// For the association creation public function store(){...
Hi,I have purchased Metronic 8 for my ASP.Net Core 6 project. After extracting theme i am not able to find folder at loaction ..\metronic_v8.1.5\asp.net-core\demo1.there is only one file download.html.Please suggest me the next steps to use metronic 8 in ASP.Net Core 6 App.Documentation...
Hello,Would you have the code available for downloading for the user management API that is used in the Metronic React template? If so, where could I find it?Thanks,Hannes
Hello within my Laravel App using metronic i can collapse the main sidebar nav and this will collapse okay. When I move to another page or this page is reloaded the navbar defaults back to the maximised display. Could you tell me why this is happening or how to resolve the issue? I would like the na...
Hello Although I looked in detail, I could not see a video or tutorial about installing metronic laravel. Is there a document or video for me to use with laravel
Hi is there any place i can get this information? just bought the good template on the bootstrap site and saw blazor was supported and i'm currently stuck because i'm not able to use this template with blazor wasm, if it's not supported, any chance i can get a refund?
I have purchased and installed the Metronic Laravel Admin Dashboard Theme and completed the documented installation. I am using Apache, and the routes do not seem to work correctly. I get the error "The requested URL was not found on this server." when it routes to the /login URL.
We are using Metronic demo1 theme to develop web application using angular. When we are trying to bind the data in .html file using our API’s, we are able to get the response in console but when we are binding the data to the elements in theme, the data is not binding. Help me out to overcome this i...
Hello, please help me.I created a controller, I pulled some data from the DB, when I pass the data to the view I get this error : Undefined variable $memberMembersController : public function member(Request $request){ $member = DB::table('members')->where('id', $request->query('m'...
Dear support!I am using Metronic 8.1.5 HTML theme and I would like to known if this version has the functionalities KTApp.blockPage, KTApp.unblockPage, KTApp.block and KTApp.unblock. If not, which is the equivalent for:KTApp.blockPage({ overlayColor: '#000000', state: 'primary', messag...
we build a software using Metronic vue, when we start using the built website "program" and after switching between menu items, the vue becoming freezing (not responding). we investage the issue, and we found that component (MenuComponent, ToggleComponent, ect) has been initialized, and didn...