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...
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
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.
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...
I am using the flask version of your app. I wish to get the form data from when the user registers but I am unable to get that data no matter what method I try. Can you please advise how to:1. Get data from the authentication form before it redirects to the sign-in page2. How to pass variable...
Hi,I bought Metronic theme v8.1.5. I installed Node.js v18.12.0 LTS and Yarn 1.22.19. NET SDK 6.0.9 already installed.I tried to build assets for Starterkit ASP.NET Core demo1 several times without success.Installing dependecies with - "npm install" return bunch of errors and does nothin...