Hi, form select control doesn't show with proper design. Is there any js script initialization required to make it work? How can I fix this in the angular project? Please have a look at the below screenshots:https://ibb.co/7NRx128https://ibb.co/FWfzzpL
I can only use the HTML version, as my stack is CI or raw PHP, not Laravel or React.In the HTML version, GULP and WEBPACK only assist with compiling SASS to CSS. Only the assets folder is affected.There doesn't appear to be any snippets library for HTML demo in the SRC folder, there's only f...
Based on below doc, I added 2 tabs and their contents in a angular component. But tab change doesn't work. Is there any script initialization required?https://preview.keenthemes.com/metronic8/demo1/documentation/base/tabs.htmlThanks.
Why is the implementation of Choropleth map in the Metronic template DEMO 4 giving errors but when same code is implemented through scratch in a react app, it executes the code correctly?I searched the method to resolve the error in stack overflow and followed the solution but the error persists....
I'm running some tests on Metronic Demo 5 Vue (the Q&A site), and want to configure it to use our OIDC authentication server (Keycloak) for authentication. I've removed the code that pops up the stock login page and replaced it with the Keycloak configuration code. That piece works as expected. W...
Hi everyonei'm using react-metronic v8 and i have some problems with deploying!in localhost everything is ok but when i deploy it into my website notihing will show instead of metronic loading !the renders nothing and i didn't got any kinds of error !please help me how...
Hi!Can I check if anyone can guide me on how to minify both JS and CSS?I've have tried the steps on the documentation and the size of the js and css are still the same.Cheers,Andy
Hi keenthemes,The Radiobox and checkbox in Metronic 8.1.1 are not well rendered in Firefox, although there are looking as normal in Chrome,here's a screenshot : https://ibb.co/mbzkh3QNB : I harrd refresh to load the whole uncached css and js but without luck.Any idea ?thank...
Hi!I implemented a ne Metronic theme via assets and bundles in .NET project, everything works great but have one error which I do not know to solve?Uncaught ReferenceError: mApp is not definedIs it something about order fo budles or something?I have plugins bundle and js after that and...
Hi Keenthemes,what are the major html class changes between 8.0.38 and 8.1.1.I'm about to re-integrate the new 8.1.1 html markup , what markup classes should I change in html ?NB : I'm not asking about CSS or Javascript., But html markup changesfor the js and css, I just copied the w...
Hi, i have problems opening a menu dropdown on button click like it's in docs. I am running .NET project and everything else is running good! It's not triggering "open on click". This is the code:
I am using Metronic Template 7. All svg icons turned black. I see that the svg icons have turned black in your demo area as well. How we can solve this problem?
HI there,would it be possible that primary and secondary color theme for the template is "pulled" from an outside source or config file instead of the css file?The idea is that a user can pick and choose some colors programmatically in the application to adjust a certain page more to their C...
In the last versions of metronic the btn-sm is huge, I think you should revert it to the old size. It can be done in _variables.custom.css adding this:$input-btn-padding-y: .75rem !default;$input-btn-padding-y-sm: .55rem !default;$input-btn-...
Hi, I tried to use django metronic but the nginx cant copy de "assets" folder to STATIC_ROOT, so not serving de STATICs files, even if I user the original files, ex:
what is best practice for charging demo5 slug to my own: etc. coretheme.i know no one looks inside page source view but demo word in css links looks not good for my brains ;)do i need search and replace all files and code for word demo5? or it's easer way to do it? any tutorials welcome.
All SVG colors on the site automatically turned black.Not just for one site. The SVG on the sites in my local has turned black.It happened without any CSS, HTML changes. Example: https://i.postimg.cc/26dMBb92/image.pngExample 2: https://i.postimg.cc/k52bTz0b/image.png
Hi there,There is a bug when changing the size of the screen from responsive to desktop width. The top menu gets duplicated. You can see this behaviour on this link:https://ibb.co/frcCnML
I was trying to set token with the CookieComponent I have notice that while I was setting a value "+" sign it registered as a %20. According to ascii table it is blank space. how could I fix that issue