Hello I love your theme and will be making purchase of Metronic 8 in next day or two. Few questions I need clarification on before purchase.1. Does demo1 has datatable component in angular which I am not seeing HTML demo1 version?2. With $49 purchase, I will be getting all 22 Metronic demos...
Hi How can i change demo in metronic for LaravelFor example from default theme to demo7 I found in config folder 10 subfolders named demo1, demo2 and so on. But I cant understend what to do.Thanks for help
https://ibb.co/LxsbJgXI dont know why the year is not showing. please help. Here's my code $('#date').flatpickr({ altInput: true, altFormat: "j F Y", });
I have prblem with turkish character on metronic theme when i try to turkish get turkish characters from .js file characters automactically converted for exp(Ş -> S,İ -> I, ğ ->g). How can i solve this problem
How do I disable dark mode and keep the site on light mode permanently? I can remove the switcher button but I can't find where to permanently replace the dark or system theme to light only.
You have provided many options and available pages on the theme https://keenthemes.com/metronic/ sales page, but after you purchase it its only available in HTML and 90% of the pages you see on this theme for example exist? https://preview.keenthemes.com/metronic8/demo1/index.html?mode=light&_ga...
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...
The btn-outline-dark doesn't have a dark background-color when hovered. Is this correct? In fact, it's the same color as btn-outline-secondaryhttps://preview.keenthemes.com/html/metronic/docs/base/buttons#outline-dashed-style
I want changed page title (this not means html title)I used default.html templates.class KTLayout: # Initialize the bootstrap files and page layout def init(context): # Init the theme API KTTheme.init() # Set a default layout globally. Can be set in the page le...
The documentation for HTML Metronic 8 shows a Stepper for forms, but I can't seem to use that Stepper in the React version. I assume there is a component for the Stepper in the React version, but I cannot see that in the documentation. How do I use the HTML Stepper or a Stepper component in the Reac...
Hi,I have a problem with the stepper component, the formik validation error messages do not appear under the field. example: name required.In the preview, the messages appear, but when running locally the messages do not appear. What can I do?Another question is about the users module, w...
Hi, I see Axios is already installed in package.json, but why is it still causing axios is not defined when we call axios on our script? isn't it already on plugins.bundle.js? Why select2 and sweetalert 2 can be used just using plugins.bundles.js? Thanks.