Metronic Mega Update!Tailwind 4, React 19, Next.js 15, KtUI, ReUI, eCommerce, User Management Apps and more
Explore Update

All Questions (6032)

I've set up Good Admin theme using the Django starter kit. Every time any page is loaded I am getting the following in the console:- DevTools failed to load source map: Could not load content for http://localhost:8000/static/plugins/global/toastr.js.map: HTTP error: status code 500, net::ERR_H...
Warning: file_put_contents(/var/www/preview.keenthemes.com/kt-products/docs/metronic/html/releases/2023-01-30-131017/core/html/dist/libs/cache/Theme-getSassVariableMap.cache.json): Failed to open stream: Permission denied in /var/www/preview.keenthemes.com/kt-products/docs/metronic/html/releases/202...
Menu sidebar not getting active when we navigate to different action(page).
Hi support,I have a problem when using gulp to build asset.I have folder like below :C:\metronic-8.1.7\html\theme\demo1C:\metronic-8.1.7\html\theme\toolsC:\metronic-8.1.7\html\theme\node_modulesIf I follow instrunction at https://preview.keenthemes.com/html/metronic/docs/getting-star...
Hello,Our company (Le Phare) is currently using Metronic to build our own admin component in Symfony. I'm using the assets and twig templates from the Metronic Symfony demo. I was wondering why are the Symfony demo files absent from your repo https://github.com/KeenthemesHub/Metronic? Is there a...
Hello,please can you help set up a flashing message like on your site here at the bottom right for example.Thank you
Only metronic 8 is included in the metronic theme. But I want to download metronic 7 theme. Could you help ?
Hello,I was looking for a html datables with filters and i came across this template:https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-sideBut I'm unable to find the code which belongs to it. If this is not what I'm looking for can I get a refund to order the...
When visiting a page that does not exist, the site displays the 404 page, as expected.However, when running unit tests to check that the 404 page is displayed, the test fails because the HTTP status code is 200 rather than 404.def test_client_detail_view_with_invalid_customer(self):...
After switching ThemeModeType to 'system' and refresh the page, css are not applied correctly.
I'm trying to build a dynamic menu, I'm using metronic with django! At first everything is perfect I passed the context to the index.html and it gets there but I can't load that context in the menu. Can you please help me to do this. I created a url to mount only the menu works correctly. But I need...
Hello. How do I switch to dark theme in tempate in the link below?https://preview.keenthemes.com/metronic8/demo28/index.html?mode=light&_ga=2.12874356.2113792049.1676843643-223924087.1676683188
Metronic demo 8 version 8.1.7node v18.14.1npm 9.5.0before when I used version Vite v3.2.4 no error when I running the following command npm run buildbut now when I updated Vite to 3.2.5 the errors display in 3 files Errors Files 4 src/components/modals/wizards/T...
I've added a smooth scroll to one of my buttons but it does not seem to be working correctly. For some reason the website reloads instead of scrolling down to the div I have targeted. If you also mouse over the URL, instead of showing https://www.epikescapes.com/index2.php/#get-inspired, it show...
I've added a smooth scroll to one of my buttons but it does not seem to be working correctly.This is the code:For some reason, when I place the anchor in the href, the page url (index2.php) is...
Hi,Whenever we have too many events in a day, then the "more..." option displays, but whenever we click that, the content is shown over with the cell's inside content without hiding that.See the following image for a better understanding: Link
hi, we use metronic 8.1.7 , laravel version in my project.after sync project with new version of metronic ( update core and assets , ... ) when build project, file mix-manifest.json create successful but not use in project. in production for apply change we should run emp...
How do you format date in datatables? do you also use moment.js? can i have a sample code? Thank you
Hello,I'm trying to add a badge to an option inside of a select2 element, but doesn't seem to render properly.Here is my sample code:
I am trying to dynamically change the direction to RTL during runtime using the Theme API "KTTheme.SetDirection("RTL");". However, despite using this method, the direction is not changing as expected. Can you please assist me in resolving this issue?