The btn-white class doesn't actually apply a white background a button. When added to a container with a background color, it behaves as transparent. I would expect a white button to have a white backgound.
https://preview.keenthemes.com/html/metronic/docs/base/buttons
Hi,
I am trying to add a simple .hover-elevate-up class to a component, but the transition styles are not applied.
It seems that in _page-loader.scss they are overwritten:
// CSS3 Transitions only after page load(data-kt-app-page-loading="on" attribute added to b...
The following warning shows when the ng serve command is executed at the Angular Demo 2:
(44192:3) autoprefixer: end value has mixed support, consider using flex-end instead
I am guessing the cause of the warning is the use of the general value: end css value instead...
Hi there,
I cannot find the Good theme landing page in the archives you supplied. I've checked in:
- good_html_v1.1.0
- good_django_v1.1.0
The missing page:
https://preview.keenthemes.com/good/landing.html
Can you please point me in the right direction?
Thanks,
Giedrius
Hi, I ask question on ThemeForest comment section:
Hi, I used Laravel Demo 1 from Metronic 8.
Is there a way to reduce page size? The basic page has almost 15MB, so is there a way to remove unused CSS and js files?
Reply :
Hi,
Thank you for heads-up. Yes, sure, the assets size can be...
Wondering where the dashboards and the remaining code are for the download for the blazor kit.
When i open the project most of the areas are all empty and just have a header, when starting the project none of the links work.
What is the best practice for overriding the default SASS color variables?
I am in the process of upgrading Metronic from 8.0.38 to 8.1.0. I notice that SASS uses color variables like:
--kt-primary
--kt-text-muted
Where and how are these colors defined, and how should I override them to...
Hi,
I'm getting this error after submitting reset password in page:
http://127.0.0.1:8000/forgot-password
The GET method is not supported for route reset-password. Supported methods: POST.
http://127.0.0.1:8000/reset-password 405 (Method Not Allowed)
How can I solve this problem?
Thank...
the implemented version of Form Repeater dosent support repeaterVal() function for number imputs but it is fixed in the newer version how can i update my theme to use the newer version
https://github.com/DubFriend/jquery.repeater/pull/94
Hello,
I have changed the user's Layout from Offcanvas to a Dropdown using the Builder, but I faced a problem, the menu does not appear unless the page is empty. Note: the Dropdown-menu is located on the Layout page.
I must be missing some setup in scripts arrangements. I just use the starter kit of Metronic 8 asp .Net Core.
[HttpGet]
public IActionResult UpsertModal2()
{
ImageVM imageVM = new();
//do something here
return PartialView(image...
Hi,
I`m using Metronic 8 with Vuejs 3 demo 5 and I`d like to change mobile menu behaviour like it is here this forum -> upper menu slide from left on mobile.
Regards
Krystian
When I try to login with user demo nothing happens and the console is full of error messages:
"Uncaught ReferenceError: KTUtil is not defined"
How can I solve this problem?
Thanks!
Hi,
II have downloaded demo1 and demo4 in vue and none of both have the 12 Apps: "Project", "eCommerce", etc... but just 4 of them: "Customer", "Subscription", "Calendar" and "Chat"...
We need the others apps, is there any version in VUE that have all of them??
Thanks
Hey guys
I would like to know if it is possible to change the main page of the template to the home page. Currently the first page is the login page, I would like to change it to home.
Hi there!
I am trying to make a dropdown menu not hide when outside click occurs. I am using React and based on the HTML documentation I have tried:
data-kt-menu-permanent='true'
data-kt-menu-static='true'
Both on the button and the menu div itself. It is not working. Can you let me know h...