Bootstrap tooltip ,overlaytrigger are broken in Metronic v8, is showing at the end of the page (bottom left), this behavior is sometimes when you hover the container. What I use after redering any data in the container(modal, div, etc) is initialize it with: $(function () { $(contai...
1. run yarn add @types/bootstrap2. put these code in main.ts import { Tooltip } from "bootstrap";app.directive("tooltip", (el, binding) => { new Tooltip(el);});3. use it like this show tooltip
I purchased the Metronics 8 to day 2022 10 22. I could make the Laravel installation. I want to use the Demo7 theme. I cannot figure how how to change to that one.I need your help
I Purchased this theme from - https://themeforest.net/ "Envato "my Purchase codes : 1281048f-b32b-4cda-8653-f55b8d6ae64dI need the CSS file for the theme RTL option
Hi,I'm using Elixir Phoenix stack (v1.14.1) and trying to integrate Metronic (v8.1.15) into the app.js using Esbuild.After I bundled Metronic using Gulp, I imported the required js files using index.html as an example of the following:app.js// Vendorimport "../theme/plugins/glob...
Hello,I am a french beginner developer and I have purchase a metronic license.For a project, I really need to use vite js, react js and metronic 8.I am aware that you have not integrated react with metronic 8, but now I am really lost and inexperienced...I have been trying for 1 week n...
Dear Concern,Can you please mention the steps to deploy the HTML package on EC2. I have bought - Jet HTML Pro and I am able to unpack and use on local but not on any VM.Also, if I have to integrate any JS (electron), how is it going to affect.. What should be my point of change?Regards,...
Dear Technical Support,We are the licensed user of your Metronic system.How can we use all your resource as https in our project? Currently, the antivirus software shows a warning because not all content comes over https. And it wants exception for visiting the site.I hope I was able to...
Hi Sean and teamAfter adding Password visibility per: https://preview.keenthemes.com/html/metronic/docs/forms/password-meter(i've copy paste to ensure it's per the examples)I'm getting errors that trace back to this part of the code:scripts.bundle.js:2805 Uncaught TypeError: Cannot r...
Hi keenthemes;You have to be carefull what you put out there...The assets folder that come by default with "8.1.5" is not the same persay witht the one that we compile with webpack.and I've been hasstling for days to to just figure it out.When I put my compiled "8.1.5" assets folder...
Have a good time with you, I would like you to kindly make the content of the css file and js files for all the required properties of the required page and the tools used separately, and not to stuff all the properties and widgets of the pages in a few files, I see that the use of properties is les...
Hello There,When we download our package of Angular which is Demo7 for example.We can't see any needed pages and the expect pages we see in the demonstration under link (https://preview.keenthemes.com/metronic8/demo7/index.html?_ga=2.147725943.175672387.1666265845-1337964667.1665861064)O...
Hey,Can you explain me how i implement your theme in a exist Laravel project? Which files i need to transfer? I dont want to use the whole Demo1.King Regards Jamie
HiDo you have a working example of the NouiSlider for React?In the demo1 code I don't see it something like this:https://preview.keenthemes.com/metronic/demo1/crud/forms/widgets/nouislider.htmlbut for ReactJSthank you!
Hi KeenThemes team,I have a question, please tell me how can I run Laravel mix only for CSS and JS, exclude media files like PNG, JPG, SVG, etc...?How will I edit the webpack.mix.js file?Thank you so much!