Hi !Can you please share procedure to convert Metronic 8 Angular into RTL.I tried to follow these steps https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/rtl.htmlBut it didn't help1. Do I need to convert every scss file into RTL ? (Scss is dived into multip...
v: Metronic 7I did not find complete documentation, in any of the following sites:- https://keenthemes.com/metronic/?page=docs§ion=html-sass- https://github.com/KeenthemesHub/MetronicNow the question is, does it exist?
There's a bug in angular version within _StickyComponents.ts (src/app/_metronic/kt/components/_StickyComponents.ts) In the following set of code : private getOption = (name: string) => { const dataStickyAttr = 'data-kt-sticky-' + name if (this.element.hasAttribute(dataStickyAttr)...
Hello.I am using Demo 21 theme. When I view the demo on my mobile phone, the menu stays open until the page is loaded, and that image appears every time the page is changed. this is undesirable.. how can i fix this?
I've had nothing but issues getting this set up in so many different environments. Trying to follow your documentation is so incredibly frustrating.Having said that i have been battling away with the Vue Laravel integration. I have followed the steps https://preview.keenthemes.com/metronic8/vue/...
I have just purchased this, and attempted to do npm install. dependency problems : npm ERR! Found: @angular/common@12.1.5npm ERR! node_modules/@angular/commonnpm ERR! @angular/common@"~12.1.2" from the root projectnpm ERR!npm ERR! Could not resolve dependency:npm ERR! peer @angular/com...
Hi, I built the project and deploying it to the server.I am using apache2, i copied static files to var/www/domain_name/Everything is working fine.Now when i refresh the page, it says page not found. Off course since SSR is not working like it does with npm start in development server....
Are there any examples on how to populate the KTDatatable with data from an API? I can see in array of the data I want when I log to console, but can't seem to get the table to update. I've included an example below.Thanks!setup() { const checkedCustomers = ref([]); const store =...
Good afternoon, I have the need to control the main board of the template, in which section is the controller of the dashboard "/"Where does it redirect to after login?What controller does it use, or how can I make it use one?Thanks
I get the following error all over the VueJS demo1```Component template should contain exactly one root element.```Looking at your Vue Templates in crafted pages. Almost all of them have multiple root elements. Why is this?Any example is crafted/account/Settings.vue. It has 5 root el...
Hi,We have faced an issue when the page is directly loaded from url or reloaded and has a button to a Drawer or Stepper component, sometimes it does nothing when we click on it. We have to navigate away and back for it to work. How could this be fixed?Thank you for your help!
I'm trying to add custom data to widget list.What is the proper way to do this?I've tried to generate custom "timeline-item" and just push it to DOM like innerHtml, but css fails, it doesn't serve my pushed items.I believe I need to do this other way, maybe using something to generate "timel...
https://ibb.co/JQXWYCwHello, I want to modify it like this in vue, but always kt tools bar warning, can you guide me to modify it? thankshttps://ibb.co/2k8JNRQ
Hi,I get below errorblazor.server.js:1 [2022-02-23T20:44:39.025Z] Error: Microsoft.JSInterop.JSException: Cannot set properties of undefined (setting ‘moment’) TypeError: Cannot set properties of undefined (setting ‘moment’) at http://localhost:5091/assets/plugins/global/plugins.bundle.js:25...
we don't know how to use your theme with existing application, please share any video related to get start with angular and metronic theme, its bit urgent hope we will get help ASAP.
I've downloaded the HTML package of Demo2 from the new Download page, and in the package are missing the CSS Dark files style.dark.bundle.cssplugins.dark.bundle.cssI've tried to download from themeforest and the package contains only the demo1 of the html , but the dark files are missing t...
Hello everyone,I am using React.js with Metronic 8 Html theme. The dropdown in TR that I added statically when the page loads is working (Top tr). But the dropdown inside the dynamically fetched of the map function is not triggered. (map loop)How can I trigger these dynamical...