Hi ThereI have downloaded version 8.0.38 and run a yarn install and yarn serve under vue demo1.I get the default site but no index on left side and no authentication either.I then tried changing app.vue to dark mode with following change// Main demo style scss//@import "assets/sass/plu...
Specifically talking on add-product.html page, where there is Drop files here or click to upload. card it works fine it uses /ecommerce/catalog/save-product.js but if I use same card on another page with same Js. nothing happens. I changed name or created new js file still nothing
Hi,I'm using Yajra with laravel in datatable ,I facing issue with send and request data to server, Yarja only working with GET method to send data to server , I try to using POST method to send data to server but Yarja not accept that , I don't know how can query using post with Yajra to prev...
Hi,I've been using Metronic v8 for a little bit now but some Bootstrap 5 components have no dark mode styles.For example the list groups: https://getbootstrap.com/docs/5.0/components/list-group/Is there any plans to s...
Hellowe are opening the modal as shown in the react demo. We are to know when the modal is shown and closed. How can we capture the show.bs.modal and hidden.bs.modal event.Your early response is appriciated.RegardsFarhan
I am using React Template.When I click an item on the list screen, Link to the detail screen.Then I back to the list page, the window scrolls up to the top.I don't want to disable scroll top all screen, just some screen.How can I prevent scroll top on some screens? I think it affects b...
I have been unable to get Boostrap Tooltips or Popovers to work in my project. I then checked the Demo 1 application and it seems like it's broken over there as well.For example it's working on the HTML template:Visit https://preview.keenthemes.com/metronic8/demo1/widgets/mixed.html and scro...
Is there a way that I can delay the drawer opening by a second or so until it loads the body fully? I am using an embed in my drawer and sometimes the javascript to insert the src in the body of the drawer is delayed and causes a whitescreen drawer. Wanting to add this into the scripts.bundle.js of...
I'm going to use Metronic theme(v8.0.37) first time in my React project.I've gone through many docs/videos, but I'm not getting how to use it or how to start with it in my React project. So can anyone please help me/guide me? Thank you.
Al realizar una configuración y exportar, al revisar el index.html en el navegador, arroja el siguiente error:"/var/www/preview.keenthemes.com/kt-products/metronic/releases/2022-03-30-110027/themes/metronic/html/demo1/dist/view/layout/_loader.php" does not exist!
vendor/laravel/framework/src/Illuminate/Database/Connection.php:716 712▕ // If an exception occurs when attempting to run a query, we'll format the error 713▕ // message to include the bindings with SQL, which will make this exception a 714▕ // lot more helpful...
i'm using metronic in laravel and i'm getting this error that is 'Uncaught TypeError: $(...).DataTable is not a function'after making everything exactly like yarja documentation like this is the data table
Hello, I think there is a problem right now with your cloud authentication API (https://preview.keenthemes.com/metronic8/laravel/api/login). The field api_token is null in the response body. It is then impossible to validate the token with the second API call (https://preview.keenthemes.com/...
Hi,I have complex query to get data from many tables to show it in datatable using Yarja in laravel,My issue is when fetch data from other tables and some fields still empty not yet have values entered, show me error and can't get data because some fields is still null value, So how can return...
Hello!Where can I find documentation, if it exists, to mount a metronic template in an existing blazor application created with visual studio?I'm working in Visual Studio 2019 Community edition.My steps have been:1. Download the demo52. Copy assets folder into wwwroot3. Splitting the t...
I've found that using the plugin datatables css, the cursor is not a pointer when the columns is sortable.I think you should add:cursor:pointer to table.dataTable>thead>tr>td:not(.sorting_disabled), table.dataTable>thead>tr>th:not(.sorting_disabled)I've tried the css from datatable...
Hi,Please stay tuned for today's release Metronic v8.0.38 with a fully integrated Select2 + Bootstrap Floating Label and many other features:1 HTML Demo 22:– New Layout System– Horizontal Menu– Sticky Header– Aside Menu– Page Toolbar– Layout Builder– Dark Mode– RTL Support...
We are using your subscription with registered email sancheet@msn.com for angular 12 theme and we are having issue with toaster. The toaster is not working in your theme so we want a solution or any other option for that.
Hello author, i am trying to impletemet vue in metronic 8 : demo1 So far i have managed to implement vue as instructed here : https://preview.keenthemes.com/metronic8/vue/docs/?_ga=2.126652361.574265224.1648481172-1797318304.1625209156#/vue-laravel-integrationAs for now i can only use view com...